diff --git a/spec/concerns/crosscitable_spec.rb b/spec/concerns/crosscitable_spec.rb index 71383ee71..d60ec7671 100644 --- a/spec/concerns/crosscitable_spec.rb +++ b/spec/concerns/crosscitable_spec.rb @@ -166,7 +166,7 @@ expect(meta["from"]).to eq("datacite") expect(meta["doi"]).to eq("10.5061/dryad.8515") expect(meta["creators"].length).to eq(8) - expect(meta["creators"].first).to eq("familyName"=>"Ollomo", "givenName"=>"Benjamin", "name"=>"Ollomo, Benjamin", "nameType"=>"Personal") + expect(meta["creators"].first).to eq("familyName"=>"Ollomo", "givenName"=>"Benjamin", "name"=>"Ollomo, Benjamin", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []) expect(meta["titles"]).to eq([{"title"=>"Data from: A new malaria agent in African hominids."}]) expect(meta["publication_year"]).to eq("2011") expect(meta["publisher"]).to eq("Dryad Digital Repository") @@ -179,10 +179,10 @@ expect(meta["string"]).to eq(string) expect(meta["from"]).to eq("datacite") expect(meta["doi"]).to eq("10.14454/testpub") - expect(meta["creators"]).to eq([{"familyName"=>"Smith", "givenName"=>"John", "name"=>"Smith, John", "nameType"=>"Personal"}, {"name"=>"つまらないものですが", "nameIdentifiers"=> + expect(meta["creators"]).to eq([{"familyName"=>"Smith", "givenName"=>"John", "name"=>"Smith, John", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []}, {"name"=>"つまらないものですが", "nameIdentifiers"=> [{"nameIdentifier"=>"abc123", - "nameIdentifierScheme"=>"ISNI", - "schemeUri"=>"Other"}]}]) + "nameIdentifierScheme"=>"ISNI"}], + "affiliation" => []}]) expect(meta["titles"]).to eq([{"title"=>"Właściwości rzutowań podprzestrzeniowych"}, {"title"=>"Translation of Polish titles", "titleType"=>"TranslatedTitle"}]) expect(meta["publication_year"]).to eq("2010") expect(meta["publisher"]).to eq("Springer") @@ -246,15 +246,21 @@ end it "from datacite url" do - string = "https://doi.org/10.7272/q6g15xs4" + string = "10.14454/1x4x-9056" meta = subject.parse_xml(string) + puts meta expect(meta["from"]).to eq("datacite") - expect(meta["doi"]).to eq("10.7272/q6g15xs4") - expect(meta["creators"].length).to eq(2) - expect(meta["creators"].first).to eq("affiliation"=>[{"name"=>"UC San Francisco"}], "familyName"=>"Rodriguez", "givenName"=>"Robert", "name"=>"Rodriguez, Robert", "nameType"=>"Personal") - expect(meta["titles"]).to eq([{"title"=>"NEXUS Head CT"}]) - expect(meta["publication_year"]).to eq("2017") - expect(meta["publisher"]).to eq("UC San Francisco") + expect(meta["doi"]).to eq("10.14454/1x4x-9056") + expect(meta["creators"].length).to eq(1) + expect(meta["creators"].first).to eq("affiliation" => [{"affiliationIdentifier"=>"https://ror.org/04wxnsj81", "affiliationIdentifierScheme"=>"ROR", "name"=>"DataCite"}], + "familyName" => "Fenner", + "givenName" => "Martin", + "name" => "Fenner, Martin", + "nameIdentifiers" => [{"nameIdentifier"=>"https://orcid.org/0000-0003-1419-2405", "nameIdentifierScheme"=>"ORCID", "schemeUri"=>"https://orcid.org"}], + "nameType" => "Personal") + expect(meta["titles"]).to eq([{"title"=>"Cool DOI's"}]) + expect(meta["publication_year"]).to eq("2016") + expect(meta["publisher"]).to eq("DataCite") expect(meta["agency"]).to eq("DataCite") end @@ -281,7 +287,7 @@ expect(meta["from"]).to eq("ris") expect(meta["doi"]).to eq("10.7554/elife.01567") expect(meta["creators"].length).to eq(5) - expect(meta["creators"].first).to eq("familyName"=>"Sankar", "givenName"=>"Martial", "name"=>"Sankar, Martial", "nameType"=>"Personal") + expect(meta["creators"].first).to eq("familyName"=>"Sankar", "givenName"=>"Martial", "name"=>"Sankar, Martial", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []) expect(meta["titles"]).to eq([{"title"=>"Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth"}]) expect(meta["publication_year"]).to eq("2014") expect(meta["publisher"]).to eq("(:unav)") @@ -358,7 +364,7 @@ expect(meta["doi"]).to eq("10.5061/dryad.8515") expect(meta["creators"].length).to eq(8) - expect(meta["creators"].first).to eq("familyName"=>"Ollomo", "givenName"=>"Benjamin", "name"=>"Ollomo, Benjamin", "nameType"=>"Personal") + expect(meta["creators"].first).to eq("familyName"=>"Ollomo", "givenName"=>"Benjamin", "name"=>"Ollomo, Benjamin", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []) expect(meta["titles"]).to eq([{"title"=>"Data from: A new malaria agent in African hominids."}]) expect(meta["publication_year"]).to eq("2011") expect(meta["publisher"]).to eq("Dryad Digital Repository") @@ -369,10 +375,10 @@ meta = subject.parse_xml(string) expect(meta["doi"]).to eq("10.14454/testpub") - expect(meta["creators"]).to eq([{"familyName"=>"Smith", "givenName"=>"John", "name"=>"Smith, John", "nameType"=>"Personal"}, {"name"=>"つまらないものですが", "nameIdentifiers"=> + expect(meta["creators"]).to eq([{"familyName"=>"Smith", "givenName"=>"John", "name"=>"Smith, John", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []}, {"name"=>"つまらないものですが", "nameIdentifiers"=> [{"nameIdentifier"=>"abc123", - "nameIdentifierScheme"=>"ISNI", - "schemeUri"=>"Other"}]}]) + "nameIdentifierScheme"=>"ISNI"}], + "affiliation" => []}]) expect(meta["titles"]).to eq([{"title"=>"Właściwości rzutowań podprzestrzeniowych"}, {"title"=>"Translation of Polish titles", "titleType"=>"TranslatedTitle"}]) expect(meta["publication_year"]).to eq("2010") expect(meta["publisher"]).to eq("Springer") @@ -421,7 +427,7 @@ expect(meta["doi"]).to eq("10.7554/elife.01567") expect(meta["creators"].length).to eq(5) - expect(meta["creators"].first).to eq("familyName"=>"Sankar", "givenName"=>"Martial", "name"=>"Sankar, Martial", "nameType"=>"Personal") + expect(meta["creators"].first).to eq("familyName"=>"Sankar", "givenName"=>"Martial", "name"=>"Sankar, Martial", "nameType"=>"Personal", "nameIdentifiers" => [], "affiliation" => []) expect(meta["titles"]).to eq([{"title"=>"Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth"}]) expect(meta["publication_year"]).to eq("2014") expect(meta["publisher"]).to eq("(:unav)") diff --git a/spec/concerns/helpable_spec.rb b/spec/concerns/helpable_spec.rb index 1b8a3eca2..f778373b3 100644 --- a/spec/concerns/helpable_spec.rb +++ b/spec/concerns/helpable_spec.rb @@ -119,7 +119,7 @@ response = subject.get_url expect(response.body.dig("data", "responseCode")).to eq(1) - expect(response.body.dig("data", "values")).to eq([{"index"=>1, "type"=>"URL", "data"=>{"format"=>"string", "value"=>"https://blog.datacite.org/re3data-science-europe/"}, "ttl"=>86400, "timestamp"=>"2018-09-26T08:52:02Z"}]) + expect(response.body.dig("data", "values")).to eq([{"index"=>1, "type"=>"URL", "data"=>{"format"=>"string", "value"=>"https://blog.datacite.org/re3data-science-europe/"}, "ttl"=>86400, "timestamp"=>"2019-07-20T08:59:55Z"}]) end it 'draft doi' do @@ -145,7 +145,7 @@ it 'should get dois' do options = { prefix: "10.5438", username: client.symbol, password: client.password, role_id: "client_admin" } dois = Doi.get_dois(options) - expect(dois.length).to eq(442) + expect(dois.length).to eq(443) expect(dois.first).to eq("10.5438/0000-00SS") end diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/additional_type.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/additional_type.yml deleted file mode 100644 index a300bd626..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/additional_type.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/216 - body: - encoding: UTF-8 - string: '{"id":216,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST194","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/216" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"216","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/144 - body: - encoding: UTF-8 - string: '{"id":144,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST194.TEST150","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":216,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/144" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"144","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/author.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/author.yml deleted file mode 100644 index b06fab9da..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/213 - body: - encoding: UTF-8 - string: '{"id":213,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST191","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/213" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"213","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/141 - body: - encoding: UTF-8 - string: '{"id":141,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST191.TEST147","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":213,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/141" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"141","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/date_published.yml deleted file mode 100644 index 44911bde8..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/215 - body: - encoding: UTF-8 - string: '{"id":215,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST193","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/215" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"215","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/143 - body: - encoding: UTF-8 - string: '{"id":143,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST193.TEST149","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":215,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/143" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"143","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/description.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/description.yml deleted file mode 100644 index 033f8efec..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/description.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/218 - body: - encoding: UTF-8 - string: '{"id":218,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST196","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/218" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"218","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/146 - body: - encoding: UTF-8 - string: '{"id":146,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST196.TEST152","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":218,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/146" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"146","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/publisher.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/publisher.yml deleted file mode 100644 index e015a9177..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/publisher.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/214 - body: - encoding: UTF-8 - string: '{"id":214,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST192","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/214" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"214","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/142 - body: - encoding: UTF-8 - string: '{"id":142,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST192.TEST148","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":214,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/142" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"142","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/resource_type_general.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/resource_type_general.yml deleted file mode 100644 index 23444b865..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/resource_type_general.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/217 - body: - encoding: UTF-8 - string: '{"id":217,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST195","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/217" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"217","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/145 - body: - encoding: UTF-8 - string: '{"id":145,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST195.TEST151","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":217,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/145" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"145","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/schema_version.yml deleted file mode 100644 index cde38ba73..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/219 - body: - encoding: UTF-8 - string: '{"id":219,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST197","updated":"2018-07-05T09:12:35.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/219" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"219","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/147 - body: - encoding: UTF-8 - string: '{"id":147,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST197.TEST153","updated":"2018-07-05T09:12:35.000Z","version":0,"allocator":219,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/147" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"147","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/change_metadata/title.yml b/spec/fixtures/vcr_cassettes/Doi/change_metadata/title.yml deleted file mode 100644 index 35ce4cea6..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/change_metadata/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/212 - body: - encoding: UTF-8 - string: '{"id":212,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST190","updated":"2018-07-05T09:12:34.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/212" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"212","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/140 - body: - encoding: UTF-8 - string: '{"id":140,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:34.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST190.TEST146","updated":"2018-07-05T09:12:34.000Z","version":0,"allocator":212,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/140" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"140","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:34 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_bibtex.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_bibtex.yml deleted file mode 100644 index 1f06f350a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_bibtex.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/300 - body: - encoding: UTF-8 - string: '{"id":300,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST277","updated":"2018-07-05T05:13:05.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/300" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"300","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/228 - body: - encoding: UTF-8 - string: '{"id":228,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST277.TEST234","updated":"2018-07-05T05:13:05.000-04:00","version":0,"allocator":300,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/228" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"228","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_codemeta.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_codemeta.yml deleted file mode 100644 index b958ea37f..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_codemeta.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/304 - body: - encoding: UTF-8 - string: '{"id":304,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST281","updated":"2018-07-05T05:13:07.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/304" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"304","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/232 - body: - encoding: UTF-8 - string: '{"id":232,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST281.TEST238","updated":"2018-07-05T05:13:07.000-04:00","version":0,"allocator":304,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/232" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"232","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_json.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_json.yml deleted file mode 100644 index b6d885823..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_json.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/303 - body: - encoding: UTF-8 - string: '{"id":303,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST280","updated":"2018-07-05T05:13:07.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/303" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"303","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/231 - body: - encoding: UTF-8 - string: '{"id":231,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST280.TEST237","updated":"2018-07-05T05:13:07.000-04:00","version":0,"allocator":303,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/231" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"231","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_xml.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_xml.yml deleted file mode 100644 index b1ae044d1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_datacite_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/299 - body: - encoding: UTF-8 - string: '{"id":299,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST276","updated":"2018-07-05T05:13:05.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/299" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"299","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/227 - body: - encoding: UTF-8 - string: '{"id":227,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST276.TEST233","updated":"2018-07-05T05:13:05.000-04:00","version":0,"allocator":299,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/227" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"227","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_jats.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_jats.yml deleted file mode 100644 index 035521598..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_jats.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/305 - body: - encoding: UTF-8 - string: '{"id":305,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST282","updated":"2018-07-05T05:13:07.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/305" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"305","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/233 - body: - encoding: UTF-8 - string: '{"id":233,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:07.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST282.TEST239","updated":"2018-07-05T05:13:07.000-04:00","version":0,"allocator":305,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/233" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"233","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:07 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_rdf_xml.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_rdf_xml.yml deleted file mode 100644 index 098b35f66..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_rdf_xml.yml +++ /dev/null @@ -1,4777 +0,0 @@ ---- -http_interactions: -- request: - method: get - uri: http://schema.org/ - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - response: - status: - code: 302 - message: Found - headers: - Content-Type: - - text/html; charset=utf-8 - Access-Control-Allow-Origin: - - "*" - Location: - - http://schema.org/docs/jsonldcontext.json - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - ee350044e95ee979b13afc43804309ed - Date: - - Sun, 11 Mar 2018 20:39:29 GMT - Server: - - Google Frontend - Content-Length: - - '0' - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:31 GMT -- request: - method: get - uri: http://schema.org/docs/jsonldcontext.json - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - Cookie: - - GOOGAPPUID=3-4pre - response: - status: - code: 200 - message: OK - headers: - Access-Control-Allow-Origin: - - "*" - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Content-Type: - - application/ld+json; charset=utf-8 - Etag: - - 24751180311203702a2048647386json - Last-Modified: - - Sun, 11 Mar 2018 20:37:02 UTC - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - '059c58b97efb0cb2d21bcffc0c0ac7a0' - Date: - - Sun, 11 Mar 2018 20:39:30 GMT - Server: - - Google Frontend - Content-Length: - - '134320' - Expires: - - Sun, 11 Mar 2018 20:39:30 GMT - body: - encoding: UTF-8 - string: | - { - "@context": { - "type": "@type", - "id": "@id", - "@vocab": "http://schema.org/", - "schema": "http://schema.org/", - "cat": "http://www.w3.org/ns/dcat#", - "cc": "http://creativecommons.org/ns#", - "cnt": "http://www.w3.org/2008/content#", - "ctag": "http://commontag.org/ns#", - "dc": "http://purl.org/dc/terms/", - "dcat": "http://www.w3.org/ns/dcat#", - "dcterms": "http://purl.org/dc/terms/", - "describedby": "http://www.w3.org/2007/05/powder-s#describedby", - "earl": "http://www.w3.org/ns/earl#", - "foaf": "http://xmlns.com/foaf/0.1/", - "gldp": "http://www.w3.org/ns/people#", - "gr": "http://purl.org/goodrelations/v1#", - "grddl": "http://www.w3.org/2003/g/data-view#", - "ht": "http://www.w3.org/2006/http#", - "ical": "http://www.w3.org/2002/12/cal/icaltzd#", - "license": "http://www.w3.org/1999/xhtml/vocab#license", - "ma": "http://www.w3.org/ns/ma-ont#", - "og": "http://ogp.me/ns#", - "org": "http://www.w3.org/ns/org#", - "org": "http://www.w3.org/ns/org#", - "owl": "http://www.w3.org/2002/07/owl#", - "prov": "http://www.w3.org/ns/prov#", - "ptr": "http://www.w3.org/2009/pointers#", - "qb": "http://purl.org/linked-data/cube#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfa": "http://www.w3.org/ns/rdfa#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rev": "http://purl.org/stuff/rev#", - "rif": "http://www.w3.org/2007/rif#", - "role": "http://www.w3.org/1999/xhtml/vocab#role", - "rr": "http://www.w3.org/ns/r2rml#", - "sd": "http://www.w3.org/ns/sparql-service-description#", - "sioc": "http://rdfs.org/sioc/ns#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "skosxl": "http://www.w3.org/2008/05/skos-xl#", - "v": "http://rdf.data-vocabulary.org/#", - "vcard": "http://www.w3.org/2006/vcard/ns#", - "void": "http://rdfs.org/ns/void#", - "wdr": "http://www.w3.org/2007/05/powder#", - "wdrs": "http://www.w3.org/2007/05/powder-s#", - "xhv": "http://www.w3.org/1999/xhtml/vocab#", - "xml": "http://www.w3.org/XML/1998/namespace", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "AMRadioChannel": {"@id": "schema:AMRadioChannel"}, - "APIReference": {"@id": "schema:APIReference"}, - "Abdomen": {"@id": "schema:Abdomen"}, - "AboutPage": {"@id": "schema:AboutPage"}, - "AcceptAction": {"@id": "schema:AcceptAction"}, - "Accommodation": {"@id": "schema:Accommodation"}, - "AccountingService": {"@id": "schema:AccountingService"}, - "AchieveAction": {"@id": "schema:AchieveAction"}, - "Action": {"@id": "schema:Action"}, - "ActionStatusType": {"@id": "schema:ActionStatusType"}, - "ActivateAction": {"@id": "schema:ActivateAction"}, - "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"}, - "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"}, - "AddAction": {"@id": "schema:AddAction"}, - "AdministrativeArea": {"@id": "schema:AdministrativeArea"}, - "AdultEntertainment": {"@id": "schema:AdultEntertainment"}, - "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"}, - "AerobicActivity": {"@id": "schema:AerobicActivity"}, - "AggregateOffer": {"@id": "schema:AggregateOffer"}, - "AggregateRating": {"@id": "schema:AggregateRating"}, - "AgreeAction": {"@id": "schema:AgreeAction"}, - "Airline": {"@id": "schema:Airline"}, - "Airport": {"@id": "schema:Airport"}, - "AlbumRelease": {"@id": "schema:AlbumRelease"}, - "AlignmentObject": {"@id": "schema:AlignmentObject"}, - "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"}, - "AllocateAction": {"@id": "schema:AllocateAction"}, - "AmusementPark": {"@id": "schema:AmusementPark"}, - "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"}, - "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"}, - "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"}, - "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"}, - "Anesthesia": {"@id": "schema:Anesthesia"}, - "AnimalShelter": {"@id": "schema:AnimalShelter"}, - "Answer": {"@id": "schema:Answer"}, - "Apartment": {"@id": "schema:Apartment"}, - "ApartmentComplex": {"@id": "schema:ApartmentComplex"}, - "Appearance": {"@id": "schema:Appearance"}, - "AppendAction": {"@id": "schema:AppendAction"}, - "ApplyAction": {"@id": "schema:ApplyAction"}, - "ApprovedIndication": {"@id": "schema:ApprovedIndication"}, - "Aquarium": {"@id": "schema:Aquarium"}, - "ArriveAction": {"@id": "schema:ArriveAction"}, - "ArtGallery": {"@id": "schema:ArtGallery"}, - "Artery": {"@id": "schema:Artery"}, - "Article": {"@id": "schema:Article"}, - "AskAction": {"@id": "schema:AskAction"}, - "AssessAction": {"@id": "schema:AssessAction"}, - "AssignAction": {"@id": "schema:AssignAction"}, - "Atlas": {"@id": "schema:Atlas"}, - "Attorney": {"@id": "schema:Attorney"}, - "Audience": {"@id": "schema:Audience"}, - "AudioObject": {"@id": "schema:AudioObject"}, - "Audiobook": {"@id": "schema:Audiobook"}, - "AudiobookFormat": {"@id": "schema:AudiobookFormat"}, - "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"}, - "AuthorizeAction": {"@id": "schema:AuthorizeAction"}, - "AutoBodyShop": {"@id": "schema:AutoBodyShop"}, - "AutoDealer": {"@id": "schema:AutoDealer"}, - "AutoPartsStore": {"@id": "schema:AutoPartsStore"}, - "AutoRental": {"@id": "schema:AutoRental"}, - "AutoRepair": {"@id": "schema:AutoRepair"}, - "AutoWash": {"@id": "schema:AutoWash"}, - "AutomatedTeller": {"@id": "schema:AutomatedTeller"}, - "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"}, - "Ayurvedic": {"@id": "schema:Ayurvedic"}, - "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"}, - "Bacteria": {"@id": "schema:Bacteria"}, - "Bakery": {"@id": "schema:Bakery"}, - "Balance": {"@id": "schema:Balance"}, - "BankAccount": {"@id": "schema:BankAccount"}, - "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"}, - "BarOrPub": {"@id": "schema:BarOrPub"}, - "Barcode": {"@id": "schema:Barcode"}, - "Beach": {"@id": "schema:Beach"}, - "BeautySalon": {"@id": "schema:BeautySalon"}, - "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"}, - "BedDetails": {"@id": "schema:BedDetails"}, - "BedType": {"@id": "schema:BedType"}, - "BefriendAction": {"@id": "schema:BefriendAction"}, - "BikeStore": {"@id": "schema:BikeStore"}, - "Blog": {"@id": "schema:Blog"}, - "BlogPosting": {"@id": "schema:BlogPosting"}, - "BloodTest": {"@id": "schema:BloodTest"}, - "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"}, - "BodyOfWater": {"@id": "schema:BodyOfWater"}, - "Bone": {"@id": "schema:Bone"}, - "Book": {"@id": "schema:Book"}, - "BookFormatType": {"@id": "schema:BookFormatType"}, - "BookSeries": {"@id": "schema:BookSeries"}, - "BookStore": {"@id": "schema:BookStore"}, - "BookmarkAction": {"@id": "schema:BookmarkAction"}, - "Boolean": {"@id": "schema:Boolean"}, - "BorrowAction": {"@id": "schema:BorrowAction"}, - "BowlingAlley": {"@id": "schema:BowlingAlley"}, - "BrainStructure": {"@id": "schema:BrainStructure"}, - "Brand": {"@id": "schema:Brand"}, - "BreadcrumbList": {"@id": "schema:BreadcrumbList"}, - "Brewery": {"@id": "schema:Brewery"}, - "Bridge": {"@id": "schema:Bridge"}, - "BroadcastChannel": {"@id": "schema:BroadcastChannel"}, - "BroadcastEvent": {"@id": "schema:BroadcastEvent"}, - "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"}, - "BroadcastRelease": {"@id": "schema:BroadcastRelease"}, - "BroadcastService": {"@id": "schema:BroadcastService"}, - "BrokerageAccount": {"@id": "schema:BrokerageAccount"}, - "BuddhistTemple": {"@id": "schema:BuddhistTemple"}, - "BusOrCoach": {"@id": "schema:BusOrCoach"}, - "BusReservation": {"@id": "schema:BusReservation"}, - "BusStation": {"@id": "schema:BusStation"}, - "BusStop": {"@id": "schema:BusStop"}, - "BusTrip": {"@id": "schema:BusTrip"}, - "BusinessAudience": {"@id": "schema:BusinessAudience"}, - "BusinessEntityType": {"@id": "schema:BusinessEntityType"}, - "BusinessEvent": {"@id": "schema:BusinessEvent"}, - "BusinessFunction": {"@id": "schema:BusinessFunction"}, - "BuyAction": {"@id": "schema:BuyAction"}, - "CDFormat": {"@id": "schema:CDFormat"}, - "CT": {"@id": "schema:CT"}, - "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"}, - "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"}, - "Campground": {"@id": "schema:Campground"}, - "CampingPitch": {"@id": "schema:CampingPitch"}, - "Canal": {"@id": "schema:Canal"}, - "CancelAction": {"@id": "schema:CancelAction"}, - "Car": {"@id": "schema:Car"}, - "CarUsageType": {"@id": "schema:CarUsageType"}, - "Cardiovascular": {"@id": "schema:Cardiovascular"}, - "CardiovascularExam": {"@id": "schema:CardiovascularExam"}, - "CaseSeries": {"@id": "schema:CaseSeries"}, - "Casino": {"@id": "schema:Casino"}, - "CassetteFormat": {"@id": "schema:CassetteFormat"}, - "CategoryCode": {"@id": "schema:CategoryCode"}, - "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"}, - "CatholicChurch": {"@id": "schema:CatholicChurch"}, - "Cemetery": {"@id": "schema:Cemetery"}, - "Chapter": {"@id": "schema:Chapter"}, - "CheckAction": {"@id": "schema:CheckAction"}, - "CheckInAction": {"@id": "schema:CheckInAction"}, - "CheckOutAction": {"@id": "schema:CheckOutAction"}, - "CheckoutPage": {"@id": "schema:CheckoutPage"}, - "ChildCare": {"@id": "schema:ChildCare"}, - "ChildrensEvent": {"@id": "schema:ChildrensEvent"}, - "Chiropractic": {"@id": "schema:Chiropractic"}, - "ChooseAction": {"@id": "schema:ChooseAction"}, - "Church": {"@id": "schema:Church"}, - "City": {"@id": "schema:City"}, - "CityHall": {"@id": "schema:CityHall"}, - "CivicStructure": {"@id": "schema:CivicStructure"}, - "ClaimReview": {"@id": "schema:ClaimReview"}, - "Class": {"@id": "schema:Class"}, - "Clinician": {"@id": "schema:Clinician"}, - "Clip": {"@id": "schema:Clip"}, - "ClothingStore": {"@id": "schema:ClothingStore"}, - "CoOp": {"@id": "schema:CoOp"}, - "Code": {"@id": "schema:Code"}, - "CohortStudy": {"@id": "schema:CohortStudy"}, - "Collection": {"@id": "schema:Collection"}, - "CollectionPage": {"@id": "schema:CollectionPage"}, - "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"}, - "ComedyClub": {"@id": "schema:ComedyClub"}, - "ComedyEvent": {"@id": "schema:ComedyEvent"}, - "ComicCoverArt": {"@id": "schema:ComicCoverArt"}, - "ComicIssue": {"@id": "schema:ComicIssue"}, - "ComicSeries": {"@id": "schema:ComicSeries"}, - "ComicStory": {"@id": "schema:ComicStory"}, - "Comment": {"@id": "schema:Comment"}, - "CommentAction": {"@id": "schema:CommentAction"}, - "CommentPermission": {"@id": "schema:CommentPermission"}, - "CommunicateAction": {"@id": "schema:CommunicateAction"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CompilationAlbum": {"@id": "schema:CompilationAlbum"}, - "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"}, - "Completed": {"@id": "schema:Completed"}, - "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"}, - "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"}, - "ComputerLanguage": {"@id": "schema:ComputerLanguage"}, - "ComputerStore": {"@id": "schema:ComputerStore"}, - "ConfirmAction": {"@id": "schema:ConfirmAction"}, - "Consortium": {"@id": "schema:Consortium"}, - "ConsumeAction": {"@id": "schema:ConsumeAction"}, - "ContactPage": {"@id": "schema:ContactPage"}, - "ContactPoint": {"@id": "schema:ContactPoint"}, - "ContactPointOption": {"@id": "schema:ContactPointOption"}, - "Continent": {"@id": "schema:Continent"}, - "ControlAction": {"@id": "schema:ControlAction"}, - "ConvenienceStore": {"@id": "schema:ConvenienceStore"}, - "Conversation": {"@id": "schema:Conversation"}, - "CookAction": {"@id": "schema:CookAction"}, - "Corporation": {"@id": "schema:Corporation"}, - "Country": {"@id": "schema:Country"}, - "Course": {"@id": "schema:Course"}, - "CourseInstance": {"@id": "schema:CourseInstance"}, - "Courthouse": {"@id": "schema:Courthouse"}, - "CoverArt": {"@id": "schema:CoverArt"}, - "CreateAction": {"@id": "schema:CreateAction"}, - "CreativeWork": {"@id": "schema:CreativeWork"}, - "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"}, - "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"}, - "CreditCard": {"@id": "schema:CreditCard"}, - "Crematorium": {"@id": "schema:Crematorium"}, - "CriticReview": {"@id": "schema:CriticReview"}, - "CrossSectional": {"@id": "schema:CrossSectional"}, - "CssSelectorType": {"@id": "schema:CssSelectorType"}, - "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"}, - "DDxElement": {"@id": "schema:DDxElement"}, - "DJMixAlbum": {"@id": "schema:DJMixAlbum"}, - "DVDFormat": {"@id": "schema:DVDFormat"}, - "DamagedCondition": {"@id": "schema:DamagedCondition"}, - "DanceEvent": {"@id": "schema:DanceEvent"}, - "DanceGroup": {"@id": "schema:DanceGroup"}, - "DataCatalog": {"@id": "schema:DataCatalog"}, - "DataDownload": {"@id": "schema:DataDownload"}, - "DataFeed": {"@id": "schema:DataFeed"}, - "DataFeedItem": {"@id": "schema:DataFeedItem"}, - "DataType": {"@id": "schema:DataType"}, - "Dataset": {"@id": "schema:Dataset"}, - "Date": {"@id": "schema:Date"}, - "DateTime": {"@id": "schema:DateTime"}, - "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"}, - "DayOfWeek": {"@id": "schema:DayOfWeek"}, - "DaySpa": {"@id": "schema:DaySpa"}, - "DeactivateAction": {"@id": "schema:DeactivateAction"}, - "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"}, - "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"}, - "DeleteAction": {"@id": "schema:DeleteAction"}, - "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"}, - "DeliveryEvent": {"@id": "schema:DeliveryEvent"}, - "DeliveryMethod": {"@id": "schema:DeliveryMethod"}, - "Demand": {"@id": "schema:Demand"}, - "DemoAlbum": {"@id": "schema:DemoAlbum"}, - "Dentist": {"@id": "schema:Dentist"}, - "Dentistry": {"@id": "schema:Dentistry"}, - "DepartAction": {"@id": "schema:DepartAction"}, - "DepartmentStore": {"@id": "schema:DepartmentStore"}, - "DepositAccount": {"@id": "schema:DepositAccount"}, - "Dermatologic": {"@id": "schema:Dermatologic"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "DiabeticDiet": {"@id": "schema:DiabeticDiet"}, - "Diagnostic": {"@id": "schema:Diagnostic"}, - "DiagnosticLab": {"@id": "schema:DiagnosticLab"}, - "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"}, - "Diet": {"@id": "schema:Diet"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietarySupplement": {"@id": "schema:DietarySupplement"}, - "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"}, - "DigitalDocument": {"@id": "schema:DigitalDocument"}, - "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"}, - "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"}, - "DigitalFormat": {"@id": "schema:DigitalFormat"}, - "DisagreeAction": {"@id": "schema:DisagreeAction"}, - "Discontinued": {"@id": "schema:Discontinued"}, - "DiscoverAction": {"@id": "schema:DiscoverAction"}, - "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"}, - "DislikeAction": {"@id": "schema:DislikeAction"}, - "Distance": {"@id": "schema:Distance"}, - "Distillery": {"@id": "schema:Distillery"}, - "DonateAction": {"@id": "schema:DonateAction"}, - "DoseSchedule": {"@id": "schema:DoseSchedule"}, - "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"}, - "DownloadAction": {"@id": "schema:DownloadAction"}, - "DrawAction": {"@id": "schema:DrawAction"}, - "DrinkAction": {"@id": "schema:DrinkAction"}, - "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"}, - "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"}, - "Drug": {"@id": "schema:Drug"}, - "DrugClass": {"@id": "schema:DrugClass"}, - "DrugCost": {"@id": "schema:DrugCost"}, - "DrugCostCategory": {"@id": "schema:DrugCostCategory"}, - "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"}, - "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"}, - "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"}, - "DrugStrength": {"@id": "schema:DrugStrength"}, - "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"}, - "Duration": {"@id": "schema:Duration"}, - "EBook": {"@id": "schema:EBook"}, - "EPRelease": {"@id": "schema:EPRelease"}, - "Ear": {"@id": "schema:Ear"}, - "EatAction": {"@id": "schema:EatAction"}, - "EducationEvent": {"@id": "schema:EducationEvent"}, - "EducationalAudience": {"@id": "schema:EducationalAudience"}, - "EducationalOrganization": {"@id": "schema:EducationalOrganization"}, - "Electrician": {"@id": "schema:Electrician"}, - "ElectronicsStore": {"@id": "schema:ElectronicsStore"}, - "ElementarySchool": {"@id": "schema:ElementarySchool"}, - "EmailMessage": {"@id": "schema:EmailMessage"}, - "Embassy": {"@id": "schema:Embassy"}, - "Emergency": {"@id": "schema:Emergency"}, - "Emergency": {"@id": "schema:Emergency"}, - "EmergencyService": {"@id": "schema:EmergencyService"}, - "EmployeeRole": {"@id": "schema:EmployeeRole"}, - "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"}, - "EmployerReview": {"@id": "schema:EmployerReview"}, - "EmploymentAgency": {"@id": "schema:EmploymentAgency"}, - "Endocrine": {"@id": "schema:Endocrine"}, - "EndorseAction": {"@id": "schema:EndorseAction"}, - "EndorsementRating": {"@id": "schema:EndorsementRating"}, - "Energy": {"@id": "schema:Energy"}, - "EngineSpecification": {"@id": "schema:EngineSpecification"}, - "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"}, - "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"}, - "EntryPoint": {"@id": "schema:EntryPoint"}, - "Enumeration": {"@id": "schema:Enumeration"}, - "Episode": {"@id": "schema:Episode"}, - "Event": {"@id": "schema:Event"}, - "EventCancelled": {"@id": "schema:EventCancelled"}, - "EventPostponed": {"@id": "schema:EventPostponed"}, - "EventRescheduled": {"@id": "schema:EventRescheduled"}, - "EventReservation": {"@id": "schema:EventReservation"}, - "EventScheduled": {"@id": "schema:EventScheduled"}, - "EventSeries": {"@id": "schema:EventSeries"}, - "EventStatusType": {"@id": "schema:EventStatusType"}, - "EventVenue": {"@id": "schema:EventVenue"}, - "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"}, - "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"}, - "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"}, - "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"}, - "ExerciseAction": {"@id": "schema:ExerciseAction"}, - "ExerciseGym": {"@id": "schema:ExerciseGym"}, - "ExercisePlan": {"@id": "schema:ExercisePlan"}, - "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"}, - "Eye": {"@id": "schema:Eye"}, - "FAQPage": {"@id": "schema:FAQPage"}, - "FDAcategoryA": {"@id": "schema:FDAcategoryA"}, - "FDAcategoryB": {"@id": "schema:FDAcategoryB"}, - "FDAcategoryC": {"@id": "schema:FDAcategoryC"}, - "FDAcategoryD": {"@id": "schema:FDAcategoryD"}, - "FDAcategoryX": {"@id": "schema:FDAcategoryX"}, - "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"}, - "FMRadioChannel": {"@id": "schema:FMRadioChannel"}, - "FailedActionStatus": {"@id": "schema:FailedActionStatus"}, - "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"}, - "Female": {"@id": "schema:Female"}, - "Festival": {"@id": "schema:Festival"}, - "FilmAction": {"@id": "schema:FilmAction"}, - "FinancialProduct": {"@id": "schema:FinancialProduct"}, - "FinancialService": {"@id": "schema:FinancialService"}, - "FindAction": {"@id": "schema:FindAction"}, - "FireStation": {"@id": "schema:FireStation"}, - "Flexibility": {"@id": "schema:Flexibility"}, - "Flight": {"@id": "schema:Flight"}, - "FlightReservation": {"@id": "schema:FlightReservation"}, - "Float": {"@id": "schema:Float"}, - "Florist": {"@id": "schema:Florist"}, - "FollowAction": {"@id": "schema:FollowAction"}, - "FoodEstablishment": {"@id": "schema:FoodEstablishment"}, - "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"}, - "FoodEvent": {"@id": "schema:FoodEvent"}, - "FoodService": {"@id": "schema:FoodService"}, - "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"}, - "Friday": {"@id": "schema:Friday"}, - "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"}, - "Fungus": {"@id": "schema:Fungus"}, - "FurnitureStore": {"@id": "schema:FurnitureStore"}, - "Game": {"@id": "schema:Game"}, - "GamePlayMode": {"@id": "schema:GamePlayMode"}, - "GameServer": {"@id": "schema:GameServer"}, - "GameServerStatus": {"@id": "schema:GameServerStatus"}, - "GardenStore": {"@id": "schema:GardenStore"}, - "GasStation": {"@id": "schema:GasStation"}, - "Gastroenterologic": {"@id": "schema:Gastroenterologic"}, - "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"}, - "GenderType": {"@id": "schema:GenderType"}, - "GeneralContractor": {"@id": "schema:GeneralContractor"}, - "Genetic": {"@id": "schema:Genetic"}, - "Genitourinary": {"@id": "schema:Genitourinary"}, - "GeoCircle": {"@id": "schema:GeoCircle"}, - "GeoCoordinates": {"@id": "schema:GeoCoordinates"}, - "GeoShape": {"@id": "schema:GeoShape"}, - "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "GiveAction": {"@id": "schema:GiveAction"}, - "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"}, - "GolfCourse": {"@id": "schema:GolfCourse"}, - "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"}, - "GovernmentOffice": {"@id": "schema:GovernmentOffice"}, - "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"}, - "GovernmentPermit": {"@id": "schema:GovernmentPermit"}, - "GovernmentService": {"@id": "schema:GovernmentService"}, - "GraphicNovel": {"@id": "schema:GraphicNovel"}, - "GroceryStore": {"@id": "schema:GroceryStore"}, - "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "HVACBusiness": {"@id": "schema:HVACBusiness"}, - "HairSalon": {"@id": "schema:HairSalon"}, - "HalalDiet": {"@id": "schema:HalalDiet"}, - "Hardcover": {"@id": "schema:Hardcover"}, - "HardwareStore": {"@id": "schema:HardwareStore"}, - "Head": {"@id": "schema:Head"}, - "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"}, - "HealthClub": {"@id": "schema:HealthClub"}, - "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"}, - "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"}, - "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"}, - "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"}, - "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"}, - "Hematologic": {"@id": "schema:Hematologic"}, - "HighSchool": {"@id": "schema:HighSchool"}, - "HinduDiet": {"@id": "schema:HinduDiet"}, - "HinduTemple": {"@id": "schema:HinduTemple"}, - "HobbyShop": {"@id": "schema:HobbyShop"}, - "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"}, - "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"}, - "Homeopathic": {"@id": "schema:Homeopathic"}, - "Hospital": {"@id": "schema:Hospital"}, - "Hostel": {"@id": "schema:Hostel"}, - "Hotel": {"@id": "schema:Hotel"}, - "HotelRoom": {"@id": "schema:HotelRoom"}, - "House": {"@id": "schema:House"}, - "HousePainter": {"@id": "schema:HousePainter"}, - "HowTo": {"@id": "schema:HowTo"}, - "HowToDirection": {"@id": "schema:HowToDirection"}, - "HowToItem": {"@id": "schema:HowToItem"}, - "HowToSection": {"@id": "schema:HowToSection"}, - "HowToStep": {"@id": "schema:HowToStep"}, - "HowToSupply": {"@id": "schema:HowToSupply"}, - "HowToTip": {"@id": "schema:HowToTip"}, - "HowToTool": {"@id": "schema:HowToTool"}, - "IceCreamShop": {"@id": "schema:IceCreamShop"}, - "IgnoreAction": {"@id": "schema:IgnoreAction"}, - "ImageGallery": {"@id": "schema:ImageGallery"}, - "ImageObject": {"@id": "schema:ImageObject"}, - "ImagingTest": {"@id": "schema:ImagingTest"}, - "InForce": {"@id": "schema:InForce"}, - "InStock": {"@id": "schema:InStock"}, - "InStoreOnly": {"@id": "schema:InStoreOnly"}, - "IndividualProduct": {"@id": "schema:IndividualProduct"}, - "Infectious": {"@id": "schema:Infectious"}, - "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"}, - "InfectiousDisease": {"@id": "schema:InfectiousDisease"}, - "InformAction": {"@id": "schema:InformAction"}, - "InsertAction": {"@id": "schema:InsertAction"}, - "InstallAction": {"@id": "schema:InstallAction"}, - "InsuranceAgency": {"@id": "schema:InsuranceAgency"}, - "Intangible": {"@id": "schema:Intangible"}, - "Integer": {"@id": "schema:Integer"}, - "InteractAction": {"@id": "schema:InteractAction"}, - "InteractionCounter": {"@id": "schema:InteractionCounter"}, - "InternationalTrial": {"@id": "schema:InternationalTrial"}, - "InternetCafe": {"@id": "schema:InternetCafe"}, - "InvestmentFund": {"@id": "schema:InvestmentFund"}, - "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"}, - "InviteAction": {"@id": "schema:InviteAction"}, - "Invoice": {"@id": "schema:Invoice"}, - "ItemAvailability": {"@id": "schema:ItemAvailability"}, - "ItemList": {"@id": "schema:ItemList"}, - "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"}, - "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"}, - "ItemListOrderType": {"@id": "schema:ItemListOrderType"}, - "ItemListUnordered": {"@id": "schema:ItemListUnordered"}, - "ItemPage": {"@id": "schema:ItemPage"}, - "JewelryStore": {"@id": "schema:JewelryStore"}, - "JobPosting": {"@id": "schema:JobPosting"}, - "JoinAction": {"@id": "schema:JoinAction"}, - "Joint": {"@id": "schema:Joint"}, - "KosherDiet": {"@id": "schema:KosherDiet"}, - "LaboratoryScience": {"@id": "schema:LaboratoryScience"}, - "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"}, - "Landform": {"@id": "schema:Landform"}, - "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"}, - "Language": {"@id": "schema:Language"}, - "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"}, - "LeaveAction": {"@id": "schema:LeaveAction"}, - "LeftHandDriving": {"@id": "schema:LeftHandDriving"}, - "LegalForceStatus": {"@id": "schema:LegalForceStatus"}, - "LegalService": {"@id": "schema:LegalService"}, - "LegalValueLevel": {"@id": "schema:LegalValueLevel"}, - "Legislation": {"@id": "schema:Legislation"}, - "LegislationObject": {"@id": "schema:LegislationObject"}, - "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"}, - "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"}, - "LendAction": {"@id": "schema:LendAction"}, - "Library": {"@id": "schema:Library"}, - "LibrarySystem": {"@id": "schema:LibrarySystem"}, - "LifestyleModification": {"@id": "schema:LifestyleModification"}, - "Ligament": {"@id": "schema:Ligament"}, - "LikeAction": {"@id": "schema:LikeAction"}, - "LimitedAvailability": {"@id": "schema:LimitedAvailability"}, - "LinkRole": {"@id": "schema:LinkRole"}, - "LiquorStore": {"@id": "schema:LiquorStore"}, - "ListItem": {"@id": "schema:ListItem"}, - "ListenAction": {"@id": "schema:ListenAction"}, - "LiteraryEvent": {"@id": "schema:LiteraryEvent"}, - "LiveAlbum": {"@id": "schema:LiveAlbum"}, - "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"}, - "LoanOrCredit": {"@id": "schema:LoanOrCredit"}, - "LocalBusiness": {"@id": "schema:LocalBusiness"}, - "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"}, - "LockerDelivery": {"@id": "schema:LockerDelivery"}, - "Locksmith": {"@id": "schema:Locksmith"}, - "LodgingBusiness": {"@id": "schema:LodgingBusiness"}, - "LodgingReservation": {"@id": "schema:LodgingReservation"}, - "Longitudinal": {"@id": "schema:Longitudinal"}, - "LoseAction": {"@id": "schema:LoseAction"}, - "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"}, - "LowFatDiet": {"@id": "schema:LowFatDiet"}, - "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"}, - "LowSaltDiet": {"@id": "schema:LowSaltDiet"}, - "Lung": {"@id": "schema:Lung"}, - "LymphaticVessel": {"@id": "schema:LymphaticVessel"}, - "MRI": {"@id": "schema:MRI"}, - "Male": {"@id": "schema:Male"}, - "Map": {"@id": "schema:Map"}, - "MapCategoryType": {"@id": "schema:MapCategoryType"}, - "MarryAction": {"@id": "schema:MarryAction"}, - "Mass": {"@id": "schema:Mass"}, - "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"}, - "MediaObject": {"@id": "schema:MediaObject"}, - "MedicalAudience": {"@id": "schema:MedicalAudience"}, - "MedicalBusiness": {"@id": "schema:MedicalBusiness"}, - "MedicalCause": {"@id": "schema:MedicalCause"}, - "MedicalClinic": {"@id": "schema:MedicalClinic"}, - "MedicalCode": {"@id": "schema:MedicalCode"}, - "MedicalCondition": {"@id": "schema:MedicalCondition"}, - "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"}, - "MedicalContraindication": {"@id": "schema:MedicalContraindication"}, - "MedicalDevice": {"@id": "schema:MedicalDevice"}, - "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"}, - "MedicalEntity": {"@id": "schema:MedicalEntity"}, - "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"}, - "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"}, - "MedicalGuideline": {"@id": "schema:MedicalGuideline"}, - "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"}, - "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"}, - "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"}, - "MedicalIndication": {"@id": "schema:MedicalIndication"}, - "MedicalIntangible": {"@id": "schema:MedicalIntangible"}, - "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"}, - "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"}, - "MedicalOrganization": {"@id": "schema:MedicalOrganization"}, - "MedicalProcedure": {"@id": "schema:MedicalProcedure"}, - "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"}, - "MedicalResearcher": {"@id": "schema:MedicalResearcher"}, - "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"}, - "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"}, - "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"}, - "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"}, - "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"}, - "MedicalSign": {"@id": "schema:MedicalSign"}, - "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"}, - "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"}, - "MedicalStudy": {"@id": "schema:MedicalStudy"}, - "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"}, - "MedicalSymptom": {"@id": "schema:MedicalSymptom"}, - "MedicalTest": {"@id": "schema:MedicalTest"}, - "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"}, - "MedicalTherapy": {"@id": "schema:MedicalTherapy"}, - "MedicalTrial": {"@id": "schema:MedicalTrial"}, - "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"}, - "MedicalWebPage": {"@id": "schema:MedicalWebPage"}, - "MedicineSystem": {"@id": "schema:MedicineSystem"}, - "MeetingRoom": {"@id": "schema:MeetingRoom"}, - "MensClothingStore": {"@id": "schema:MensClothingStore"}, - "Menu": {"@id": "schema:Menu"}, - "MenuItem": {"@id": "schema:MenuItem"}, - "MenuSection": {"@id": "schema:MenuSection"}, - "Message": {"@id": "schema:Message"}, - "MiddleSchool": {"@id": "schema:MiddleSchool"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"}, - "MobileApplication": {"@id": "schema:MobileApplication"}, - "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"}, - "Monday": {"@id": "schema:Monday"}, - "MonetaryAmount": {"@id": "schema:MonetaryAmount"}, - "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"}, - "MoneyTransfer": {"@id": "schema:MoneyTransfer"}, - "MortgageLoan": {"@id": "schema:MortgageLoan"}, - "Mosque": {"@id": "schema:Mosque"}, - "Motel": {"@id": "schema:Motel"}, - "Motorcycle": {"@id": "schema:Motorcycle"}, - "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"}, - "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"}, - "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"}, - "Mountain": {"@id": "schema:Mountain"}, - "MoveAction": {"@id": "schema:MoveAction"}, - "Movie": {"@id": "schema:Movie"}, - "MovieClip": {"@id": "schema:MovieClip"}, - "MovieRentalStore": {"@id": "schema:MovieRentalStore"}, - "MovieSeries": {"@id": "schema:MovieSeries"}, - "MovieTheater": {"@id": "schema:MovieTheater"}, - "MovingCompany": {"@id": "schema:MovingCompany"}, - "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"}, - "MultiPlayer": {"@id": "schema:MultiPlayer"}, - "MulticellularParasite": {"@id": "schema:MulticellularParasite"}, - "Muscle": {"@id": "schema:Muscle"}, - "Musculoskeletal": {"@id": "schema:Musculoskeletal"}, - "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"}, - "Museum": {"@id": "schema:Museum"}, - "MusicAlbum": {"@id": "schema:MusicAlbum"}, - "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"}, - "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"}, - "MusicComposition": {"@id": "schema:MusicComposition"}, - "MusicEvent": {"@id": "schema:MusicEvent"}, - "MusicGroup": {"@id": "schema:MusicGroup"}, - "MusicPlaylist": {"@id": "schema:MusicPlaylist"}, - "MusicRecording": {"@id": "schema:MusicRecording"}, - "MusicRelease": {"@id": "schema:MusicRelease"}, - "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"}, - "MusicStore": {"@id": "schema:MusicStore"}, - "MusicVenue": {"@id": "schema:MusicVenue"}, - "MusicVideoObject": {"@id": "schema:MusicVideoObject"}, - "NGO": {"@id": "schema:NGO"}, - "NailSalon": {"@id": "schema:NailSalon"}, - "Neck": {"@id": "schema:Neck"}, - "Nerve": {"@id": "schema:Nerve"}, - "Neuro": {"@id": "schema:Neuro"}, - "Neurologic": {"@id": "schema:Neurologic"}, - "NewCondition": {"@id": "schema:NewCondition"}, - "NewsArticle": {"@id": "schema:NewsArticle"}, - "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"}, - "Newspaper": {"@id": "schema:Newspaper"}, - "NightClub": {"@id": "schema:NightClub"}, - "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"}, - "Nose": {"@id": "schema:Nose"}, - "NotInForce": {"@id": "schema:NotInForce"}, - "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"}, - "Notary": {"@id": "schema:Notary"}, - "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"}, - "Number": {"@id": "schema:Number"}, - "Nursing": {"@id": "schema:Nursing"}, - "Nursing": {"@id": "schema:Nursing"}, - "NutritionInformation": {"@id": "schema:NutritionInformation"}, - "OTC": {"@id": "schema:OTC"}, - "Observational": {"@id": "schema:Observational"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Occupation": {"@id": "schema:Occupation"}, - "OccupationalActivity": {"@id": "schema:OccupationalActivity"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"}, - "Offer": {"@id": "schema:Offer"}, - "OfferCatalog": {"@id": "schema:OfferCatalog"}, - "OfferItemCondition": {"@id": "schema:OfferItemCondition"}, - "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"}, - "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"}, - "OfflinePermanently": {"@id": "schema:OfflinePermanently"}, - "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"}, - "OnDemandEvent": {"@id": "schema:OnDemandEvent"}, - "OnSitePickup": {"@id": "schema:OnSitePickup"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Online": {"@id": "schema:Online"}, - "OnlineFull": {"@id": "schema:OnlineFull"}, - "OnlineOnly": {"@id": "schema:OnlineOnly"}, - "OpenTrial": {"@id": "schema:OpenTrial"}, - "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"}, - "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"}, - "Optician": {"@id": "schema:Optician"}, - "Optometric": {"@id": "schema:Optometric"}, - "Optometric": {"@id": "schema:Optometric"}, - "Order": {"@id": "schema:Order"}, - "OrderAction": {"@id": "schema:OrderAction"}, - "OrderCancelled": {"@id": "schema:OrderCancelled"}, - "OrderDelivered": {"@id": "schema:OrderDelivered"}, - "OrderInTransit": {"@id": "schema:OrderInTransit"}, - "OrderItem": {"@id": "schema:OrderItem"}, - "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"}, - "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"}, - "OrderProblem": {"@id": "schema:OrderProblem"}, - "OrderProcessing": {"@id": "schema:OrderProcessing"}, - "OrderReturned": {"@id": "schema:OrderReturned"}, - "OrderStatus": {"@id": "schema:OrderStatus"}, - "Organization": {"@id": "schema:Organization"}, - "OrganizationRole": {"@id": "schema:OrganizationRole"}, - "OrganizeAction": {"@id": "schema:OrganizeAction"}, - "Osteopathic": {"@id": "schema:Osteopathic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "OutOfStock": {"@id": "schema:OutOfStock"}, - "OutletStore": {"@id": "schema:OutletStore"}, - "OwnershipInfo": {"@id": "schema:OwnershipInfo"}, - "PET": {"@id": "schema:PET"}, - "PaintAction": {"@id": "schema:PaintAction"}, - "Painting": {"@id": "schema:Painting"}, - "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"}, - "Paperback": {"@id": "schema:Paperback"}, - "ParcelDelivery": {"@id": "schema:ParcelDelivery"}, - "ParcelService": {"@id": "schema:ParcelService"}, - "ParentAudience": {"@id": "schema:ParentAudience"}, - "Park": {"@id": "schema:Park"}, - "ParkingFacility": {"@id": "schema:ParkingFacility"}, - "ParkingMap": {"@id": "schema:ParkingMap"}, - "PartiallyInForce": {"@id": "schema:PartiallyInForce"}, - "Pathology": {"@id": "schema:Pathology"}, - "PathologyTest": {"@id": "schema:PathologyTest"}, - "Patient": {"@id": "schema:Patient"}, - "PawnShop": {"@id": "schema:PawnShop"}, - "PayAction": {"@id": "schema:PayAction"}, - "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"}, - "PaymentCard": {"@id": "schema:PaymentCard"}, - "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"}, - "PaymentComplete": {"@id": "schema:PaymentComplete"}, - "PaymentDeclined": {"@id": "schema:PaymentDeclined"}, - "PaymentDue": {"@id": "schema:PaymentDue"}, - "PaymentMethod": {"@id": "schema:PaymentMethod"}, - "PaymentPastDue": {"@id": "schema:PaymentPastDue"}, - "PaymentService": {"@id": "schema:PaymentService"}, - "PaymentStatusType": {"@id": "schema:PaymentStatusType"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "PeopleAudience": {"@id": "schema:PeopleAudience"}, - "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"}, - "PerformAction": {"@id": "schema:PerformAction"}, - "PerformanceRole": {"@id": "schema:PerformanceRole"}, - "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"}, - "PerformingGroup": {"@id": "schema:PerformingGroup"}, - "Periodical": {"@id": "schema:Periodical"}, - "Permit": {"@id": "schema:Permit"}, - "Person": {"@id": "schema:Person"}, - "PetStore": {"@id": "schema:PetStore"}, - "Pharmacy": {"@id": "schema:Pharmacy"}, - "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"}, - "Photograph": {"@id": "schema:Photograph"}, - "PhotographAction": {"@id": "schema:PhotographAction"}, - "PhysicalActivity": {"@id": "schema:PhysicalActivity"}, - "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"}, - "PhysicalExam": {"@id": "schema:PhysicalExam"}, - "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"}, - "Physician": {"@id": "schema:Physician"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Place": {"@id": "schema:Place"}, - "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"}, - "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"}, - "PlanAction": {"@id": "schema:PlanAction"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlayAction": {"@id": "schema:PlayAction"}, - "Playground": {"@id": "schema:Playground"}, - "Plumber": {"@id": "schema:Plumber"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "PoliceStation": {"@id": "schema:PoliceStation"}, - "Pond": {"@id": "schema:Pond"}, - "PostOffice": {"@id": "schema:PostOffice"}, - "PostalAddress": {"@id": "schema:PostalAddress"}, - "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"}, - "PreOrder": {"@id": "schema:PreOrder"}, - "PreOrderAction": {"@id": "schema:PreOrderAction"}, - "PreSale": {"@id": "schema:PreSale"}, - "PrependAction": {"@id": "schema:PrependAction"}, - "Preschool": {"@id": "schema:Preschool"}, - "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"}, - "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"}, - "PreventionIndication": {"@id": "schema:PreventionIndication"}, - "PriceSpecification": {"@id": "schema:PriceSpecification"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "Prion": {"@id": "schema:Prion"}, - "Product": {"@id": "schema:Product"}, - "ProfessionalService": {"@id": "schema:ProfessionalService"}, - "ProfilePage": {"@id": "schema:ProfilePage"}, - "ProgramMembership": {"@id": "schema:ProgramMembership"}, - "Property": {"@id": "schema:Property"}, - "PropertyValue": {"@id": "schema:PropertyValue"}, - "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"}, - "Protozoa": {"@id": "schema:Protozoa"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHolidays": {"@id": "schema:PublicHolidays"}, - "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"}, - "PublicToilet": {"@id": "schema:PublicToilet"}, - "PublicationEvent": {"@id": "schema:PublicationEvent"}, - "PublicationIssue": {"@id": "schema:PublicationIssue"}, - "PublicationVolume": {"@id": "schema:PublicationVolume"}, - "Pulmonary": {"@id": "schema:Pulmonary"}, - "QAPage": {"@id": "schema:QAPage"}, - "QualitativeValue": {"@id": "schema:QualitativeValue"}, - "QuantitativeValue": {"@id": "schema:QuantitativeValue"}, - "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"}, - "Quantity": {"@id": "schema:Quantity"}, - "Question": {"@id": "schema:Question"}, - "Quotation": {"@id": "schema:Quotation"}, - "QuoteAction": {"@id": "schema:QuoteAction"}, - "RVPark": {"@id": "schema:RVPark"}, - "RadiationTherapy": {"@id": "schema:RadiationTherapy"}, - "RadioChannel": {"@id": "schema:RadioChannel"}, - "RadioClip": {"@id": "schema:RadioClip"}, - "RadioEpisode": {"@id": "schema:RadioEpisode"}, - "RadioSeason": {"@id": "schema:RadioSeason"}, - "RadioSeries": {"@id": "schema:RadioSeries"}, - "RadioStation": {"@id": "schema:RadioStation"}, - "Radiography": {"@id": "schema:Radiography"}, - "RandomizedTrial": {"@id": "schema:RandomizedTrial"}, - "Rating": {"@id": "schema:Rating"}, - "ReactAction": {"@id": "schema:ReactAction"}, - "ReadAction": {"@id": "schema:ReadAction"}, - "ReadPermission": {"@id": "schema:ReadPermission"}, - "RealEstateAgent": {"@id": "schema:RealEstateAgent"}, - "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"}, - "ReceiveAction": {"@id": "schema:ReceiveAction"}, - "Recipe": {"@id": "schema:Recipe"}, - "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"}, - "Recruiting": {"@id": "schema:Recruiting"}, - "RecyclingCenter": {"@id": "schema:RecyclingCenter"}, - "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"}, - "RegisterAction": {"@id": "schema:RegisterAction"}, - "Registry": {"@id": "schema:Registry"}, - "ReimbursementCap": {"@id": "schema:ReimbursementCap"}, - "RejectAction": {"@id": "schema:RejectAction"}, - "RemixAlbum": {"@id": "schema:RemixAlbum"}, - "Renal": {"@id": "schema:Renal"}, - "RentAction": {"@id": "schema:RentAction"}, - "RentalCarReservation": {"@id": "schema:RentalCarReservation"}, - "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"}, - "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"}, - "ReplaceAction": {"@id": "schema:ReplaceAction"}, - "ReplyAction": {"@id": "schema:ReplyAction"}, - "Report": {"@id": "schema:Report"}, - "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"}, - "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"}, - "Reservation": {"@id": "schema:Reservation"}, - "ReservationCancelled": {"@id": "schema:ReservationCancelled"}, - "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"}, - "ReservationHold": {"@id": "schema:ReservationHold"}, - "ReservationPackage": {"@id": "schema:ReservationPackage"}, - "ReservationPending": {"@id": "schema:ReservationPending"}, - "ReservationStatusType": {"@id": "schema:ReservationStatusType"}, - "ReserveAction": {"@id": "schema:ReserveAction"}, - "Reservoir": {"@id": "schema:Reservoir"}, - "Residence": {"@id": "schema:Residence"}, - "Resort": {"@id": "schema:Resort"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "Restaurant": {"@id": "schema:Restaurant"}, - "RestrictedDiet": {"@id": "schema:RestrictedDiet"}, - "ResultsAvailable": {"@id": "schema:ResultsAvailable"}, - "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"}, - "ResumeAction": {"@id": "schema:ResumeAction"}, - "Retail": {"@id": "schema:Retail"}, - "ReturnAction": {"@id": "schema:ReturnAction"}, - "Review": {"@id": "schema:Review"}, - "ReviewAction": {"@id": "schema:ReviewAction"}, - "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"}, - "Rheumatologic": {"@id": "schema:Rheumatologic"}, - "RightHandDriving": {"@id": "schema:RightHandDriving"}, - "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"}, - "Role": {"@id": "schema:Role"}, - "RoofingContractor": {"@id": "schema:RoofingContractor"}, - "Room": {"@id": "schema:Room"}, - "RsvpAction": {"@id": "schema:RsvpAction"}, - "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"}, - "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"}, - "RsvpResponseType": {"@id": "schema:RsvpResponseType"}, - "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"}, - "SaleEvent": {"@id": "schema:SaleEvent"}, - "SatiricalArticle": {"@id": "schema:SatiricalArticle"}, - "Saturday": {"@id": "schema:Saturday"}, - "Schedule": {"@id": "schema:Schedule"}, - "ScheduleAction": {"@id": "schema:ScheduleAction"}, - "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"}, - "School": {"@id": "schema:School"}, - "ScreeningEvent": {"@id": "schema:ScreeningEvent"}, - "Sculpture": {"@id": "schema:Sculpture"}, - "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"}, - "SearchAction": {"@id": "schema:SearchAction"}, - "SearchResultsPage": {"@id": "schema:SearchResultsPage"}, - "Season": {"@id": "schema:Season"}, - "Seat": {"@id": "schema:Seat"}, - "SeatingMap": {"@id": "schema:SeatingMap"}, - "SelfStorage": {"@id": "schema:SelfStorage"}, - "SellAction": {"@id": "schema:SellAction"}, - "SendAction": {"@id": "schema:SendAction"}, - "Series": {"@id": "schema:Series"}, - "Service": {"@id": "schema:Service"}, - "ServiceChannel": {"@id": "schema:ServiceChannel"}, - "ShareAction": {"@id": "schema:ShareAction"}, - "ShoeStore": {"@id": "schema:ShoeStore"}, - "ShoppingCenter": {"@id": "schema:ShoppingCenter"}, - "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"}, - "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"}, - "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"}, - "SinglePlayer": {"@id": "schema:SinglePlayer"}, - "SingleRelease": {"@id": "schema:SingleRelease"}, - "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"}, - "SkiResort": {"@id": "schema:SkiResort"}, - "Skin": {"@id": "schema:Skin"}, - "SocialEvent": {"@id": "schema:SocialEvent"}, - "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"}, - "SoftwareApplication": {"@id": "schema:SoftwareApplication"}, - "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"}, - "SoldOut": {"@id": "schema:SoldOut"}, - "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"}, - "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"}, - "Specialty": {"@id": "schema:Specialty"}, - "SpeechPathology": {"@id": "schema:SpeechPathology"}, - "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"}, - "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"}, - "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"}, - "SportsClub": {"@id": "schema:SportsClub"}, - "SportsEvent": {"@id": "schema:SportsEvent"}, - "SportsOrganization": {"@id": "schema:SportsOrganization"}, - "SportsTeam": {"@id": "schema:SportsTeam"}, - "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"}, - "StadiumOrArena": {"@id": "schema:StadiumOrArena"}, - "State": {"@id": "schema:State"}, - "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"}, - "Store": {"@id": "schema:Store"}, - "StrengthTraining": {"@id": "schema:StrengthTraining"}, - "StructuredValue": {"@id": "schema:StructuredValue"}, - "StudioAlbum": {"@id": "schema:StudioAlbum"}, - "StupidType": {"@id": "schema:StupidType"}, - "SubscribeAction": {"@id": "schema:SubscribeAction"}, - "Substance": {"@id": "schema:Substance"}, - "SubwayStation": {"@id": "schema:SubwayStation"}, - "Suite": {"@id": "schema:Suite"}, - "Sunday": {"@id": "schema:Sunday"}, - "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"}, - "Surgical": {"@id": "schema:Surgical"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SuspendAction": {"@id": "schema:SuspendAction"}, - "Suspended": {"@id": "schema:Suspended"}, - "Synagogue": {"@id": "schema:Synagogue"}, - "TVClip": {"@id": "schema:TVClip"}, - "TVEpisode": {"@id": "schema:TVEpisode"}, - "TVSeason": {"@id": "schema:TVSeason"}, - "TVSeries": {"@id": "schema:TVSeries"}, - "Table": {"@id": "schema:Table"}, - "TakeAction": {"@id": "schema:TakeAction"}, - "TattooParlor": {"@id": "schema:TattooParlor"}, - "Taxi": {"@id": "schema:Taxi"}, - "TaxiReservation": {"@id": "schema:TaxiReservation"}, - "TaxiService": {"@id": "schema:TaxiService"}, - "TaxiStand": {"@id": "schema:TaxiStand"}, - "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"}, - "TechArticle": {"@id": "schema:TechArticle"}, - "TelevisionChannel": {"@id": "schema:TelevisionChannel"}, - "TelevisionStation": {"@id": "schema:TelevisionStation"}, - "TennisComplex": {"@id": "schema:TennisComplex"}, - "Terminated": {"@id": "schema:Terminated"}, - "Text": {"@id": "schema:Text"}, - "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"}, - "TheaterEvent": {"@id": "schema:TheaterEvent"}, - "TheaterGroup": {"@id": "schema:TheaterGroup"}, - "Therapeutic": {"@id": "schema:Therapeutic"}, - "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"}, - "Thesis": {"@id": "schema:Thesis"}, - "Thing": {"@id": "schema:Thing"}, - "Throat": {"@id": "schema:Throat"}, - "Thursday": {"@id": "schema:Thursday"}, - "Ticket": {"@id": "schema:Ticket"}, - "TieAction": {"@id": "schema:TieAction"}, - "Time": {"@id": "schema:Time"}, - "TipAction": {"@id": "schema:TipAction"}, - "TireShop": {"@id": "schema:TireShop"}, - "TollFree": {"@id": "schema:TollFree"}, - "TouristAttraction": {"@id": "schema:TouristAttraction"}, - "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"}, - "Toxicologic": {"@id": "schema:Toxicologic"}, - "ToyStore": {"@id": "schema:ToyStore"}, - "TrackAction": {"@id": "schema:TrackAction"}, - "TradeAction": {"@id": "schema:TradeAction"}, - "TraditionalChinese": {"@id": "schema:TraditionalChinese"}, - "TrainReservation": {"@id": "schema:TrainReservation"}, - "TrainStation": {"@id": "schema:TrainStation"}, - "TrainTrip": {"@id": "schema:TrainTrip"}, - "TransferAction": {"@id": "schema:TransferAction"}, - "TransitMap": {"@id": "schema:TransitMap"}, - "TravelAction": {"@id": "schema:TravelAction"}, - "TravelAgency": {"@id": "schema:TravelAgency"}, - "TreatmentIndication": {"@id": "schema:TreatmentIndication"}, - "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"}, - "Tuesday": {"@id": "schema:Tuesday"}, - "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"}, - "URL": {"@id": "schema:URL"}, - "Ultrasound": {"@id": "schema:Ultrasound"}, - "UnRegisterAction": {"@id": "schema:UnRegisterAction"}, - "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"}, - "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"}, - "UpdateAction": {"@id": "schema:UpdateAction"}, - "Urologic": {"@id": "schema:Urologic"}, - "UseAction": {"@id": "schema:UseAction"}, - "UsedCondition": {"@id": "schema:UsedCondition"}, - "UserBlocks": {"@id": "schema:UserBlocks"}, - "UserCheckins": {"@id": "schema:UserCheckins"}, - "UserComments": {"@id": "schema:UserComments"}, - "UserDownloads": {"@id": "schema:UserDownloads"}, - "UserInteraction": {"@id": "schema:UserInteraction"}, - "UserLikes": {"@id": "schema:UserLikes"}, - "UserPageVisits": {"@id": "schema:UserPageVisits"}, - "UserPlays": {"@id": "schema:UserPlays"}, - "UserPlusOnes": {"@id": "schema:UserPlusOnes"}, - "UserReview": {"@id": "schema:UserReview"}, - "UserTweets": {"@id": "schema:UserTweets"}, - "VeganDiet": {"@id": "schema:VeganDiet"}, - "VegetarianDiet": {"@id": "schema:VegetarianDiet"}, - "Vehicle": {"@id": "schema:Vehicle"}, - "Vein": {"@id": "schema:Vein"}, - "VenueMap": {"@id": "schema:VenueMap"}, - "Vessel": {"@id": "schema:Vessel"}, - "VeterinaryCare": {"@id": "schema:VeterinaryCare"}, - "VideoGallery": {"@id": "schema:VideoGallery"}, - "VideoGame": {"@id": "schema:VideoGame"}, - "VideoGameClip": {"@id": "schema:VideoGameClip"}, - "VideoGameSeries": {"@id": "schema:VideoGameSeries"}, - "VideoObject": {"@id": "schema:VideoObject"}, - "ViewAction": {"@id": "schema:ViewAction"}, - "VinylFormat": {"@id": "schema:VinylFormat"}, - "Virus": {"@id": "schema:Virus"}, - "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"}, - "VisualArtwork": {"@id": "schema:VisualArtwork"}, - "VitalSign": {"@id": "schema:VitalSign"}, - "Volcano": {"@id": "schema:Volcano"}, - "VoteAction": {"@id": "schema:VoteAction"}, - "WPAdBlock": {"@id": "schema:WPAdBlock"}, - "WPFooter": {"@id": "schema:WPFooter"}, - "WPHeader": {"@id": "schema:WPHeader"}, - "WPSideBar": {"@id": "schema:WPSideBar"}, - "WantAction": {"@id": "schema:WantAction"}, - "WarrantyPromise": {"@id": "schema:WarrantyPromise"}, - "WarrantyScope": {"@id": "schema:WarrantyScope"}, - "WatchAction": {"@id": "schema:WatchAction"}, - "Waterfall": {"@id": "schema:Waterfall"}, - "WearAction": {"@id": "schema:WearAction"}, - "WebAPI": {"@id": "schema:WebAPI"}, - "WebApplication": {"@id": "schema:WebApplication"}, - "WebPage": {"@id": "schema:WebPage"}, - "WebPageElement": {"@id": "schema:WebPageElement"}, - "WebSite": {"@id": "schema:WebSite"}, - "Wednesday": {"@id": "schema:Wednesday"}, - "WesternConventional": {"@id": "schema:WesternConventional"}, - "Wholesale": {"@id": "schema:Wholesale"}, - "WholesaleStore": {"@id": "schema:WholesaleStore"}, - "WinAction": {"@id": "schema:WinAction"}, - "Winery": {"@id": "schema:Winery"}, - "Withdrawn": {"@id": "schema:Withdrawn"}, - "WorkersUnion": {"@id": "schema:WorkersUnion"}, - "WriteAction": {"@id": "schema:WriteAction"}, - "WritePermission": {"@id": "schema:WritePermission"}, - "XPathType": {"@id": "schema:XPathType"}, - "XRay": {"@id": "schema:XRay"}, - "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"}, - "Zoo": {"@id": "schema:Zoo"}, - "about": { "@id": "schema:about"}, - "abridged": { "@id": "schema:abridged"}, - "accelerationTime": { "@id": "schema:accelerationTime"}, - "acceptedAnswer": { "@id": "schema:acceptedAnswer"}, - "acceptedOffer": { "@id": "schema:acceptedOffer"}, - "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"}, - "acceptsReservations": { "@id": "schema:acceptsReservations", "@type": "@id"}, - "accessCode": { "@id": "schema:accessCode"}, - "accessMode": { "@id": "schema:accessMode"}, - "accessModeSufficient": { "@id": "schema:accessModeSufficient"}, - "accessibilityAPI": { "@id": "schema:accessibilityAPI"}, - "accessibilityControl": { "@id": "schema:accessibilityControl"}, - "accessibilityFeature": { "@id": "schema:accessibilityFeature"}, - "accessibilityHazard": { "@id": "schema:accessibilityHazard"}, - "accessibilitySummary": { "@id": "schema:accessibilitySummary"}, - "accountId": { "@id": "schema:accountId"}, - "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"}, - "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"}, - "accountablePerson": { "@id": "schema:accountablePerson"}, - "acquiredFrom": { "@id": "schema:acquiredFrom"}, - "acrissCode": { "@id": "schema:acrissCode"}, - "action": { "@id": "schema:action"}, - "actionApplication": { "@id": "schema:actionApplication"}, - "actionOption": { "@id": "schema:actionOption"}, - "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"}, - "actionStatus": { "@id": "schema:actionStatus"}, - "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"}, - "activeIngredient": { "@id": "schema:activeIngredient"}, - "activityDuration": { "@id": "schema:activityDuration"}, - "activityFrequency": { "@id": "schema:activityFrequency"}, - "actor": { "@id": "schema:actor"}, - "actors": { "@id": "schema:actors"}, - "addOn": { "@id": "schema:addOn"}, - "additionalName": { "@id": "schema:additionalName"}, - "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"}, - "additionalProperty": { "@id": "schema:additionalProperty"}, - "additionalType": { "@id": "schema:additionalType", "@type": "@id"}, - "additionalVariable": { "@id": "schema:additionalVariable"}, - "address": { "@id": "schema:address"}, - "addressCountry": { "@id": "schema:addressCountry"}, - "addressLocality": { "@id": "schema:addressLocality"}, - "addressRegion": { "@id": "schema:addressRegion"}, - "administrationRoute": { "@id": "schema:administrationRoute"}, - "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"}, - "adverseOutcome": { "@id": "schema:adverseOutcome"}, - "affectedBy": { "@id": "schema:affectedBy"}, - "affiliation": { "@id": "schema:affiliation"}, - "afterMedia": { "@id": "schema:afterMedia"}, - "agent": { "@id": "schema:agent"}, - "aggregateRating": { "@id": "schema:aggregateRating"}, - "aircraft": { "@id": "schema:aircraft"}, - "album": { "@id": "schema:album"}, - "albumProductionType": { "@id": "schema:albumProductionType"}, - "albumRelease": { "@id": "schema:albumRelease"}, - "albumReleaseType": { "@id": "schema:albumReleaseType"}, - "albums": { "@id": "schema:albums"}, - "alcoholWarning": { "@id": "schema:alcoholWarning"}, - "algorithm": { "@id": "schema:algorithm"}, - "alignmentType": { "@id": "schema:alignmentType"}, - "alternateName": { "@id": "schema:alternateName"}, - "alternativeHeadline": { "@id": "schema:alternativeHeadline"}, - "alumni": { "@id": "schema:alumni"}, - "alumniOf": { "@id": "schema:alumniOf"}, - "amenityFeature": { "@id": "schema:amenityFeature"}, - "amount": { "@id": "schema:amount"}, - "amountOfThisGood": { "@id": "schema:amountOfThisGood"}, - "annualPercentageRate": { "@id": "schema:annualPercentageRate"}, - "answerCount": { "@id": "schema:answerCount"}, - "antagonist": { "@id": "schema:antagonist"}, - "applicableLocation": { "@id": "schema:applicableLocation"}, - "application": { "@id": "schema:application"}, - "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"}, - "applicationSubCategory": { "@id": "schema:applicationSubCategory", "@type": "@id"}, - "applicationSuite": { "@id": "schema:applicationSuite"}, - "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"}, - "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"}, - "area": { "@id": "schema:area"}, - "areaServed": { "@id": "schema:areaServed"}, - "arrivalAirport": { "@id": "schema:arrivalAirport"}, - "arrivalBusStop": { "@id": "schema:arrivalBusStop"}, - "arrivalGate": { "@id": "schema:arrivalGate"}, - "arrivalPlatform": { "@id": "schema:arrivalPlatform"}, - "arrivalStation": { "@id": "schema:arrivalStation"}, - "arrivalTerminal": { "@id": "schema:arrivalTerminal"}, - "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"}, - "artEdition": { "@id": "schema:artEdition"}, - "artMedium": { "@id": "schema:artMedium", "@type": "@id"}, - "arterialBranch": { "@id": "schema:arterialBranch"}, - "artform": { "@id": "schema:artform", "@type": "@id"}, - "articleBody": { "@id": "schema:articleBody"}, - "articleSection": { "@id": "schema:articleSection"}, - "artist": { "@id": "schema:artist"}, - "artworkSurface": { "@id": "schema:artworkSurface", "@type": "@id"}, - "aspect": { "@id": "schema:aspect"}, - "assembly": { "@id": "schema:assembly"}, - "assemblyVersion": { "@id": "schema:assemblyVersion"}, - "associatedAnatomy": { "@id": "schema:associatedAnatomy"}, - "associatedArticle": { "@id": "schema:associatedArticle"}, - "associatedMedia": { "@id": "schema:associatedMedia"}, - "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"}, - "athlete": { "@id": "schema:athlete"}, - "attendee": { "@id": "schema:attendee"}, - "attendees": { "@id": "schema:attendees"}, - "audience": { "@id": "schema:audience"}, - "audienceType": { "@id": "schema:audienceType"}, - "audio": { "@id": "schema:audio"}, - "author": { "@id": "schema:author"}, - "availability": { "@id": "schema:availability"}, - "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"}, - "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "DateTime"}, - "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"}, - "availableChannel": { "@id": "schema:availableChannel"}, - "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"}, - "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"}, - "availableIn": { "@id": "schema:availableIn"}, - "availableLanguage": { "@id": "schema:availableLanguage"}, - "availableOnDevice": { "@id": "schema:availableOnDevice"}, - "availableService": { "@id": "schema:availableService"}, - "availableStrength": { "@id": "schema:availableStrength"}, - "availableTest": { "@id": "schema:availableTest"}, - "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"}, - "award": { "@id": "schema:award"}, - "awards": { "@id": "schema:awards"}, - "awayTeam": { "@id": "schema:awayTeam"}, - "background": { "@id": "schema:background"}, - "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"}, - "baseSalary": { "@id": "schema:baseSalary"}, - "bccRecipient": { "@id": "schema:bccRecipient"}, - "bed": { "@id": "schema:bed"}, - "beforeMedia": { "@id": "schema:beforeMedia"}, - "beneficiaryBank": { "@id": "schema:beneficiaryBank"}, - "benefits": { "@id": "schema:benefits"}, - "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"}, - "bestRating": { "@id": "schema:bestRating"}, - "billingAddress": { "@id": "schema:billingAddress"}, - "billingIncrement": { "@id": "schema:billingIncrement"}, - "billingPeriod": { "@id": "schema:billingPeriod"}, - "biomechnicalClass": { "@id": "schema:biomechnicalClass"}, - "birthDate": { "@id": "schema:birthDate", "@type": "Date"}, - "birthPlace": { "@id": "schema:birthPlace"}, - "bitrate": { "@id": "schema:bitrate"}, - "blogPost": { "@id": "schema:blogPost"}, - "blogPosts": { "@id": "schema:blogPosts"}, - "bloodSupply": { "@id": "schema:bloodSupply"}, - "boardingGroup": { "@id": "schema:boardingGroup"}, - "boardingPolicy": { "@id": "schema:boardingPolicy"}, - "bodyLocation": { "@id": "schema:bodyLocation"}, - "bodyType": { "@id": "schema:bodyType", "@type": "@id"}, - "bookEdition": { "@id": "schema:bookEdition"}, - "bookFormat": { "@id": "schema:bookFormat"}, - "bookingAgent": { "@id": "schema:bookingAgent"}, - "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"}, - "borrower": { "@id": "schema:borrower"}, - "box": { "@id": "schema:box"}, - "branch": { "@id": "schema:branch"}, - "branchCode": { "@id": "schema:branchCode"}, - "branchOf": { "@id": "schema:branchOf"}, - "brand": { "@id": "schema:brand"}, - "breadcrumb": { "@id": "schema:breadcrumb"}, - "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"}, - "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"}, - "broadcastChannelId": { "@id": "schema:broadcastChannelId"}, - "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"}, - "broadcastFrequency": { "@id": "schema:broadcastFrequency"}, - "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"}, - "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"}, - "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"}, - "broadcastTimezone": { "@id": "schema:broadcastTimezone"}, - "broadcaster": { "@id": "schema:broadcaster"}, - "broker": { "@id": "schema:broker"}, - "browserRequirements": { "@id": "schema:browserRequirements"}, - "busName": { "@id": "schema:busName"}, - "busNumber": { "@id": "schema:busNumber"}, - "businessFunction": { "@id": "schema:businessFunction"}, - "buyer": { "@id": "schema:buyer"}, - "byArtist": { "@id": "schema:byArtist"}, - "byDay": { "@id": "schema:byDay"}, - "byMonth": { "@id": "schema:byMonth"}, - "byMonthDay": { "@id": "schema:byMonthDay"}, - "calories": { "@id": "schema:calories"}, - "candidate": { "@id": "schema:candidate"}, - "caption": { "@id": "schema:caption"}, - "carbohydrateContent": { "@id": "schema:carbohydrateContent"}, - "cargoVolume": { "@id": "schema:cargoVolume"}, - "carrier": { "@id": "schema:carrier"}, - "carrierRequirements": { "@id": "schema:carrierRequirements"}, - "cashBack": { "@id": "schema:cashBack"}, - "catalog": { "@id": "schema:catalog"}, - "catalogNumber": { "@id": "schema:catalogNumber"}, - "category": { "@id": "schema:category"}, - "cause": { "@id": "schema:cause"}, - "causeOf": { "@id": "schema:causeOf"}, - "ccRecipient": { "@id": "schema:ccRecipient"}, - "character": { "@id": "schema:character"}, - "characterAttribute": { "@id": "schema:characterAttribute"}, - "characterName": { "@id": "schema:characterName"}, - "cheatCode": { "@id": "schema:cheatCode"}, - "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"}, - "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"}, - "childMaxAge": { "@id": "schema:childMaxAge"}, - "childMinAge": { "@id": "schema:childMinAge"}, - "children": { "@id": "schema:children"}, - "cholesterolContent": { "@id": "schema:cholesterolContent"}, - "circle": { "@id": "schema:circle"}, - "citation": { "@id": "schema:citation"}, - "claimReviewed": { "@id": "schema:claimReviewed"}, - "clincalPharmacology": { "@id": "schema:clincalPharmacology"}, - "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"}, - "clipNumber": { "@id": "schema:clipNumber"}, - "closes": { "@id": "schema:closes"}, - "coach": { "@id": "schema:coach"}, - "code": { "@id": "schema:code"}, - "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"}, - "codeSampleType": { "@id": "schema:codeSampleType"}, - "codeValue": { "@id": "schema:codeValue"}, - "codingSystem": { "@id": "schema:codingSystem"}, - "colleague": { "@id": "schema:colleague", "@type": "@id"}, - "colleagues": { "@id": "schema:colleagues"}, - "collection": { "@id": "schema:collection"}, - "color": { "@id": "schema:color"}, - "colorist": { "@id": "schema:colorist"}, - "comment": { "@id": "schema:comment"}, - "commentCount": { "@id": "schema:commentCount"}, - "commentText": { "@id": "schema:commentText"}, - "commentTime": { "@id": "schema:commentTime", "@type": "Date"}, - "competitor": { "@id": "schema:competitor"}, - "composer": { "@id": "schema:composer"}, - "comprisedOf": { "@id": "schema:comprisedOf"}, - "confirmationNumber": { "@id": "schema:confirmationNumber"}, - "connectedTo": { "@id": "schema:connectedTo"}, - "contactOption": { "@id": "schema:contactOption"}, - "contactPoint": { "@id": "schema:contactPoint"}, - "contactPoints": { "@id": "schema:contactPoints"}, - "contactType": { "@id": "schema:contactType"}, - "contactlessPayment": { "@id": "schema:contactlessPayment"}, - "containedIn": { "@id": "schema:containedIn"}, - "containedInPlace": { "@id": "schema:containedInPlace"}, - "containsPlace": { "@id": "schema:containsPlace"}, - "containsSeason": { "@id": "schema:containsSeason"}, - "contentLocation": { "@id": "schema:contentLocation"}, - "contentRating": { "@id": "schema:contentRating"}, - "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"}, - "contentSize": { "@id": "schema:contentSize"}, - "contentType": { "@id": "schema:contentType"}, - "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"}, - "contraindication": { "@id": "schema:contraindication"}, - "contributor": { "@id": "schema:contributor"}, - "cookTime": { "@id": "schema:cookTime"}, - "cookingMethod": { "@id": "schema:cookingMethod"}, - "copyrightHolder": { "@id": "schema:copyrightHolder"}, - "copyrightYear": { "@id": "schema:copyrightYear"}, - "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"}, - "cost": { "@id": "schema:cost"}, - "costCategory": { "@id": "schema:costCategory"}, - "costCurrency": { "@id": "schema:costCurrency"}, - "costOrigin": { "@id": "schema:costOrigin"}, - "costPerUnit": { "@id": "schema:costPerUnit"}, - "countriesNotSupported": { "@id": "schema:countriesNotSupported"}, - "countriesSupported": { "@id": "schema:countriesSupported"}, - "countryOfOrigin": { "@id": "schema:countryOfOrigin"}, - "course": { "@id": "schema:course"}, - "courseCode": { "@id": "schema:courseCode"}, - "courseMode": { "@id": "schema:courseMode", "@type": "@id"}, - "coursePrerequisites": { "@id": "schema:coursePrerequisites"}, - "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"}, - "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"}, - "creator": { "@id": "schema:creator"}, - "creditedTo": { "@id": "schema:creditedTo"}, - "cssSelector": { "@id": "schema:cssSelector"}, - "currenciesAccepted": { "@id": "schema:currenciesAccepted"}, - "currency": { "@id": "schema:currency"}, - "currentExchangeRate": { "@id": "schema:currentExchangeRate"}, - "customer": { "@id": "schema:customer"}, - "dataFeedElement": { "@id": "schema:dataFeedElement"}, - "dataset": { "@id": "schema:dataset"}, - "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"}, - "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"}, - "dateDeleted": { "@id": "schema:dateDeleted", "@type": "DateTime"}, - "dateIssued": { "@id": "schema:dateIssued", "@type": "DateTime"}, - "dateModified": { "@id": "schema:dateModified", "@type": "Date"}, - "datePosted": { "@id": "schema:datePosted", "@type": "Date"}, - "datePublished": { "@id": "schema:datePublished", "@type": "Date"}, - "dateRead": { "@id": "schema:dateRead", "@type": "DateTime"}, - "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"}, - "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"}, - "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"}, - "dateline": { "@id": "schema:dateline"}, - "dayOfWeek": { "@id": "schema:dayOfWeek"}, - "deathDate": { "@id": "schema:deathDate", "@type": "Date"}, - "deathPlace": { "@id": "schema:deathPlace"}, - "defaultValue": { "@id": "schema:defaultValue"}, - "deliveryAddress": { "@id": "schema:deliveryAddress"}, - "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"}, - "deliveryMethod": { "@id": "schema:deliveryMethod"}, - "deliveryStatus": { "@id": "schema:deliveryStatus"}, - "department": { "@id": "schema:department"}, - "departureAirport": { "@id": "schema:departureAirport"}, - "departureBusStop": { "@id": "schema:departureBusStop"}, - "departureGate": { "@id": "schema:departureGate"}, - "departurePlatform": { "@id": "schema:departurePlatform"}, - "departureStation": { "@id": "schema:departureStation"}, - "departureTerminal": { "@id": "schema:departureTerminal"}, - "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"}, - "dependencies": { "@id": "schema:dependencies"}, - "depth": { "@id": "schema:depth"}, - "description": { "@id": "schema:description"}, - "device": { "@id": "schema:device"}, - "diagnosis": { "@id": "schema:diagnosis"}, - "diagram": { "@id": "schema:diagram"}, - "diet": { "@id": "schema:diet"}, - "dietFeatures": { "@id": "schema:dietFeatures"}, - "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"}, - "director": { "@id": "schema:director"}, - "directors": { "@id": "schema:directors"}, - "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"}, - "discount": { "@id": "schema:discount"}, - "discountCode": { "@id": "schema:discountCode"}, - "discountCurrency": { "@id": "schema:discountCurrency"}, - "discusses": { "@id": "schema:discusses"}, - "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"}, - "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"}, - "distance": { "@id": "schema:distance"}, - "distinguishingSign": { "@id": "schema:distinguishingSign"}, - "distribution": { "@id": "schema:distribution"}, - "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"}, - "documentation": { "@id": "schema:documentation", "@type": "@id"}, - "domainIncludes": { "@id": "schema:domainIncludes"}, - "domiciledMortgage": { "@id": "schema:domiciledMortgage"}, - "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"}, - "dosageForm": { "@id": "schema:dosageForm"}, - "doseSchedule": { "@id": "schema:doseSchedule"}, - "doseUnit": { "@id": "schema:doseUnit"}, - "doseValue": { "@id": "schema:doseValue"}, - "downPayment": { "@id": "schema:downPayment"}, - "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"}, - "downvoteCount": { "@id": "schema:downvoteCount"}, - "drainsTo": { "@id": "schema:drainsTo"}, - "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"}, - "dropoffLocation": { "@id": "schema:dropoffLocation"}, - "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"}, - "drug": { "@id": "schema:drug"}, - "drugClass": { "@id": "schema:drugClass"}, - "drugUnit": { "@id": "schema:drugUnit"}, - "duns": { "@id": "schema:duns"}, - "duplicateTherapy": { "@id": "schema:duplicateTherapy"}, - "duration": { "@id": "schema:duration"}, - "durationOfWarranty": { "@id": "schema:durationOfWarranty"}, - "duringMedia": { "@id": "schema:duringMedia"}, - "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"}, - "editor": { "@id": "schema:editor"}, - "educationRequirements": { "@id": "schema:educationRequirements"}, - "educationalAlignment": { "@id": "schema:educationalAlignment"}, - "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded", "@type": "@id"}, - "educationalFramework": { "@id": "schema:educationalFramework"}, - "educationalRole": { "@id": "schema:educationalRole"}, - "educationalUse": { "@id": "schema:educationalUse"}, - "elevation": { "@id": "schema:elevation"}, - "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"}, - "eligibleDuration": { "@id": "schema:eligibleDuration"}, - "eligibleQuantity": { "@id": "schema:eligibleQuantity"}, - "eligibleRegion": { "@id": "schema:eligibleRegion"}, - "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"}, - "email": { "@id": "schema:email"}, - "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"}, - "emissionsCO2": { "@id": "schema:emissionsCO2"}, - "employee": { "@id": "schema:employee"}, - "employees": { "@id": "schema:employees"}, - "employmentType": { "@id": "schema:employmentType"}, - "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"}, - "encoding": { "@id": "schema:encoding"}, - "encodingFormat": { "@id": "schema:encodingFormat"}, - "encodingType": { "@id": "schema:encodingType"}, - "encodings": { "@id": "schema:encodings"}, - "endDate": { "@id": "schema:endDate", "@type": "Date"}, - "endTime": { "@id": "schema:endTime", "@type": "DateTime"}, - "endorsee": { "@id": "schema:endorsee"}, - "endorsers": { "@id": "schema:endorsers"}, - "engineDisplacement": { "@id": "schema:engineDisplacement"}, - "enginePower": { "@id": "schema:enginePower"}, - "engineType": { "@id": "schema:engineType", "@type": "@id"}, - "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"}, - "epidemiology": { "@id": "schema:epidemiology"}, - "episode": { "@id": "schema:episode"}, - "episodeNumber": { "@id": "schema:episodeNumber"}, - "episodes": { "@id": "schema:episodes"}, - "equal": { "@id": "schema:equal"}, - "error": { "@id": "schema:error"}, - "estimatedCost": { "@id": "schema:estimatedCost"}, - "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"}, - "estimatedSalary": { "@id": "schema:estimatedSalary"}, - "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"}, - "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"}, - "event": { "@id": "schema:event"}, - "eventSchedule": { "@id": "schema:eventSchedule"}, - "eventStatus": { "@id": "schema:eventStatus"}, - "events": { "@id": "schema:events"}, - "evidenceLevel": { "@id": "schema:evidenceLevel"}, - "evidenceOrigin": { "@id": "schema:evidenceOrigin"}, - "exampleOfWork": { "@id": "schema:exampleOfWork"}, - "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"}, - "exchangeRate": { "@id": "schema:exchangeRate"}, - "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"}, - "executableLibraryName": { "@id": "schema:executableLibraryName"}, - "exerciseCourse": { "@id": "schema:exerciseCourse"}, - "exercisePlan": { "@id": "schema:exercisePlan"}, - "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"}, - "exerciseType": { "@id": "schema:exerciseType"}, - "exifData": { "@id": "schema:exifData"}, - "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "DateTime"}, - "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "DateTime"}, - "expectedPrognosis": { "@id": "schema:expectedPrognosis"}, - "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"}, - "experienceRequirements": { "@id": "schema:experienceRequirements"}, - "expertConsiderations": { "@id": "schema:expertConsiderations"}, - "expires": { "@id": "schema:expires", "@type": "Date"}, - "familyName": { "@id": "schema:familyName"}, - "fatContent": { "@id": "schema:fatContent"}, - "faxNumber": { "@id": "schema:faxNumber"}, - "featureList": { "@id": "schema:featureList", "@type": "@id"}, - "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification", "@type": "@id"}, - "fiberContent": { "@id": "schema:fiberContent"}, - "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"}, - "fileSize": { "@id": "schema:fileSize"}, - "firstPerformance": { "@id": "schema:firstPerformance"}, - "flightDistance": { "@id": "schema:flightDistance"}, - "flightNumber": { "@id": "schema:flightNumber"}, - "floorLimit": { "@id": "schema:floorLimit"}, - "floorSize": { "@id": "schema:floorSize"}, - "followee": { "@id": "schema:followee"}, - "follows": { "@id": "schema:follows"}, - "followup": { "@id": "schema:followup"}, - "foodEstablishment": { "@id": "schema:foodEstablishment"}, - "foodEvent": { "@id": "schema:foodEvent"}, - "foodWarning": { "@id": "schema:foodWarning"}, - "founder": { "@id": "schema:founder"}, - "founders": { "@id": "schema:founders"}, - "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"}, - "foundingLocation": { "@id": "schema:foundingLocation"}, - "free": { "@id": "schema:free"}, - "frequency": { "@id": "schema:frequency"}, - "fromLocation": { "@id": "schema:fromLocation"}, - "fuelCapacity": { "@id": "schema:fuelCapacity"}, - "fuelConsumption": { "@id": "schema:fuelConsumption"}, - "fuelEfficiency": { "@id": "schema:fuelEfficiency"}, - "fuelType": { "@id": "schema:fuelType", "@type": "@id"}, - "function": { "@id": "schema:function"}, - "functionalClass": { "@id": "schema:functionalClass"}, - "funder": { "@id": "schema:funder"}, - "game": { "@id": "schema:game"}, - "gameItem": { "@id": "schema:gameItem"}, - "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"}, - "gamePlatform": { "@id": "schema:gamePlatform", "@type": "@id"}, - "gameServer": { "@id": "schema:gameServer"}, - "gameTip": { "@id": "schema:gameTip"}, - "gender": { "@id": "schema:gender"}, - "genre": { "@id": "schema:genre", "@type": "@id"}, - "geo": { "@id": "schema:geo"}, - "geoMidpoint": { "@id": "schema:geoMidpoint"}, - "geoRadius": { "@id": "schema:geoRadius"}, - "geographicArea": { "@id": "schema:geographicArea"}, - "geospatiallyContains": { "@id": "schema:geospatiallyContains"}, - "geospatiallyCoveredBy": { "@id": "schema:geospatiallyCoveredBy"}, - "geospatiallyCovers": { "@id": "schema:geospatiallyCovers"}, - "geospatiallyCrosses": { "@id": "schema:geospatiallyCrosses"}, - "geospatiallyDisjoint": { "@id": "schema:geospatiallyDisjoint"}, - "geospatiallyEquals": { "@id": "schema:geospatiallyEquals"}, - "geospatiallyIntersects": { "@id": "schema:geospatiallyIntersects"}, - "geospatiallyOverlaps": { "@id": "schema:geospatiallyOverlaps"}, - "geospatiallyTouches": { "@id": "schema:geospatiallyTouches"}, - "geospatiallyWithin": { "@id": "schema:geospatiallyWithin"}, - "givenName": { "@id": "schema:givenName"}, - "globalLocationNumber": { "@id": "schema:globalLocationNumber"}, - "gracePeriod": { "@id": "schema:gracePeriod"}, - "grantee": { "@id": "schema:grantee"}, - "greater": { "@id": "schema:greater"}, - "greaterOrEqual": { "@id": "schema:greaterOrEqual"}, - "gtin12": { "@id": "schema:gtin12"}, - "gtin13": { "@id": "schema:gtin13"}, - "gtin14": { "@id": "schema:gtin14"}, - "gtin8": { "@id": "schema:gtin8"}, - "guideline": { "@id": "schema:guideline"}, - "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"}, - "guidelineSubject": { "@id": "schema:guidelineSubject"}, - "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"}, - "hasCategoryCode": { "@id": "schema:hasCategoryCode"}, - "hasCourseInstance": { "@id": "schema:hasCourseInstance"}, - "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"}, - "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"}, - "hasMap": { "@id": "schema:hasMap", "@type": "@id"}, - "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"}, - "hasMenuItem": { "@id": "schema:hasMenuItem"}, - "hasMenuSection": { "@id": "schema:hasMenuSection"}, - "hasOccupation": { "@id": "schema:hasOccupation"}, - "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"}, - "hasPOS": { "@id": "schema:hasPOS"}, - "hasPart": { "@id": "schema:hasPart"}, - "headline": { "@id": "schema:headline"}, - "healthCondition": { "@id": "schema:healthCondition"}, - "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"}, - "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"}, - "healthPlanCopay": { "@id": "schema:healthPlanCopay"}, - "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"}, - "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"}, - "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"}, - "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"}, - "healthPlanId": { "@id": "schema:healthPlanId"}, - "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"}, - "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"}, - "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"}, - "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"}, - "height": { "@id": "schema:height"}, - "highPrice": { "@id": "schema:highPrice"}, - "hiringOrganization": { "@id": "schema:hiringOrganization"}, - "homeLocation": { "@id": "schema:homeLocation"}, - "homeTeam": { "@id": "schema:homeTeam"}, - "honorificPrefix": { "@id": "schema:honorificPrefix"}, - "honorificSuffix": { "@id": "schema:honorificSuffix"}, - "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"}, - "hostingOrganization": { "@id": "schema:hostingOrganization"}, - "hoursAvailable": { "@id": "schema:hoursAvailable"}, - "howPerformed": { "@id": "schema:howPerformed"}, - "httpMethod": { "@id": "schema:httpMethod"}, - "iataCode": { "@id": "schema:iataCode"}, - "icaoCode": { "@id": "schema:icaoCode"}, - "identifier": { "@id": "schema:identifier", "@type": "@id"}, - "identifyingExam": { "@id": "schema:identifyingExam"}, - "identifyingTest": { "@id": "schema:identifyingTest"}, - "illustrator": { "@id": "schema:illustrator"}, - "image": { "@id": "schema:image", "@type": "@id"}, - "imagingTechnique": { "@id": "schema:imagingTechnique"}, - "inAlbum": { "@id": "schema:inAlbum"}, - "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"}, - "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"}, - "inLanguage": { "@id": "schema:inLanguage"}, - "inPlaylist": { "@id": "schema:inPlaylist"}, - "inSupportOf": { "@id": "schema:inSupportOf"}, - "incentiveCompensation": { "@id": "schema:incentiveCompensation"}, - "incentives": { "@id": "schema:incentives"}, - "includedComposition": { "@id": "schema:includedComposition"}, - "includedDataCatalog": { "@id": "schema:includedDataCatalog"}, - "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"}, - "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"}, - "includedRiskFactor": { "@id": "schema:includedRiskFactor"}, - "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"}, - "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"}, - "includesObject": { "@id": "schema:includesObject"}, - "increasesRiskOf": { "@id": "schema:increasesRiskOf"}, - "indication": { "@id": "schema:indication"}, - "industry": { "@id": "schema:industry"}, - "ineligibleRegion": { "@id": "schema:ineligibleRegion"}, - "infectiousAgent": { "@id": "schema:infectiousAgent"}, - "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"}, - "ingredients": { "@id": "schema:ingredients"}, - "inker": { "@id": "schema:inker"}, - "insertion": { "@id": "schema:insertion"}, - "installUrl": { "@id": "schema:installUrl", "@type": "@id"}, - "instructor": { "@id": "schema:instructor"}, - "instrument": { "@id": "schema:instrument"}, - "intensity": { "@id": "schema:intensity"}, - "interactingDrug": { "@id": "schema:interactingDrug"}, - "interactionCount": { "@id": "schema:interactionCount"}, - "interactionService": { "@id": "schema:interactionService"}, - "interactionStatistic": { "@id": "schema:interactionStatistic"}, - "interactionType": { "@id": "schema:interactionType"}, - "interactivityType": { "@id": "schema:interactivityType"}, - "interestRate": { "@id": "schema:interestRate"}, - "inventoryLevel": { "@id": "schema:inventoryLevel"}, - "inverseOf": { "@id": "schema:inverseOf"}, - "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"}, - "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"}, - "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"}, - "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"}, - "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"}, - "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"}, - "isConsumableFor": { "@id": "schema:isConsumableFor"}, - "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"}, - "isGift": { "@id": "schema:isGift"}, - "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"}, - "isPartOf": { "@id": "schema:isPartOf"}, - "isProprietary": { "@id": "schema:isProprietary"}, - "isRelatedTo": { "@id": "schema:isRelatedTo"}, - "isSimilarTo": { "@id": "schema:isSimilarTo"}, - "isVariantOf": { "@id": "schema:isVariantOf"}, - "isbn": { "@id": "schema:isbn"}, - "isicV4": { "@id": "schema:isicV4"}, - "isrcCode": { "@id": "schema:isrcCode"}, - "issn": { "@id": "schema:issn"}, - "issueNumber": { "@id": "schema:issueNumber"}, - "issuedBy": { "@id": "schema:issuedBy"}, - "issuedThrough": { "@id": "schema:issuedThrough"}, - "iswcCode": { "@id": "schema:iswcCode"}, - "item": { "@id": "schema:item"}, - "itemCondition": { "@id": "schema:itemCondition"}, - "itemListElement": { "@id": "schema:itemListElement"}, - "itemListOrder": { "@id": "schema:itemListOrder"}, - "itemOffered": { "@id": "schema:itemOffered"}, - "itemReviewed": { "@id": "schema:itemReviewed"}, - "itemShipped": { "@id": "schema:itemShipped"}, - "jobBenefits": { "@id": "schema:jobBenefits"}, - "jobLocation": { "@id": "schema:jobLocation"}, - "jobTitle": { "@id": "schema:jobTitle"}, - "keywords": { "@id": "schema:keywords"}, - "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"}, - "knows": { "@id": "schema:knows"}, - "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"}, - "landlord": { "@id": "schema:landlord"}, - "language": { "@id": "schema:language"}, - "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"}, - "latitude": { "@id": "schema:latitude"}, - "learningResourceType": { "@id": "schema:learningResourceType"}, - "legalName": { "@id": "schema:legalName"}, - "legalStatus": { "@id": "schema:legalStatus"}, - "legislationApplies": { "@id": "schema:legislationApplies"}, - "legislationChanges": { "@id": "schema:legislationChanges"}, - "legislationConsolidates": { "@id": "schema:legislationConsolidates"}, - "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"}, - "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"}, - "legislationIdentifier": { "@id": "schema:legislationIdentifier"}, - "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"}, - "legislationLegalForce": { "@id": "schema:legislationLegalForce"}, - "legislationLegalValue": { "@id": "schema:legislationLegalValue"}, - "legislationPassedBy": { "@id": "schema:legislationPassedBy"}, - "legislationResponsible": { "@id": "schema:legislationResponsible"}, - "legislationTransposes": { "@id": "schema:legislationTransposes"}, - "legislationType": { "@id": "schema:legislationType"}, - "leiCode": { "@id": "schema:leiCode"}, - "lender": { "@id": "schema:lender"}, - "lesser": { "@id": "schema:lesser"}, - "lesserOrEqual": { "@id": "schema:lesserOrEqual"}, - "letterer": { "@id": "schema:letterer"}, - "license": { "@id": "schema:license", "@type": "@id"}, - "line": { "@id": "schema:line"}, - "linkRelationship": { "@id": "schema:linkRelationship"}, - "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"}, - "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"}, - "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"}, - "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"}, - "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"}, - "loanTerm": { "@id": "schema:loanTerm"}, - "loanType": { "@id": "schema:loanType", "@type": "@id"}, - "location": { "@id": "schema:location"}, - "locationCreated": { "@id": "schema:locationCreated"}, - "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"}, - "lodgingUnitType": { "@id": "schema:lodgingUnitType"}, - "logo": { "@id": "schema:logo", "@type": "@id"}, - "longitude": { "@id": "schema:longitude"}, - "loser": { "@id": "schema:loser"}, - "lowPrice": { "@id": "schema:lowPrice"}, - "lyricist": { "@id": "schema:lyricist"}, - "lyrics": { "@id": "schema:lyrics"}, - "mainContentOfPage": { "@id": "schema:mainContentOfPage"}, - "mainEntity": { "@id": "schema:mainEntity"}, - "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"}, - "makesOffer": { "@id": "schema:makesOffer"}, - "manufacturer": { "@id": "schema:manufacturer"}, - "map": { "@id": "schema:map", "@type": "@id"}, - "mapType": { "@id": "schema:mapType"}, - "maps": { "@id": "schema:maps", "@type": "@id"}, - "masthead": { "@id": "schema:masthead", "@type": "@id"}, - "material": { "@id": "schema:material", "@type": "@id"}, - "maxPrice": { "@id": "schema:maxPrice"}, - "maxValue": { "@id": "schema:maxValue"}, - "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"}, - "maximumIntake": { "@id": "schema:maximumIntake"}, - "mealService": { "@id": "schema:mealService"}, - "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"}, - "mechanismOfAction": { "@id": "schema:mechanismOfAction"}, - "median": { "@id": "schema:median"}, - "medicalSpecialty": { "@id": "schema:medicalSpecialty"}, - "medicineSystem": { "@id": "schema:medicineSystem"}, - "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"}, - "member": { "@id": "schema:member"}, - "memberOf": { "@id": "schema:memberOf"}, - "members": { "@id": "schema:members"}, - "membershipNumber": { "@id": "schema:membershipNumber"}, - "memoryRequirements": { "@id": "schema:memoryRequirements", "@type": "@id"}, - "mentions": { "@id": "schema:mentions"}, - "menu": { "@id": "schema:menu", "@type": "@id"}, - "menuAddOn": { "@id": "schema:menuAddOn"}, - "merchant": { "@id": "schema:merchant"}, - "messageAttachment": { "@id": "schema:messageAttachment"}, - "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"}, - "minPrice": { "@id": "schema:minPrice"}, - "minValue": { "@id": "schema:minValue"}, - "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"}, - "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"}, - "model": { "@id": "schema:model"}, - "modelDate": { "@id": "schema:modelDate", "@type": "Date"}, - "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"}, - "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"}, - "mpn": { "@id": "schema:mpn"}, - "multipleValues": { "@id": "schema:multipleValues"}, - "muscleAction": { "@id": "schema:muscleAction"}, - "musicArrangement": { "@id": "schema:musicArrangement"}, - "musicBy": { "@id": "schema:musicBy"}, - "musicCompositionForm": { "@id": "schema:musicCompositionForm"}, - "musicGroupMember": { "@id": "schema:musicGroupMember"}, - "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"}, - "musicalKey": { "@id": "schema:musicalKey"}, - "naics": { "@id": "schema:naics"}, - "name": { "@id": "schema:name"}, - "namedPosition": { "@id": "schema:namedPosition", "@type": "@id"}, - "nationality": { "@id": "schema:nationality"}, - "naturalProgression": { "@id": "schema:naturalProgression"}, - "nerve": { "@id": "schema:nerve"}, - "nerveMotor": { "@id": "schema:nerveMotor"}, - "netWorth": { "@id": "schema:netWorth"}, - "nextItem": { "@id": "schema:nextItem"}, - "nonEqual": { "@id": "schema:nonEqual"}, - "nonProprietaryName": { "@id": "schema:nonProprietaryName"}, - "normalRange": { "@id": "schema:normalRange"}, - "numAdults": { "@id": "schema:numAdults"}, - "numChildren": { "@id": "schema:numChildren"}, - "numTracks": { "@id": "schema:numTracks"}, - "numberOfAirbags": { "@id": "schema:numberOfAirbags"}, - "numberOfAxles": { "@id": "schema:numberOfAxles"}, - "numberOfBeds": { "@id": "schema:numberOfBeds"}, - "numberOfDoors": { "@id": "schema:numberOfDoors"}, - "numberOfEmployees": { "@id": "schema:numberOfEmployees"}, - "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"}, - "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"}, - "numberOfItems": { "@id": "schema:numberOfItems"}, - "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"}, - "numberOfPages": { "@id": "schema:numberOfPages"}, - "numberOfPlayers": { "@id": "schema:numberOfPlayers"}, - "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"}, - "numberOfRooms": { "@id": "schema:numberOfRooms"}, - "numberOfSeasons": { "@id": "schema:numberOfSeasons"}, - "numberedPosition": { "@id": "schema:numberedPosition"}, - "nutrition": { "@id": "schema:nutrition"}, - "object": { "@id": "schema:object"}, - "occupancy": { "@id": "schema:occupancy"}, - "occupationLocation": { "@id": "schema:occupationLocation"}, - "occupationalCategory": { "@id": "schema:occupationalCategory"}, - "offerCount": { "@id": "schema:offerCount"}, - "offeredBy": { "@id": "schema:offeredBy"}, - "offers": { "@id": "schema:offers"}, - "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"}, - "openingHours": { "@id": "schema:openingHours"}, - "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"}, - "opens": { "@id": "schema:opens"}, - "operatingSystem": { "@id": "schema:operatingSystem"}, - "opponent": { "@id": "schema:opponent"}, - "option": { "@id": "schema:option"}, - "orderDate": { "@id": "schema:orderDate", "@type": "DateTime"}, - "orderDelivery": { "@id": "schema:orderDelivery"}, - "orderItemNumber": { "@id": "schema:orderItemNumber"}, - "orderItemStatus": { "@id": "schema:orderItemStatus"}, - "orderNumber": { "@id": "schema:orderNumber"}, - "orderQuantity": { "@id": "schema:orderQuantity"}, - "orderStatus": { "@id": "schema:orderStatus"}, - "orderedItem": { "@id": "schema:orderedItem"}, - "organizer": { "@id": "schema:organizer"}, - "origin": { "@id": "schema:origin"}, - "originAddress": { "@id": "schema:originAddress"}, - "originatesFrom": { "@id": "schema:originatesFrom"}, - "outcome": { "@id": "schema:outcome"}, - "overdosage": { "@id": "schema:overdosage"}, - "overview": { "@id": "schema:overview"}, - "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"}, - "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"}, - "owns": { "@id": "schema:owns"}, - "pageEnd": { "@id": "schema:pageEnd"}, - "pageStart": { "@id": "schema:pageStart"}, - "pagination": { "@id": "schema:pagination"}, - "parent": { "@id": "schema:parent"}, - "parentItem": { "@id": "schema:parentItem"}, - "parentOrganization": { "@id": "schema:parentOrganization"}, - "parentService": { "@id": "schema:parentService"}, - "parents": { "@id": "schema:parents"}, - "partOfEpisode": { "@id": "schema:partOfEpisode"}, - "partOfInvoice": { "@id": "schema:partOfInvoice"}, - "partOfOrder": { "@id": "schema:partOfOrder"}, - "partOfSeason": { "@id": "schema:partOfSeason"}, - "partOfSeries": { "@id": "schema:partOfSeries"}, - "partOfSystem": { "@id": "schema:partOfSystem"}, - "partOfTVSeries": { "@id": "schema:partOfTVSeries"}, - "participant": { "@id": "schema:participant"}, - "partySize": { "@id": "schema:partySize"}, - "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"}, - "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"}, - "pathophysiology": { "@id": "schema:pathophysiology"}, - "payload": { "@id": "schema:payload"}, - "paymentAccepted": { "@id": "schema:paymentAccepted"}, - "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"}, - "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "DateTime"}, - "paymentMethod": { "@id": "schema:paymentMethod"}, - "paymentMethodId": { "@id": "schema:paymentMethodId"}, - "paymentStatus": { "@id": "schema:paymentStatus"}, - "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"}, - "penciler": { "@id": "schema:penciler"}, - "percentile10": { "@id": "schema:percentile10"}, - "percentile25": { "@id": "schema:percentile25"}, - "percentile75": { "@id": "schema:percentile75"}, - "percentile90": { "@id": "schema:percentile90"}, - "performTime": { "@id": "schema:performTime"}, - "performer": { "@id": "schema:performer"}, - "performerIn": { "@id": "schema:performerIn"}, - "performers": { "@id": "schema:performers"}, - "permissionType": { "@id": "schema:permissionType"}, - "permissions": { "@id": "schema:permissions"}, - "permitAudience": { "@id": "schema:permitAudience"}, - "permittedUsage": { "@id": "schema:permittedUsage"}, - "petsAllowed": { "@id": "schema:petsAllowed"}, - "phase": { "@id": "schema:phase"}, - "photo": { "@id": "schema:photo"}, - "photos": { "@id": "schema:photos"}, - "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"}, - "pickupLocation": { "@id": "schema:pickupLocation"}, - "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"}, - "playMode": { "@id": "schema:playMode"}, - "playerType": { "@id": "schema:playerType"}, - "playersOnline": { "@id": "schema:playersOnline"}, - "polygon": { "@id": "schema:polygon"}, - "population": { "@id": "schema:population"}, - "position": { "@id": "schema:position"}, - "possibleComplication": { "@id": "schema:possibleComplication"}, - "possibleTreatment": { "@id": "schema:possibleTreatment"}, - "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"}, - "postOp": { "@id": "schema:postOp"}, - "postalCode": { "@id": "schema:postalCode"}, - "potentialAction": { "@id": "schema:potentialAction"}, - "preOp": { "@id": "schema:preOp"}, - "predecessorOf": { "@id": "schema:predecessorOf"}, - "pregnancyCategory": { "@id": "schema:pregnancyCategory"}, - "pregnancyWarning": { "@id": "schema:pregnancyWarning"}, - "prepTime": { "@id": "schema:prepTime"}, - "preparation": { "@id": "schema:preparation"}, - "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"}, - "prescriptionStatus": { "@id": "schema:prescriptionStatus"}, - "previousItem": { "@id": "schema:previousItem"}, - "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"}, - "price": { "@id": "schema:price"}, - "priceComponent": { "@id": "schema:priceComponent"}, - "priceCurrency": { "@id": "schema:priceCurrency"}, - "priceRange": { "@id": "schema:priceRange"}, - "priceSpecification": { "@id": "schema:priceSpecification"}, - "priceType": { "@id": "schema:priceType"}, - "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"}, - "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"}, - "primaryPrevention": { "@id": "schema:primaryPrevention"}, - "printColumn": { "@id": "schema:printColumn"}, - "printEdition": { "@id": "schema:printEdition"}, - "printPage": { "@id": "schema:printPage"}, - "printSection": { "@id": "schema:printSection"}, - "procedure": { "@id": "schema:procedure"}, - "procedureType": { "@id": "schema:procedureType"}, - "processingTime": { "@id": "schema:processingTime"}, - "processorRequirements": { "@id": "schema:processorRequirements"}, - "producer": { "@id": "schema:producer"}, - "produces": { "@id": "schema:produces"}, - "productID": { "@id": "schema:productID"}, - "productSupported": { "@id": "schema:productSupported"}, - "productionCompany": { "@id": "schema:productionCompany"}, - "productionDate": { "@id": "schema:productionDate", "@type": "Date"}, - "proficiencyLevel": { "@id": "schema:proficiencyLevel"}, - "programMembershipUsed": { "@id": "schema:programMembershipUsed"}, - "programName": { "@id": "schema:programName"}, - "programmingLanguage": { "@id": "schema:programmingLanguage"}, - "programmingModel": { "@id": "schema:programmingModel"}, - "propertyID": { "@id": "schema:propertyID", "@type": "@id"}, - "proprietaryName": { "@id": "schema:proprietaryName"}, - "proteinContent": { "@id": "schema:proteinContent"}, - "provider": { "@id": "schema:provider"}, - "providerMobility": { "@id": "schema:providerMobility"}, - "providesBroadcastService": { "@id": "schema:providesBroadcastService"}, - "providesService": { "@id": "schema:providesService"}, - "publicAccess": { "@id": "schema:publicAccess"}, - "publication": { "@id": "schema:publication"}, - "publicationType": { "@id": "schema:publicationType"}, - "publishedBy": { "@id": "schema:publishedBy"}, - "publishedOn": { "@id": "schema:publishedOn"}, - "publisher": { "@id": "schema:publisher"}, - "publisherImprint": { "@id": "schema:publisherImprint"}, - "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"}, - "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"}, - "purpose": { "@id": "schema:purpose"}, - "qualifications": { "@id": "schema:qualifications"}, - "query": { "@id": "schema:query"}, - "quest": { "@id": "schema:quest"}, - "question": { "@id": "schema:question"}, - "rangeIncludes": { "@id": "schema:rangeIncludes"}, - "ratingCount": { "@id": "schema:ratingCount"}, - "ratingValue": { "@id": "schema:ratingValue"}, - "readBy": { "@id": "schema:readBy"}, - "readonlyValue": { "@id": "schema:readonlyValue"}, - "realEstateAgent": { "@id": "schema:realEstateAgent"}, - "recipe": { "@id": "schema:recipe"}, - "recipeCategory": { "@id": "schema:recipeCategory"}, - "recipeCuisine": { "@id": "schema:recipeCuisine"}, - "recipeIngredient": { "@id": "schema:recipeIngredient"}, - "recipeInstructions": { "@id": "schema:recipeInstructions"}, - "recipeYield": { "@id": "schema:recipeYield"}, - "recipient": { "@id": "schema:recipient"}, - "recognizingAuthority": { "@id": "schema:recognizingAuthority"}, - "recommendationStrength": { "@id": "schema:recommendationStrength"}, - "recommendedIntake": { "@id": "schema:recommendedIntake"}, - "recordLabel": { "@id": "schema:recordLabel"}, - "recordedAs": { "@id": "schema:recordedAs"}, - "recordedAt": { "@id": "schema:recordedAt"}, - "recordedIn": { "@id": "schema:recordedIn"}, - "recordingOf": { "@id": "schema:recordingOf"}, - "recourseLoan": { "@id": "schema:recourseLoan"}, - "referenceQuantity": { "@id": "schema:referenceQuantity"}, - "referencesOrder": { "@id": "schema:referencesOrder"}, - "regionDrained": { "@id": "schema:regionDrained"}, - "regionsAllowed": { "@id": "schema:regionsAllowed"}, - "relatedAnatomy": { "@id": "schema:relatedAnatomy"}, - "relatedCondition": { "@id": "schema:relatedCondition"}, - "relatedDrug": { "@id": "schema:relatedDrug"}, - "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"}, - "relatedStructure": { "@id": "schema:relatedStructure"}, - "relatedTherapy": { "@id": "schema:relatedTherapy"}, - "relatedTo": { "@id": "schema:relatedTo"}, - "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"}, - "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"}, - "releaseOf": { "@id": "schema:releaseOf"}, - "releasedEvent": { "@id": "schema:releasedEvent"}, - "relevantOccupation": { "@id": "schema:relevantOccupation"}, - "relevantSpecialty": { "@id": "schema:relevantSpecialty"}, - "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"}, - "renegotiableLoan": { "@id": "schema:renegotiableLoan"}, - "repeatCount": { "@id": "schema:repeatCount"}, - "repeatFrequency": { "@id": "schema:repeatFrequency"}, - "repetitions": { "@id": "schema:repetitions"}, - "replacee": { "@id": "schema:replacee"}, - "replacer": { "@id": "schema:replacer"}, - "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"}, - "reportNumber": { "@id": "schema:reportNumber"}, - "representativeOfPage": { "@id": "schema:representativeOfPage"}, - "requiredCollateral": { "@id": "schema:requiredCollateral"}, - "requiredGender": { "@id": "schema:requiredGender"}, - "requiredMaxAge": { "@id": "schema:requiredMaxAge"}, - "requiredMinAge": { "@id": "schema:requiredMinAge"}, - "requiredQuantity": { "@id": "schema:requiredQuantity"}, - "requirements": { "@id": "schema:requirements", "@type": "@id"}, - "requiresSubscription": { "@id": "schema:requiresSubscription"}, - "reservationFor": { "@id": "schema:reservationFor"}, - "reservationId": { "@id": "schema:reservationId"}, - "reservationStatus": { "@id": "schema:reservationStatus"}, - "reservedTicket": { "@id": "schema:reservedTicket"}, - "responsibilities": { "@id": "schema:responsibilities"}, - "restPeriods": { "@id": "schema:restPeriods"}, - "result": { "@id": "schema:result"}, - "resultComment": { "@id": "schema:resultComment"}, - "resultReview": { "@id": "schema:resultReview"}, - "review": { "@id": "schema:review"}, - "reviewAspect": { "@id": "schema:reviewAspect"}, - "reviewBody": { "@id": "schema:reviewBody"}, - "reviewCount": { "@id": "schema:reviewCount"}, - "reviewRating": { "@id": "schema:reviewRating"}, - "reviewedBy": { "@id": "schema:reviewedBy"}, - "reviews": { "@id": "schema:reviews"}, - "riskFactor": { "@id": "schema:riskFactor"}, - "risks": { "@id": "schema:risks"}, - "roleName": { "@id": "schema:roleName", "@type": "@id"}, - "roofLoad": { "@id": "schema:roofLoad"}, - "rsvpResponse": { "@id": "schema:rsvpResponse"}, - "runsTo": { "@id": "schema:runsTo"}, - "runtime": { "@id": "schema:runtime"}, - "runtimePlatform": { "@id": "schema:runtimePlatform"}, - "rxcui": { "@id": "schema:rxcui"}, - "safetyConsideration": { "@id": "schema:safetyConsideration"}, - "salaryCurrency": { "@id": "schema:salaryCurrency"}, - "sameAs": { "@id": "schema:sameAs", "@type": "@id"}, - "sampleType": { "@id": "schema:sampleType"}, - "saturatedFatContent": { "@id": "schema:saturatedFatContent"}, - "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"}, - "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"}, - "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"}, - "screenCount": { "@id": "schema:screenCount"}, - "screenshot": { "@id": "schema:screenshot", "@type": "@id"}, - "season": { "@id": "schema:season"}, - "seasonNumber": { "@id": "schema:seasonNumber"}, - "seasons": { "@id": "schema:seasons"}, - "seatNumber": { "@id": "schema:seatNumber"}, - "seatRow": { "@id": "schema:seatRow"}, - "seatSection": { "@id": "schema:seatSection"}, - "seatingCapacity": { "@id": "schema:seatingCapacity"}, - "seatingType": { "@id": "schema:seatingType"}, - "secondaryPrevention": { "@id": "schema:secondaryPrevention"}, - "securityScreening": { "@id": "schema:securityScreening"}, - "seeks": { "@id": "schema:seeks"}, - "seller": { "@id": "schema:seller"}, - "sender": { "@id": "schema:sender"}, - "sensoryUnit": { "@id": "schema:sensoryUnit"}, - "serialNumber": { "@id": "schema:serialNumber"}, - "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"}, - "serverStatus": { "@id": "schema:serverStatus"}, - "servesCuisine": { "@id": "schema:servesCuisine"}, - "serviceArea": { "@id": "schema:serviceArea"}, - "serviceAudience": { "@id": "schema:serviceAudience"}, - "serviceLocation": { "@id": "schema:serviceLocation"}, - "serviceOperator": { "@id": "schema:serviceOperator"}, - "serviceOutput": { "@id": "schema:serviceOutput"}, - "servicePhone": { "@id": "schema:servicePhone"}, - "servicePostalAddress": { "@id": "schema:servicePostalAddress"}, - "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"}, - "serviceType": { "@id": "schema:serviceType"}, - "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"}, - "servingSize": { "@id": "schema:servingSize"}, - "sharedContent": { "@id": "schema:sharedContent"}, - "sibling": { "@id": "schema:sibling"}, - "siblings": { "@id": "schema:siblings"}, - "signDetected": { "@id": "schema:signDetected"}, - "signOrSymptom": { "@id": "schema:signOrSymptom"}, - "significance": { "@id": "schema:significance"}, - "significantLink": { "@id": "schema:significantLink", "@type": "@id"}, - "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"}, - "skills": { "@id": "schema:skills"}, - "sku": { "@id": "schema:sku"}, - "smokingAllowed": { "@id": "schema:smokingAllowed"}, - "sodiumContent": { "@id": "schema:sodiumContent"}, - "softwareAddOn": { "@id": "schema:softwareAddOn"}, - "softwareHelp": { "@id": "schema:softwareHelp"}, - "softwareRequirements": { "@id": "schema:softwareRequirements", "@type": "@id"}, - "softwareVersion": { "@id": "schema:softwareVersion"}, - "source": { "@id": "schema:source"}, - "sourceOrganization": { "@id": "schema:sourceOrganization"}, - "sourcedFrom": { "@id": "schema:sourcedFrom"}, - "spatial": { "@id": "schema:spatial"}, - "spatialCoverage": { "@id": "schema:spatialCoverage"}, - "speakable": { "@id": "schema:speakable", "@type": "@id"}, - "specialCommitments": { "@id": "schema:specialCommitments"}, - "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"}, - "specialty": { "@id": "schema:specialty"}, - "speed": { "@id": "schema:speed"}, - "spokenByCharacter": { "@id": "schema:spokenByCharacter"}, - "sponsor": { "@id": "schema:sponsor"}, - "sport": { "@id": "schema:sport", "@type": "@id"}, - "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"}, - "sportsEvent": { "@id": "schema:sportsEvent"}, - "sportsTeam": { "@id": "schema:sportsTeam"}, - "spouse": { "@id": "schema:spouse"}, - "stage": { "@id": "schema:stage"}, - "stageAsNumber": { "@id": "schema:stageAsNumber"}, - "starRating": { "@id": "schema:starRating"}, - "startDate": { "@id": "schema:startDate", "@type": "Date"}, - "startTime": { "@id": "schema:startTime", "@type": "DateTime"}, - "status": { "@id": "schema:status"}, - "steeringPosition": { "@id": "schema:steeringPosition"}, - "step": { "@id": "schema:step"}, - "stepValue": { "@id": "schema:stepValue"}, - "steps": { "@id": "schema:steps"}, - "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"}, - "streetAddress": { "@id": "schema:streetAddress"}, - "strengthUnit": { "@id": "schema:strengthUnit"}, - "strengthValue": { "@id": "schema:strengthValue"}, - "structuralClass": { "@id": "schema:structuralClass"}, - "study": { "@id": "schema:study"}, - "studyDesign": { "@id": "schema:studyDesign"}, - "studyLocation": { "@id": "schema:studyLocation"}, - "studySubject": { "@id": "schema:studySubject"}, - "stupidProperty": { "@id": "schema:stupidProperty"}, - "subEvent": { "@id": "schema:subEvent"}, - "subEvents": { "@id": "schema:subEvents"}, - "subOrganization": { "@id": "schema:subOrganization"}, - "subReservation": { "@id": "schema:subReservation"}, - "subStageSuffix": { "@id": "schema:subStageSuffix"}, - "subStructure": { "@id": "schema:subStructure"}, - "subTest": { "@id": "schema:subTest"}, - "subjectOf": { "@id": "schema:subjectOf"}, - "subtitleLanguage": { "@id": "schema:subtitleLanguage"}, - "subtype": { "@id": "schema:subtype"}, - "successorOf": { "@id": "schema:successorOf"}, - "sugarContent": { "@id": "schema:sugarContent"}, - "suggestedAnswer": { "@id": "schema:suggestedAnswer"}, - "suggestedGender": { "@id": "schema:suggestedGender"}, - "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"}, - "suggestedMinAge": { "@id": "schema:suggestedMinAge"}, - "suitableForDiet": { "@id": "schema:suitableForDiet"}, - "superEvent": { "@id": "schema:superEvent"}, - "supersededBy": { "@id": "schema:supersededBy"}, - "supply": { "@id": "schema:supply"}, - "supplyTo": { "@id": "schema:supplyTo"}, - "supportingData": { "@id": "schema:supportingData"}, - "surface": { "@id": "schema:surface", "@type": "@id"}, - "target": { "@id": "schema:target"}, - "targetCollection": { "@id": "schema:targetCollection"}, - "targetDescription": { "@id": "schema:targetDescription"}, - "targetName": { "@id": "schema:targetName"}, - "targetPlatform": { "@id": "schema:targetPlatform"}, - "targetPopulation": { "@id": "schema:targetPopulation"}, - "targetProduct": { "@id": "schema:targetProduct"}, - "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"}, - "taxID": { "@id": "schema:taxID"}, - "telephone": { "@id": "schema:telephone"}, - "temporal": { "@id": "schema:temporal", "@type": "DateTime"}, - "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"}, - "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"}, - "text": { "@id": "schema:text"}, - "thumbnail": { "@id": "schema:thumbnail"}, - "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"}, - "tickerSymbol": { "@id": "schema:tickerSymbol"}, - "ticketNumber": { "@id": "schema:ticketNumber"}, - "ticketToken": { "@id": "schema:ticketToken", "@type": "@id"}, - "ticketedSeat": { "@id": "schema:ticketedSeat"}, - "timeRequired": { "@id": "schema:timeRequired"}, - "tissueSample": { "@id": "schema:tissueSample"}, - "title": { "@id": "schema:title"}, - "toLocation": { "@id": "schema:toLocation"}, - "toRecipient": { "@id": "schema:toRecipient"}, - "tongueWeight": { "@id": "schema:tongueWeight"}, - "tool": { "@id": "schema:tool"}, - "torque": { "@id": "schema:torque"}, - "totalPaymentDue": { "@id": "schema:totalPaymentDue"}, - "totalPrice": { "@id": "schema:totalPrice"}, - "totalTime": { "@id": "schema:totalTime"}, - "touristType": { "@id": "schema:touristType"}, - "track": { "@id": "schema:track"}, - "trackingNumber": { "@id": "schema:trackingNumber"}, - "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"}, - "tracks": { "@id": "schema:tracks"}, - "trailer": { "@id": "schema:trailer"}, - "trailerWeight": { "@id": "schema:trailerWeight"}, - "trainName": { "@id": "schema:trainName"}, - "trainNumber": { "@id": "schema:trainNumber"}, - "transFatContent": { "@id": "schema:transFatContent"}, - "transcript": { "@id": "schema:transcript"}, - "translationOfWork": { "@id": "schema:translationOfWork"}, - "translator": { "@id": "schema:translator"}, - "transmissionMethod": { "@id": "schema:transmissionMethod"}, - "trialDesign": { "@id": "schema:trialDesign"}, - "tributary": { "@id": "schema:tributary"}, - "typeOfBed": { "@id": "schema:typeOfBed"}, - "typeOfGood": { "@id": "schema:typeOfGood"}, - "typicalAgeRange": { "@id": "schema:typicalAgeRange"}, - "typicalTest": { "@id": "schema:typicalTest"}, - "underName": { "@id": "schema:underName"}, - "unitCode": { "@id": "schema:unitCode", "@type": "@id"}, - "unitText": { "@id": "schema:unitText"}, - "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"}, - "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"}, - "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"}, - "upvoteCount": { "@id": "schema:upvoteCount"}, - "url": { "@id": "schema:url", "@type": "@id"}, - "urlTemplate": { "@id": "schema:urlTemplate"}, - "usedToDiagnose": { "@id": "schema:usedToDiagnose"}, - "userInteractionCount": { "@id": "schema:userInteractionCount"}, - "usesDevice": { "@id": "schema:usesDevice"}, - "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard", "@type": "@id"}, - "validFor": { "@id": "schema:validFor"}, - "validFrom": { "@id": "schema:validFrom", "@type": "DateTime"}, - "validIn": { "@id": "schema:validIn"}, - "validThrough": { "@id": "schema:validThrough", "@type": "DateTime"}, - "validUntil": { "@id": "schema:validUntil", "@type": "Date"}, - "value": { "@id": "schema:value"}, - "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"}, - "valueMaxLength": { "@id": "schema:valueMaxLength"}, - "valueMinLength": { "@id": "schema:valueMinLength"}, - "valueName": { "@id": "schema:valueName"}, - "valuePattern": { "@id": "schema:valuePattern"}, - "valueReference": { "@id": "schema:valueReference"}, - "valueRequired": { "@id": "schema:valueRequired"}, - "variableMeasured": { "@id": "schema:variableMeasured"}, - "variablesMeasured": { "@id": "schema:variablesMeasured"}, - "variantCover": { "@id": "schema:variantCover"}, - "vatID": { "@id": "schema:vatID"}, - "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"}, - "vehicleEngine": { "@id": "schema:vehicleEngine"}, - "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"}, - "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"}, - "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"}, - "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"}, - "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"}, - "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"}, - "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"}, - "vendor": { "@id": "schema:vendor"}, - "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"}, - "version": { "@id": "schema:version"}, - "video": { "@id": "schema:video"}, - "videoFormat": { "@id": "schema:videoFormat"}, - "videoFrameSize": { "@id": "schema:videoFrameSize"}, - "videoQuality": { "@id": "schema:videoQuality"}, - "volumeNumber": { "@id": "schema:volumeNumber"}, - "warning": { "@id": "schema:warning", "@type": "@id"}, - "warranty": { "@id": "schema:warranty"}, - "warrantyPromise": { "@id": "schema:warrantyPromise"}, - "warrantyScope": { "@id": "schema:warrantyScope"}, - "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"}, - "weight": { "@id": "schema:weight"}, - "weightTotal": { "@id": "schema:weightTotal"}, - "wheelbase": { "@id": "schema:wheelbase"}, - "width": { "@id": "schema:width"}, - "winner": { "@id": "schema:winner"}, - "wordCount": { "@id": "schema:wordCount"}, - "workExample": { "@id": "schema:workExample"}, - "workFeatured": { "@id": "schema:workFeatured"}, - "workHours": { "@id": "schema:workHours"}, - "workLocation": { "@id": "schema:workLocation"}, - "workPerformed": { "@id": "schema:workPerformed"}, - "workPresented": { "@id": "schema:workPresented"}, - "workTranslation": { "@id": "schema:workTranslation"}, - "workload": { "@id": "schema:workload"}, - "worksFor": { "@id": "schema:worksFor"}, - "worstRating": { "@id": "schema:worstRating"}, - "xpath": { "@id": "schema:xpath"}, - "yearlyRevenue": { "@id": "schema:yearlyRevenue"}, - "yearsInOperation": { "@id": "schema:yearsInOperation"}, - "yield": { "@id": "schema:yield"} - } - } - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:32 GMT -- request: - method: get - uri: http://schema.org/ - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - response: - status: - code: 302 - message: Found - headers: - Content-Type: - - text/html; charset=utf-8 - Access-Control-Allow-Origin: - - "*" - Location: - - http://schema.org/docs/jsonldcontext.json - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - cbab66f418e8b6278c6f6e22c58c522b - Date: - - Sun, 11 Mar 2018 20:39:30 GMT - Server: - - Google Frontend - Content-Length: - - '0' - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:32 GMT -- request: - method: get - uri: http://schema.org/docs/jsonldcontext.json - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - Cookie: - - GOOGAPPUID=3-4pre - response: - status: - code: 200 - message: OK - headers: - Access-Control-Allow-Origin: - - "*" - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Content-Type: - - application/ld+json; charset=utf-8 - Etag: - - 24751180311203702a2048647386json - Last-Modified: - - Sun, 11 Mar 2018 20:37:02 UTC - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - 32164447a2f8a479961e6980450fe620 - Date: - - Sun, 11 Mar 2018 20:39:31 GMT - Server: - - Google Frontend - Content-Length: - - '134320' - Expires: - - Sun, 11 Mar 2018 20:39:31 GMT - body: - encoding: UTF-8 - string: | - { - "@context": { - "type": "@type", - "id": "@id", - "@vocab": "http://schema.org/", - "schema": "http://schema.org/", - "cat": "http://www.w3.org/ns/dcat#", - "cc": "http://creativecommons.org/ns#", - "cnt": "http://www.w3.org/2008/content#", - "ctag": "http://commontag.org/ns#", - "dc": "http://purl.org/dc/terms/", - "dcat": "http://www.w3.org/ns/dcat#", - "dcterms": "http://purl.org/dc/terms/", - "describedby": "http://www.w3.org/2007/05/powder-s#describedby", - "earl": "http://www.w3.org/ns/earl#", - "foaf": "http://xmlns.com/foaf/0.1/", - "gldp": "http://www.w3.org/ns/people#", - "gr": "http://purl.org/goodrelations/v1#", - "grddl": "http://www.w3.org/2003/g/data-view#", - "ht": "http://www.w3.org/2006/http#", - "ical": "http://www.w3.org/2002/12/cal/icaltzd#", - "license": "http://www.w3.org/1999/xhtml/vocab#license", - "ma": "http://www.w3.org/ns/ma-ont#", - "og": "http://ogp.me/ns#", - "org": "http://www.w3.org/ns/org#", - "org": "http://www.w3.org/ns/org#", - "owl": "http://www.w3.org/2002/07/owl#", - "prov": "http://www.w3.org/ns/prov#", - "ptr": "http://www.w3.org/2009/pointers#", - "qb": "http://purl.org/linked-data/cube#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfa": "http://www.w3.org/ns/rdfa#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rev": "http://purl.org/stuff/rev#", - "rif": "http://www.w3.org/2007/rif#", - "role": "http://www.w3.org/1999/xhtml/vocab#role", - "rr": "http://www.w3.org/ns/r2rml#", - "sd": "http://www.w3.org/ns/sparql-service-description#", - "sioc": "http://rdfs.org/sioc/ns#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "skosxl": "http://www.w3.org/2008/05/skos-xl#", - "v": "http://rdf.data-vocabulary.org/#", - "vcard": "http://www.w3.org/2006/vcard/ns#", - "void": "http://rdfs.org/ns/void#", - "wdr": "http://www.w3.org/2007/05/powder#", - "wdrs": "http://www.w3.org/2007/05/powder-s#", - "xhv": "http://www.w3.org/1999/xhtml/vocab#", - "xml": "http://www.w3.org/XML/1998/namespace", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "AMRadioChannel": {"@id": "schema:AMRadioChannel"}, - "APIReference": {"@id": "schema:APIReference"}, - "Abdomen": {"@id": "schema:Abdomen"}, - "AboutPage": {"@id": "schema:AboutPage"}, - "AcceptAction": {"@id": "schema:AcceptAction"}, - "Accommodation": {"@id": "schema:Accommodation"}, - "AccountingService": {"@id": "schema:AccountingService"}, - "AchieveAction": {"@id": "schema:AchieveAction"}, - "Action": {"@id": "schema:Action"}, - "ActionStatusType": {"@id": "schema:ActionStatusType"}, - "ActivateAction": {"@id": "schema:ActivateAction"}, - "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"}, - "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"}, - "AddAction": {"@id": "schema:AddAction"}, - "AdministrativeArea": {"@id": "schema:AdministrativeArea"}, - "AdultEntertainment": {"@id": "schema:AdultEntertainment"}, - "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"}, - "AerobicActivity": {"@id": "schema:AerobicActivity"}, - "AggregateOffer": {"@id": "schema:AggregateOffer"}, - "AggregateRating": {"@id": "schema:AggregateRating"}, - "AgreeAction": {"@id": "schema:AgreeAction"}, - "Airline": {"@id": "schema:Airline"}, - "Airport": {"@id": "schema:Airport"}, - "AlbumRelease": {"@id": "schema:AlbumRelease"}, - "AlignmentObject": {"@id": "schema:AlignmentObject"}, - "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"}, - "AllocateAction": {"@id": "schema:AllocateAction"}, - "AmusementPark": {"@id": "schema:AmusementPark"}, - "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"}, - "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"}, - "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"}, - "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"}, - "Anesthesia": {"@id": "schema:Anesthesia"}, - "AnimalShelter": {"@id": "schema:AnimalShelter"}, - "Answer": {"@id": "schema:Answer"}, - "Apartment": {"@id": "schema:Apartment"}, - "ApartmentComplex": {"@id": "schema:ApartmentComplex"}, - "Appearance": {"@id": "schema:Appearance"}, - "AppendAction": {"@id": "schema:AppendAction"}, - "ApplyAction": {"@id": "schema:ApplyAction"}, - "ApprovedIndication": {"@id": "schema:ApprovedIndication"}, - "Aquarium": {"@id": "schema:Aquarium"}, - "ArriveAction": {"@id": "schema:ArriveAction"}, - "ArtGallery": {"@id": "schema:ArtGallery"}, - "Artery": {"@id": "schema:Artery"}, - "Article": {"@id": "schema:Article"}, - "AskAction": {"@id": "schema:AskAction"}, - "AssessAction": {"@id": "schema:AssessAction"}, - "AssignAction": {"@id": "schema:AssignAction"}, - "Atlas": {"@id": "schema:Atlas"}, - "Attorney": {"@id": "schema:Attorney"}, - "Audience": {"@id": "schema:Audience"}, - "AudioObject": {"@id": "schema:AudioObject"}, - "Audiobook": {"@id": "schema:Audiobook"}, - "AudiobookFormat": {"@id": "schema:AudiobookFormat"}, - "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"}, - "AuthorizeAction": {"@id": "schema:AuthorizeAction"}, - "AutoBodyShop": {"@id": "schema:AutoBodyShop"}, - "AutoDealer": {"@id": "schema:AutoDealer"}, - "AutoPartsStore": {"@id": "schema:AutoPartsStore"}, - "AutoRental": {"@id": "schema:AutoRental"}, - "AutoRepair": {"@id": "schema:AutoRepair"}, - "AutoWash": {"@id": "schema:AutoWash"}, - "AutomatedTeller": {"@id": "schema:AutomatedTeller"}, - "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"}, - "Ayurvedic": {"@id": "schema:Ayurvedic"}, - "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"}, - "Bacteria": {"@id": "schema:Bacteria"}, - "Bakery": {"@id": "schema:Bakery"}, - "Balance": {"@id": "schema:Balance"}, - "BankAccount": {"@id": "schema:BankAccount"}, - "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"}, - "BarOrPub": {"@id": "schema:BarOrPub"}, - "Barcode": {"@id": "schema:Barcode"}, - "Beach": {"@id": "schema:Beach"}, - "BeautySalon": {"@id": "schema:BeautySalon"}, - "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"}, - "BedDetails": {"@id": "schema:BedDetails"}, - "BedType": {"@id": "schema:BedType"}, - "BefriendAction": {"@id": "schema:BefriendAction"}, - "BikeStore": {"@id": "schema:BikeStore"}, - "Blog": {"@id": "schema:Blog"}, - "BlogPosting": {"@id": "schema:BlogPosting"}, - "BloodTest": {"@id": "schema:BloodTest"}, - "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"}, - "BodyOfWater": {"@id": "schema:BodyOfWater"}, - "Bone": {"@id": "schema:Bone"}, - "Book": {"@id": "schema:Book"}, - "BookFormatType": {"@id": "schema:BookFormatType"}, - "BookSeries": {"@id": "schema:BookSeries"}, - "BookStore": {"@id": "schema:BookStore"}, - "BookmarkAction": {"@id": "schema:BookmarkAction"}, - "Boolean": {"@id": "schema:Boolean"}, - "BorrowAction": {"@id": "schema:BorrowAction"}, - "BowlingAlley": {"@id": "schema:BowlingAlley"}, - "BrainStructure": {"@id": "schema:BrainStructure"}, - "Brand": {"@id": "schema:Brand"}, - "BreadcrumbList": {"@id": "schema:BreadcrumbList"}, - "Brewery": {"@id": "schema:Brewery"}, - "Bridge": {"@id": "schema:Bridge"}, - "BroadcastChannel": {"@id": "schema:BroadcastChannel"}, - "BroadcastEvent": {"@id": "schema:BroadcastEvent"}, - "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"}, - "BroadcastRelease": {"@id": "schema:BroadcastRelease"}, - "BroadcastService": {"@id": "schema:BroadcastService"}, - "BrokerageAccount": {"@id": "schema:BrokerageAccount"}, - "BuddhistTemple": {"@id": "schema:BuddhistTemple"}, - "BusOrCoach": {"@id": "schema:BusOrCoach"}, - "BusReservation": {"@id": "schema:BusReservation"}, - "BusStation": {"@id": "schema:BusStation"}, - "BusStop": {"@id": "schema:BusStop"}, - "BusTrip": {"@id": "schema:BusTrip"}, - "BusinessAudience": {"@id": "schema:BusinessAudience"}, - "BusinessEntityType": {"@id": "schema:BusinessEntityType"}, - "BusinessEvent": {"@id": "schema:BusinessEvent"}, - "BusinessFunction": {"@id": "schema:BusinessFunction"}, - "BuyAction": {"@id": "schema:BuyAction"}, - "CDFormat": {"@id": "schema:CDFormat"}, - "CT": {"@id": "schema:CT"}, - "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"}, - "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"}, - "Campground": {"@id": "schema:Campground"}, - "CampingPitch": {"@id": "schema:CampingPitch"}, - "Canal": {"@id": "schema:Canal"}, - "CancelAction": {"@id": "schema:CancelAction"}, - "Car": {"@id": "schema:Car"}, - "CarUsageType": {"@id": "schema:CarUsageType"}, - "Cardiovascular": {"@id": "schema:Cardiovascular"}, - "CardiovascularExam": {"@id": "schema:CardiovascularExam"}, - "CaseSeries": {"@id": "schema:CaseSeries"}, - "Casino": {"@id": "schema:Casino"}, - "CassetteFormat": {"@id": "schema:CassetteFormat"}, - "CategoryCode": {"@id": "schema:CategoryCode"}, - "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"}, - "CatholicChurch": {"@id": "schema:CatholicChurch"}, - "Cemetery": {"@id": "schema:Cemetery"}, - "Chapter": {"@id": "schema:Chapter"}, - "CheckAction": {"@id": "schema:CheckAction"}, - "CheckInAction": {"@id": "schema:CheckInAction"}, - "CheckOutAction": {"@id": "schema:CheckOutAction"}, - "CheckoutPage": {"@id": "schema:CheckoutPage"}, - "ChildCare": {"@id": "schema:ChildCare"}, - "ChildrensEvent": {"@id": "schema:ChildrensEvent"}, - "Chiropractic": {"@id": "schema:Chiropractic"}, - "ChooseAction": {"@id": "schema:ChooseAction"}, - "Church": {"@id": "schema:Church"}, - "City": {"@id": "schema:City"}, - "CityHall": {"@id": "schema:CityHall"}, - "CivicStructure": {"@id": "schema:CivicStructure"}, - "ClaimReview": {"@id": "schema:ClaimReview"}, - "Class": {"@id": "schema:Class"}, - "Clinician": {"@id": "schema:Clinician"}, - "Clip": {"@id": "schema:Clip"}, - "ClothingStore": {"@id": "schema:ClothingStore"}, - "CoOp": {"@id": "schema:CoOp"}, - "Code": {"@id": "schema:Code"}, - "CohortStudy": {"@id": "schema:CohortStudy"}, - "Collection": {"@id": "schema:Collection"}, - "CollectionPage": {"@id": "schema:CollectionPage"}, - "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"}, - "ComedyClub": {"@id": "schema:ComedyClub"}, - "ComedyEvent": {"@id": "schema:ComedyEvent"}, - "ComicCoverArt": {"@id": "schema:ComicCoverArt"}, - "ComicIssue": {"@id": "schema:ComicIssue"}, - "ComicSeries": {"@id": "schema:ComicSeries"}, - "ComicStory": {"@id": "schema:ComicStory"}, - "Comment": {"@id": "schema:Comment"}, - "CommentAction": {"@id": "schema:CommentAction"}, - "CommentPermission": {"@id": "schema:CommentPermission"}, - "CommunicateAction": {"@id": "schema:CommunicateAction"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CompilationAlbum": {"@id": "schema:CompilationAlbum"}, - "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"}, - "Completed": {"@id": "schema:Completed"}, - "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"}, - "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"}, - "ComputerLanguage": {"@id": "schema:ComputerLanguage"}, - "ComputerStore": {"@id": "schema:ComputerStore"}, - "ConfirmAction": {"@id": "schema:ConfirmAction"}, - "Consortium": {"@id": "schema:Consortium"}, - "ConsumeAction": {"@id": "schema:ConsumeAction"}, - "ContactPage": {"@id": "schema:ContactPage"}, - "ContactPoint": {"@id": "schema:ContactPoint"}, - "ContactPointOption": {"@id": "schema:ContactPointOption"}, - "Continent": {"@id": "schema:Continent"}, - "ControlAction": {"@id": "schema:ControlAction"}, - "ConvenienceStore": {"@id": "schema:ConvenienceStore"}, - "Conversation": {"@id": "schema:Conversation"}, - "CookAction": {"@id": "schema:CookAction"}, - "Corporation": {"@id": "schema:Corporation"}, - "Country": {"@id": "schema:Country"}, - "Course": {"@id": "schema:Course"}, - "CourseInstance": {"@id": "schema:CourseInstance"}, - "Courthouse": {"@id": "schema:Courthouse"}, - "CoverArt": {"@id": "schema:CoverArt"}, - "CreateAction": {"@id": "schema:CreateAction"}, - "CreativeWork": {"@id": "schema:CreativeWork"}, - "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"}, - "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"}, - "CreditCard": {"@id": "schema:CreditCard"}, - "Crematorium": {"@id": "schema:Crematorium"}, - "CriticReview": {"@id": "schema:CriticReview"}, - "CrossSectional": {"@id": "schema:CrossSectional"}, - "CssSelectorType": {"@id": "schema:CssSelectorType"}, - "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"}, - "DDxElement": {"@id": "schema:DDxElement"}, - "DJMixAlbum": {"@id": "schema:DJMixAlbum"}, - "DVDFormat": {"@id": "schema:DVDFormat"}, - "DamagedCondition": {"@id": "schema:DamagedCondition"}, - "DanceEvent": {"@id": "schema:DanceEvent"}, - "DanceGroup": {"@id": "schema:DanceGroup"}, - "DataCatalog": {"@id": "schema:DataCatalog"}, - "DataDownload": {"@id": "schema:DataDownload"}, - "DataFeed": {"@id": "schema:DataFeed"}, - "DataFeedItem": {"@id": "schema:DataFeedItem"}, - "DataType": {"@id": "schema:DataType"}, - "Dataset": {"@id": "schema:Dataset"}, - "Date": {"@id": "schema:Date"}, - "DateTime": {"@id": "schema:DateTime"}, - "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"}, - "DayOfWeek": {"@id": "schema:DayOfWeek"}, - "DaySpa": {"@id": "schema:DaySpa"}, - "DeactivateAction": {"@id": "schema:DeactivateAction"}, - "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"}, - "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"}, - "DeleteAction": {"@id": "schema:DeleteAction"}, - "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"}, - "DeliveryEvent": {"@id": "schema:DeliveryEvent"}, - "DeliveryMethod": {"@id": "schema:DeliveryMethod"}, - "Demand": {"@id": "schema:Demand"}, - "DemoAlbum": {"@id": "schema:DemoAlbum"}, - "Dentist": {"@id": "schema:Dentist"}, - "Dentistry": {"@id": "schema:Dentistry"}, - "DepartAction": {"@id": "schema:DepartAction"}, - "DepartmentStore": {"@id": "schema:DepartmentStore"}, - "DepositAccount": {"@id": "schema:DepositAccount"}, - "Dermatologic": {"@id": "schema:Dermatologic"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "DiabeticDiet": {"@id": "schema:DiabeticDiet"}, - "Diagnostic": {"@id": "schema:Diagnostic"}, - "DiagnosticLab": {"@id": "schema:DiagnosticLab"}, - "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"}, - "Diet": {"@id": "schema:Diet"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietarySupplement": {"@id": "schema:DietarySupplement"}, - "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"}, - "DigitalDocument": {"@id": "schema:DigitalDocument"}, - "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"}, - "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"}, - "DigitalFormat": {"@id": "schema:DigitalFormat"}, - "DisagreeAction": {"@id": "schema:DisagreeAction"}, - "Discontinued": {"@id": "schema:Discontinued"}, - "DiscoverAction": {"@id": "schema:DiscoverAction"}, - "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"}, - "DislikeAction": {"@id": "schema:DislikeAction"}, - "Distance": {"@id": "schema:Distance"}, - "Distillery": {"@id": "schema:Distillery"}, - "DonateAction": {"@id": "schema:DonateAction"}, - "DoseSchedule": {"@id": "schema:DoseSchedule"}, - "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"}, - "DownloadAction": {"@id": "schema:DownloadAction"}, - "DrawAction": {"@id": "schema:DrawAction"}, - "DrinkAction": {"@id": "schema:DrinkAction"}, - "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"}, - "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"}, - "Drug": {"@id": "schema:Drug"}, - "DrugClass": {"@id": "schema:DrugClass"}, - "DrugCost": {"@id": "schema:DrugCost"}, - "DrugCostCategory": {"@id": "schema:DrugCostCategory"}, - "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"}, - "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"}, - "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"}, - "DrugStrength": {"@id": "schema:DrugStrength"}, - "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"}, - "Duration": {"@id": "schema:Duration"}, - "EBook": {"@id": "schema:EBook"}, - "EPRelease": {"@id": "schema:EPRelease"}, - "Ear": {"@id": "schema:Ear"}, - "EatAction": {"@id": "schema:EatAction"}, - "EducationEvent": {"@id": "schema:EducationEvent"}, - "EducationalAudience": {"@id": "schema:EducationalAudience"}, - "EducationalOrganization": {"@id": "schema:EducationalOrganization"}, - "Electrician": {"@id": "schema:Electrician"}, - "ElectronicsStore": {"@id": "schema:ElectronicsStore"}, - "ElementarySchool": {"@id": "schema:ElementarySchool"}, - "EmailMessage": {"@id": "schema:EmailMessage"}, - "Embassy": {"@id": "schema:Embassy"}, - "Emergency": {"@id": "schema:Emergency"}, - "Emergency": {"@id": "schema:Emergency"}, - "EmergencyService": {"@id": "schema:EmergencyService"}, - "EmployeeRole": {"@id": "schema:EmployeeRole"}, - "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"}, - "EmployerReview": {"@id": "schema:EmployerReview"}, - "EmploymentAgency": {"@id": "schema:EmploymentAgency"}, - "Endocrine": {"@id": "schema:Endocrine"}, - "EndorseAction": {"@id": "schema:EndorseAction"}, - "EndorsementRating": {"@id": "schema:EndorsementRating"}, - "Energy": {"@id": "schema:Energy"}, - "EngineSpecification": {"@id": "schema:EngineSpecification"}, - "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"}, - "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"}, - "EntryPoint": {"@id": "schema:EntryPoint"}, - "Enumeration": {"@id": "schema:Enumeration"}, - "Episode": {"@id": "schema:Episode"}, - "Event": {"@id": "schema:Event"}, - "EventCancelled": {"@id": "schema:EventCancelled"}, - "EventPostponed": {"@id": "schema:EventPostponed"}, - "EventRescheduled": {"@id": "schema:EventRescheduled"}, - "EventReservation": {"@id": "schema:EventReservation"}, - "EventScheduled": {"@id": "schema:EventScheduled"}, - "EventSeries": {"@id": "schema:EventSeries"}, - "EventStatusType": {"@id": "schema:EventStatusType"}, - "EventVenue": {"@id": "schema:EventVenue"}, - "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"}, - "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"}, - "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"}, - "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"}, - "ExerciseAction": {"@id": "schema:ExerciseAction"}, - "ExerciseGym": {"@id": "schema:ExerciseGym"}, - "ExercisePlan": {"@id": "schema:ExercisePlan"}, - "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"}, - "Eye": {"@id": "schema:Eye"}, - "FAQPage": {"@id": "schema:FAQPage"}, - "FDAcategoryA": {"@id": "schema:FDAcategoryA"}, - "FDAcategoryB": {"@id": "schema:FDAcategoryB"}, - "FDAcategoryC": {"@id": "schema:FDAcategoryC"}, - "FDAcategoryD": {"@id": "schema:FDAcategoryD"}, - "FDAcategoryX": {"@id": "schema:FDAcategoryX"}, - "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"}, - "FMRadioChannel": {"@id": "schema:FMRadioChannel"}, - "FailedActionStatus": {"@id": "schema:FailedActionStatus"}, - "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"}, - "Female": {"@id": "schema:Female"}, - "Festival": {"@id": "schema:Festival"}, - "FilmAction": {"@id": "schema:FilmAction"}, - "FinancialProduct": {"@id": "schema:FinancialProduct"}, - "FinancialService": {"@id": "schema:FinancialService"}, - "FindAction": {"@id": "schema:FindAction"}, - "FireStation": {"@id": "schema:FireStation"}, - "Flexibility": {"@id": "schema:Flexibility"}, - "Flight": {"@id": "schema:Flight"}, - "FlightReservation": {"@id": "schema:FlightReservation"}, - "Float": {"@id": "schema:Float"}, - "Florist": {"@id": "schema:Florist"}, - "FollowAction": {"@id": "schema:FollowAction"}, - "FoodEstablishment": {"@id": "schema:FoodEstablishment"}, - "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"}, - "FoodEvent": {"@id": "schema:FoodEvent"}, - "FoodService": {"@id": "schema:FoodService"}, - "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"}, - "Friday": {"@id": "schema:Friday"}, - "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"}, - "Fungus": {"@id": "schema:Fungus"}, - "FurnitureStore": {"@id": "schema:FurnitureStore"}, - "Game": {"@id": "schema:Game"}, - "GamePlayMode": {"@id": "schema:GamePlayMode"}, - "GameServer": {"@id": "schema:GameServer"}, - "GameServerStatus": {"@id": "schema:GameServerStatus"}, - "GardenStore": {"@id": "schema:GardenStore"}, - "GasStation": {"@id": "schema:GasStation"}, - "Gastroenterologic": {"@id": "schema:Gastroenterologic"}, - "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"}, - "GenderType": {"@id": "schema:GenderType"}, - "GeneralContractor": {"@id": "schema:GeneralContractor"}, - "Genetic": {"@id": "schema:Genetic"}, - "Genitourinary": {"@id": "schema:Genitourinary"}, - "GeoCircle": {"@id": "schema:GeoCircle"}, - "GeoCoordinates": {"@id": "schema:GeoCoordinates"}, - "GeoShape": {"@id": "schema:GeoShape"}, - "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "GiveAction": {"@id": "schema:GiveAction"}, - "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"}, - "GolfCourse": {"@id": "schema:GolfCourse"}, - "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"}, - "GovernmentOffice": {"@id": "schema:GovernmentOffice"}, - "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"}, - "GovernmentPermit": {"@id": "schema:GovernmentPermit"}, - "GovernmentService": {"@id": "schema:GovernmentService"}, - "GraphicNovel": {"@id": "schema:GraphicNovel"}, - "GroceryStore": {"@id": "schema:GroceryStore"}, - "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "HVACBusiness": {"@id": "schema:HVACBusiness"}, - "HairSalon": {"@id": "schema:HairSalon"}, - "HalalDiet": {"@id": "schema:HalalDiet"}, - "Hardcover": {"@id": "schema:Hardcover"}, - "HardwareStore": {"@id": "schema:HardwareStore"}, - "Head": {"@id": "schema:Head"}, - "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"}, - "HealthClub": {"@id": "schema:HealthClub"}, - "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"}, - "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"}, - "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"}, - "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"}, - "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"}, - "Hematologic": {"@id": "schema:Hematologic"}, - "HighSchool": {"@id": "schema:HighSchool"}, - "HinduDiet": {"@id": "schema:HinduDiet"}, - "HinduTemple": {"@id": "schema:HinduTemple"}, - "HobbyShop": {"@id": "schema:HobbyShop"}, - "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"}, - "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"}, - "Homeopathic": {"@id": "schema:Homeopathic"}, - "Hospital": {"@id": "schema:Hospital"}, - "Hostel": {"@id": "schema:Hostel"}, - "Hotel": {"@id": "schema:Hotel"}, - "HotelRoom": {"@id": "schema:HotelRoom"}, - "House": {"@id": "schema:House"}, - "HousePainter": {"@id": "schema:HousePainter"}, - "HowTo": {"@id": "schema:HowTo"}, - "HowToDirection": {"@id": "schema:HowToDirection"}, - "HowToItem": {"@id": "schema:HowToItem"}, - "HowToSection": {"@id": "schema:HowToSection"}, - "HowToStep": {"@id": "schema:HowToStep"}, - "HowToSupply": {"@id": "schema:HowToSupply"}, - "HowToTip": {"@id": "schema:HowToTip"}, - "HowToTool": {"@id": "schema:HowToTool"}, - "IceCreamShop": {"@id": "schema:IceCreamShop"}, - "IgnoreAction": {"@id": "schema:IgnoreAction"}, - "ImageGallery": {"@id": "schema:ImageGallery"}, - "ImageObject": {"@id": "schema:ImageObject"}, - "ImagingTest": {"@id": "schema:ImagingTest"}, - "InForce": {"@id": "schema:InForce"}, - "InStock": {"@id": "schema:InStock"}, - "InStoreOnly": {"@id": "schema:InStoreOnly"}, - "IndividualProduct": {"@id": "schema:IndividualProduct"}, - "Infectious": {"@id": "schema:Infectious"}, - "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"}, - "InfectiousDisease": {"@id": "schema:InfectiousDisease"}, - "InformAction": {"@id": "schema:InformAction"}, - "InsertAction": {"@id": "schema:InsertAction"}, - "InstallAction": {"@id": "schema:InstallAction"}, - "InsuranceAgency": {"@id": "schema:InsuranceAgency"}, - "Intangible": {"@id": "schema:Intangible"}, - "Integer": {"@id": "schema:Integer"}, - "InteractAction": {"@id": "schema:InteractAction"}, - "InteractionCounter": {"@id": "schema:InteractionCounter"}, - "InternationalTrial": {"@id": "schema:InternationalTrial"}, - "InternetCafe": {"@id": "schema:InternetCafe"}, - "InvestmentFund": {"@id": "schema:InvestmentFund"}, - "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"}, - "InviteAction": {"@id": "schema:InviteAction"}, - "Invoice": {"@id": "schema:Invoice"}, - "ItemAvailability": {"@id": "schema:ItemAvailability"}, - "ItemList": {"@id": "schema:ItemList"}, - "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"}, - "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"}, - "ItemListOrderType": {"@id": "schema:ItemListOrderType"}, - "ItemListUnordered": {"@id": "schema:ItemListUnordered"}, - "ItemPage": {"@id": "schema:ItemPage"}, - "JewelryStore": {"@id": "schema:JewelryStore"}, - "JobPosting": {"@id": "schema:JobPosting"}, - "JoinAction": {"@id": "schema:JoinAction"}, - "Joint": {"@id": "schema:Joint"}, - "KosherDiet": {"@id": "schema:KosherDiet"}, - "LaboratoryScience": {"@id": "schema:LaboratoryScience"}, - "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"}, - "Landform": {"@id": "schema:Landform"}, - "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"}, - "Language": {"@id": "schema:Language"}, - "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"}, - "LeaveAction": {"@id": "schema:LeaveAction"}, - "LeftHandDriving": {"@id": "schema:LeftHandDriving"}, - "LegalForceStatus": {"@id": "schema:LegalForceStatus"}, - "LegalService": {"@id": "schema:LegalService"}, - "LegalValueLevel": {"@id": "schema:LegalValueLevel"}, - "Legislation": {"@id": "schema:Legislation"}, - "LegislationObject": {"@id": "schema:LegislationObject"}, - "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"}, - "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"}, - "LendAction": {"@id": "schema:LendAction"}, - "Library": {"@id": "schema:Library"}, - "LibrarySystem": {"@id": "schema:LibrarySystem"}, - "LifestyleModification": {"@id": "schema:LifestyleModification"}, - "Ligament": {"@id": "schema:Ligament"}, - "LikeAction": {"@id": "schema:LikeAction"}, - "LimitedAvailability": {"@id": "schema:LimitedAvailability"}, - "LinkRole": {"@id": "schema:LinkRole"}, - "LiquorStore": {"@id": "schema:LiquorStore"}, - "ListItem": {"@id": "schema:ListItem"}, - "ListenAction": {"@id": "schema:ListenAction"}, - "LiteraryEvent": {"@id": "schema:LiteraryEvent"}, - "LiveAlbum": {"@id": "schema:LiveAlbum"}, - "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"}, - "LoanOrCredit": {"@id": "schema:LoanOrCredit"}, - "LocalBusiness": {"@id": "schema:LocalBusiness"}, - "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"}, - "LockerDelivery": {"@id": "schema:LockerDelivery"}, - "Locksmith": {"@id": "schema:Locksmith"}, - "LodgingBusiness": {"@id": "schema:LodgingBusiness"}, - "LodgingReservation": {"@id": "schema:LodgingReservation"}, - "Longitudinal": {"@id": "schema:Longitudinal"}, - "LoseAction": {"@id": "schema:LoseAction"}, - "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"}, - "LowFatDiet": {"@id": "schema:LowFatDiet"}, - "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"}, - "LowSaltDiet": {"@id": "schema:LowSaltDiet"}, - "Lung": {"@id": "schema:Lung"}, - "LymphaticVessel": {"@id": "schema:LymphaticVessel"}, - "MRI": {"@id": "schema:MRI"}, - "Male": {"@id": "schema:Male"}, - "Map": {"@id": "schema:Map"}, - "MapCategoryType": {"@id": "schema:MapCategoryType"}, - "MarryAction": {"@id": "schema:MarryAction"}, - "Mass": {"@id": "schema:Mass"}, - "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"}, - "MediaObject": {"@id": "schema:MediaObject"}, - "MedicalAudience": {"@id": "schema:MedicalAudience"}, - "MedicalBusiness": {"@id": "schema:MedicalBusiness"}, - "MedicalCause": {"@id": "schema:MedicalCause"}, - "MedicalClinic": {"@id": "schema:MedicalClinic"}, - "MedicalCode": {"@id": "schema:MedicalCode"}, - "MedicalCondition": {"@id": "schema:MedicalCondition"}, - "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"}, - "MedicalContraindication": {"@id": "schema:MedicalContraindication"}, - "MedicalDevice": {"@id": "schema:MedicalDevice"}, - "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"}, - "MedicalEntity": {"@id": "schema:MedicalEntity"}, - "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"}, - "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"}, - "MedicalGuideline": {"@id": "schema:MedicalGuideline"}, - "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"}, - "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"}, - "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"}, - "MedicalIndication": {"@id": "schema:MedicalIndication"}, - "MedicalIntangible": {"@id": "schema:MedicalIntangible"}, - "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"}, - "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"}, - "MedicalOrganization": {"@id": "schema:MedicalOrganization"}, - "MedicalProcedure": {"@id": "schema:MedicalProcedure"}, - "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"}, - "MedicalResearcher": {"@id": "schema:MedicalResearcher"}, - "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"}, - "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"}, - "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"}, - "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"}, - "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"}, - "MedicalSign": {"@id": "schema:MedicalSign"}, - "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"}, - "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"}, - "MedicalStudy": {"@id": "schema:MedicalStudy"}, - "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"}, - "MedicalSymptom": {"@id": "schema:MedicalSymptom"}, - "MedicalTest": {"@id": "schema:MedicalTest"}, - "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"}, - "MedicalTherapy": {"@id": "schema:MedicalTherapy"}, - "MedicalTrial": {"@id": "schema:MedicalTrial"}, - "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"}, - "MedicalWebPage": {"@id": "schema:MedicalWebPage"}, - "MedicineSystem": {"@id": "schema:MedicineSystem"}, - "MeetingRoom": {"@id": "schema:MeetingRoom"}, - "MensClothingStore": {"@id": "schema:MensClothingStore"}, - "Menu": {"@id": "schema:Menu"}, - "MenuItem": {"@id": "schema:MenuItem"}, - "MenuSection": {"@id": "schema:MenuSection"}, - "Message": {"@id": "schema:Message"}, - "MiddleSchool": {"@id": "schema:MiddleSchool"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"}, - "MobileApplication": {"@id": "schema:MobileApplication"}, - "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"}, - "Monday": {"@id": "schema:Monday"}, - "MonetaryAmount": {"@id": "schema:MonetaryAmount"}, - "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"}, - "MoneyTransfer": {"@id": "schema:MoneyTransfer"}, - "MortgageLoan": {"@id": "schema:MortgageLoan"}, - "Mosque": {"@id": "schema:Mosque"}, - "Motel": {"@id": "schema:Motel"}, - "Motorcycle": {"@id": "schema:Motorcycle"}, - "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"}, - "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"}, - "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"}, - "Mountain": {"@id": "schema:Mountain"}, - "MoveAction": {"@id": "schema:MoveAction"}, - "Movie": {"@id": "schema:Movie"}, - "MovieClip": {"@id": "schema:MovieClip"}, - "MovieRentalStore": {"@id": "schema:MovieRentalStore"}, - "MovieSeries": {"@id": "schema:MovieSeries"}, - "MovieTheater": {"@id": "schema:MovieTheater"}, - "MovingCompany": {"@id": "schema:MovingCompany"}, - "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"}, - "MultiPlayer": {"@id": "schema:MultiPlayer"}, - "MulticellularParasite": {"@id": "schema:MulticellularParasite"}, - "Muscle": {"@id": "schema:Muscle"}, - "Musculoskeletal": {"@id": "schema:Musculoskeletal"}, - "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"}, - "Museum": {"@id": "schema:Museum"}, - "MusicAlbum": {"@id": "schema:MusicAlbum"}, - "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"}, - "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"}, - "MusicComposition": {"@id": "schema:MusicComposition"}, - "MusicEvent": {"@id": "schema:MusicEvent"}, - "MusicGroup": {"@id": "schema:MusicGroup"}, - "MusicPlaylist": {"@id": "schema:MusicPlaylist"}, - "MusicRecording": {"@id": "schema:MusicRecording"}, - "MusicRelease": {"@id": "schema:MusicRelease"}, - "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"}, - "MusicStore": {"@id": "schema:MusicStore"}, - "MusicVenue": {"@id": "schema:MusicVenue"}, - "MusicVideoObject": {"@id": "schema:MusicVideoObject"}, - "NGO": {"@id": "schema:NGO"}, - "NailSalon": {"@id": "schema:NailSalon"}, - "Neck": {"@id": "schema:Neck"}, - "Nerve": {"@id": "schema:Nerve"}, - "Neuro": {"@id": "schema:Neuro"}, - "Neurologic": {"@id": "schema:Neurologic"}, - "NewCondition": {"@id": "schema:NewCondition"}, - "NewsArticle": {"@id": "schema:NewsArticle"}, - "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"}, - "Newspaper": {"@id": "schema:Newspaper"}, - "NightClub": {"@id": "schema:NightClub"}, - "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"}, - "Nose": {"@id": "schema:Nose"}, - "NotInForce": {"@id": "schema:NotInForce"}, - "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"}, - "Notary": {"@id": "schema:Notary"}, - "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"}, - "Number": {"@id": "schema:Number"}, - "Nursing": {"@id": "schema:Nursing"}, - "Nursing": {"@id": "schema:Nursing"}, - "NutritionInformation": {"@id": "schema:NutritionInformation"}, - "OTC": {"@id": "schema:OTC"}, - "Observational": {"@id": "schema:Observational"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Occupation": {"@id": "schema:Occupation"}, - "OccupationalActivity": {"@id": "schema:OccupationalActivity"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"}, - "Offer": {"@id": "schema:Offer"}, - "OfferCatalog": {"@id": "schema:OfferCatalog"}, - "OfferItemCondition": {"@id": "schema:OfferItemCondition"}, - "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"}, - "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"}, - "OfflinePermanently": {"@id": "schema:OfflinePermanently"}, - "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"}, - "OnDemandEvent": {"@id": "schema:OnDemandEvent"}, - "OnSitePickup": {"@id": "schema:OnSitePickup"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Online": {"@id": "schema:Online"}, - "OnlineFull": {"@id": "schema:OnlineFull"}, - "OnlineOnly": {"@id": "schema:OnlineOnly"}, - "OpenTrial": {"@id": "schema:OpenTrial"}, - "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"}, - "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"}, - "Optician": {"@id": "schema:Optician"}, - "Optometric": {"@id": "schema:Optometric"}, - "Optometric": {"@id": "schema:Optometric"}, - "Order": {"@id": "schema:Order"}, - "OrderAction": {"@id": "schema:OrderAction"}, - "OrderCancelled": {"@id": "schema:OrderCancelled"}, - "OrderDelivered": {"@id": "schema:OrderDelivered"}, - "OrderInTransit": {"@id": "schema:OrderInTransit"}, - "OrderItem": {"@id": "schema:OrderItem"}, - "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"}, - "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"}, - "OrderProblem": {"@id": "schema:OrderProblem"}, - "OrderProcessing": {"@id": "schema:OrderProcessing"}, - "OrderReturned": {"@id": "schema:OrderReturned"}, - "OrderStatus": {"@id": "schema:OrderStatus"}, - "Organization": {"@id": "schema:Organization"}, - "OrganizationRole": {"@id": "schema:OrganizationRole"}, - "OrganizeAction": {"@id": "schema:OrganizeAction"}, - "Osteopathic": {"@id": "schema:Osteopathic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "OutOfStock": {"@id": "schema:OutOfStock"}, - "OutletStore": {"@id": "schema:OutletStore"}, - "OwnershipInfo": {"@id": "schema:OwnershipInfo"}, - "PET": {"@id": "schema:PET"}, - "PaintAction": {"@id": "schema:PaintAction"}, - "Painting": {"@id": "schema:Painting"}, - "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"}, - "Paperback": {"@id": "schema:Paperback"}, - "ParcelDelivery": {"@id": "schema:ParcelDelivery"}, - "ParcelService": {"@id": "schema:ParcelService"}, - "ParentAudience": {"@id": "schema:ParentAudience"}, - "Park": {"@id": "schema:Park"}, - "ParkingFacility": {"@id": "schema:ParkingFacility"}, - "ParkingMap": {"@id": "schema:ParkingMap"}, - "PartiallyInForce": {"@id": "schema:PartiallyInForce"}, - "Pathology": {"@id": "schema:Pathology"}, - "PathologyTest": {"@id": "schema:PathologyTest"}, - "Patient": {"@id": "schema:Patient"}, - "PawnShop": {"@id": "schema:PawnShop"}, - "PayAction": {"@id": "schema:PayAction"}, - "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"}, - "PaymentCard": {"@id": "schema:PaymentCard"}, - "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"}, - "PaymentComplete": {"@id": "schema:PaymentComplete"}, - "PaymentDeclined": {"@id": "schema:PaymentDeclined"}, - "PaymentDue": {"@id": "schema:PaymentDue"}, - "PaymentMethod": {"@id": "schema:PaymentMethod"}, - "PaymentPastDue": {"@id": "schema:PaymentPastDue"}, - "PaymentService": {"@id": "schema:PaymentService"}, - "PaymentStatusType": {"@id": "schema:PaymentStatusType"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "PeopleAudience": {"@id": "schema:PeopleAudience"}, - "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"}, - "PerformAction": {"@id": "schema:PerformAction"}, - "PerformanceRole": {"@id": "schema:PerformanceRole"}, - "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"}, - "PerformingGroup": {"@id": "schema:PerformingGroup"}, - "Periodical": {"@id": "schema:Periodical"}, - "Permit": {"@id": "schema:Permit"}, - "Person": {"@id": "schema:Person"}, - "PetStore": {"@id": "schema:PetStore"}, - "Pharmacy": {"@id": "schema:Pharmacy"}, - "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"}, - "Photograph": {"@id": "schema:Photograph"}, - "PhotographAction": {"@id": "schema:PhotographAction"}, - "PhysicalActivity": {"@id": "schema:PhysicalActivity"}, - "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"}, - "PhysicalExam": {"@id": "schema:PhysicalExam"}, - "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"}, - "Physician": {"@id": "schema:Physician"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Place": {"@id": "schema:Place"}, - "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"}, - "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"}, - "PlanAction": {"@id": "schema:PlanAction"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlayAction": {"@id": "schema:PlayAction"}, - "Playground": {"@id": "schema:Playground"}, - "Plumber": {"@id": "schema:Plumber"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "PoliceStation": {"@id": "schema:PoliceStation"}, - "Pond": {"@id": "schema:Pond"}, - "PostOffice": {"@id": "schema:PostOffice"}, - "PostalAddress": {"@id": "schema:PostalAddress"}, - "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"}, - "PreOrder": {"@id": "schema:PreOrder"}, - "PreOrderAction": {"@id": "schema:PreOrderAction"}, - "PreSale": {"@id": "schema:PreSale"}, - "PrependAction": {"@id": "schema:PrependAction"}, - "Preschool": {"@id": "schema:Preschool"}, - "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"}, - "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"}, - "PreventionIndication": {"@id": "schema:PreventionIndication"}, - "PriceSpecification": {"@id": "schema:PriceSpecification"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "Prion": {"@id": "schema:Prion"}, - "Product": {"@id": "schema:Product"}, - "ProfessionalService": {"@id": "schema:ProfessionalService"}, - "ProfilePage": {"@id": "schema:ProfilePage"}, - "ProgramMembership": {"@id": "schema:ProgramMembership"}, - "Property": {"@id": "schema:Property"}, - "PropertyValue": {"@id": "schema:PropertyValue"}, - "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"}, - "Protozoa": {"@id": "schema:Protozoa"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHolidays": {"@id": "schema:PublicHolidays"}, - "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"}, - "PublicToilet": {"@id": "schema:PublicToilet"}, - "PublicationEvent": {"@id": "schema:PublicationEvent"}, - "PublicationIssue": {"@id": "schema:PublicationIssue"}, - "PublicationVolume": {"@id": "schema:PublicationVolume"}, - "Pulmonary": {"@id": "schema:Pulmonary"}, - "QAPage": {"@id": "schema:QAPage"}, - "QualitativeValue": {"@id": "schema:QualitativeValue"}, - "QuantitativeValue": {"@id": "schema:QuantitativeValue"}, - "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"}, - "Quantity": {"@id": "schema:Quantity"}, - "Question": {"@id": "schema:Question"}, - "Quotation": {"@id": "schema:Quotation"}, - "QuoteAction": {"@id": "schema:QuoteAction"}, - "RVPark": {"@id": "schema:RVPark"}, - "RadiationTherapy": {"@id": "schema:RadiationTherapy"}, - "RadioChannel": {"@id": "schema:RadioChannel"}, - "RadioClip": {"@id": "schema:RadioClip"}, - "RadioEpisode": {"@id": "schema:RadioEpisode"}, - "RadioSeason": {"@id": "schema:RadioSeason"}, - "RadioSeries": {"@id": "schema:RadioSeries"}, - "RadioStation": {"@id": "schema:RadioStation"}, - "Radiography": {"@id": "schema:Radiography"}, - "RandomizedTrial": {"@id": "schema:RandomizedTrial"}, - "Rating": {"@id": "schema:Rating"}, - "ReactAction": {"@id": "schema:ReactAction"}, - "ReadAction": {"@id": "schema:ReadAction"}, - "ReadPermission": {"@id": "schema:ReadPermission"}, - "RealEstateAgent": {"@id": "schema:RealEstateAgent"}, - "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"}, - "ReceiveAction": {"@id": "schema:ReceiveAction"}, - "Recipe": {"@id": "schema:Recipe"}, - "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"}, - "Recruiting": {"@id": "schema:Recruiting"}, - "RecyclingCenter": {"@id": "schema:RecyclingCenter"}, - "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"}, - "RegisterAction": {"@id": "schema:RegisterAction"}, - "Registry": {"@id": "schema:Registry"}, - "ReimbursementCap": {"@id": "schema:ReimbursementCap"}, - "RejectAction": {"@id": "schema:RejectAction"}, - "RemixAlbum": {"@id": "schema:RemixAlbum"}, - "Renal": {"@id": "schema:Renal"}, - "RentAction": {"@id": "schema:RentAction"}, - "RentalCarReservation": {"@id": "schema:RentalCarReservation"}, - "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"}, - "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"}, - "ReplaceAction": {"@id": "schema:ReplaceAction"}, - "ReplyAction": {"@id": "schema:ReplyAction"}, - "Report": {"@id": "schema:Report"}, - "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"}, - "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"}, - "Reservation": {"@id": "schema:Reservation"}, - "ReservationCancelled": {"@id": "schema:ReservationCancelled"}, - "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"}, - "ReservationHold": {"@id": "schema:ReservationHold"}, - "ReservationPackage": {"@id": "schema:ReservationPackage"}, - "ReservationPending": {"@id": "schema:ReservationPending"}, - "ReservationStatusType": {"@id": "schema:ReservationStatusType"}, - "ReserveAction": {"@id": "schema:ReserveAction"}, - "Reservoir": {"@id": "schema:Reservoir"}, - "Residence": {"@id": "schema:Residence"}, - "Resort": {"@id": "schema:Resort"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "Restaurant": {"@id": "schema:Restaurant"}, - "RestrictedDiet": {"@id": "schema:RestrictedDiet"}, - "ResultsAvailable": {"@id": "schema:ResultsAvailable"}, - "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"}, - "ResumeAction": {"@id": "schema:ResumeAction"}, - "Retail": {"@id": "schema:Retail"}, - "ReturnAction": {"@id": "schema:ReturnAction"}, - "Review": {"@id": "schema:Review"}, - "ReviewAction": {"@id": "schema:ReviewAction"}, - "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"}, - "Rheumatologic": {"@id": "schema:Rheumatologic"}, - "RightHandDriving": {"@id": "schema:RightHandDriving"}, - "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"}, - "Role": {"@id": "schema:Role"}, - "RoofingContractor": {"@id": "schema:RoofingContractor"}, - "Room": {"@id": "schema:Room"}, - "RsvpAction": {"@id": "schema:RsvpAction"}, - "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"}, - "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"}, - "RsvpResponseType": {"@id": "schema:RsvpResponseType"}, - "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"}, - "SaleEvent": {"@id": "schema:SaleEvent"}, - "SatiricalArticle": {"@id": "schema:SatiricalArticle"}, - "Saturday": {"@id": "schema:Saturday"}, - "Schedule": {"@id": "schema:Schedule"}, - "ScheduleAction": {"@id": "schema:ScheduleAction"}, - "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"}, - "School": {"@id": "schema:School"}, - "ScreeningEvent": {"@id": "schema:ScreeningEvent"}, - "Sculpture": {"@id": "schema:Sculpture"}, - "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"}, - "SearchAction": {"@id": "schema:SearchAction"}, - "SearchResultsPage": {"@id": "schema:SearchResultsPage"}, - "Season": {"@id": "schema:Season"}, - "Seat": {"@id": "schema:Seat"}, - "SeatingMap": {"@id": "schema:SeatingMap"}, - "SelfStorage": {"@id": "schema:SelfStorage"}, - "SellAction": {"@id": "schema:SellAction"}, - "SendAction": {"@id": "schema:SendAction"}, - "Series": {"@id": "schema:Series"}, - "Service": {"@id": "schema:Service"}, - "ServiceChannel": {"@id": "schema:ServiceChannel"}, - "ShareAction": {"@id": "schema:ShareAction"}, - "ShoeStore": {"@id": "schema:ShoeStore"}, - "ShoppingCenter": {"@id": "schema:ShoppingCenter"}, - "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"}, - "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"}, - "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"}, - "SinglePlayer": {"@id": "schema:SinglePlayer"}, - "SingleRelease": {"@id": "schema:SingleRelease"}, - "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"}, - "SkiResort": {"@id": "schema:SkiResort"}, - "Skin": {"@id": "schema:Skin"}, - "SocialEvent": {"@id": "schema:SocialEvent"}, - "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"}, - "SoftwareApplication": {"@id": "schema:SoftwareApplication"}, - "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"}, - "SoldOut": {"@id": "schema:SoldOut"}, - "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"}, - "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"}, - "Specialty": {"@id": "schema:Specialty"}, - "SpeechPathology": {"@id": "schema:SpeechPathology"}, - "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"}, - "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"}, - "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"}, - "SportsClub": {"@id": "schema:SportsClub"}, - "SportsEvent": {"@id": "schema:SportsEvent"}, - "SportsOrganization": {"@id": "schema:SportsOrganization"}, - "SportsTeam": {"@id": "schema:SportsTeam"}, - "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"}, - "StadiumOrArena": {"@id": "schema:StadiumOrArena"}, - "State": {"@id": "schema:State"}, - "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"}, - "Store": {"@id": "schema:Store"}, - "StrengthTraining": {"@id": "schema:StrengthTraining"}, - "StructuredValue": {"@id": "schema:StructuredValue"}, - "StudioAlbum": {"@id": "schema:StudioAlbum"}, - "StupidType": {"@id": "schema:StupidType"}, - "SubscribeAction": {"@id": "schema:SubscribeAction"}, - "Substance": {"@id": "schema:Substance"}, - "SubwayStation": {"@id": "schema:SubwayStation"}, - "Suite": {"@id": "schema:Suite"}, - "Sunday": {"@id": "schema:Sunday"}, - "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"}, - "Surgical": {"@id": "schema:Surgical"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SuspendAction": {"@id": "schema:SuspendAction"}, - "Suspended": {"@id": "schema:Suspended"}, - "Synagogue": {"@id": "schema:Synagogue"}, - "TVClip": {"@id": "schema:TVClip"}, - "TVEpisode": {"@id": "schema:TVEpisode"}, - "TVSeason": {"@id": "schema:TVSeason"}, - "TVSeries": {"@id": "schema:TVSeries"}, - "Table": {"@id": "schema:Table"}, - "TakeAction": {"@id": "schema:TakeAction"}, - "TattooParlor": {"@id": "schema:TattooParlor"}, - "Taxi": {"@id": "schema:Taxi"}, - "TaxiReservation": {"@id": "schema:TaxiReservation"}, - "TaxiService": {"@id": "schema:TaxiService"}, - "TaxiStand": {"@id": "schema:TaxiStand"}, - "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"}, - "TechArticle": {"@id": "schema:TechArticle"}, - "TelevisionChannel": {"@id": "schema:TelevisionChannel"}, - "TelevisionStation": {"@id": "schema:TelevisionStation"}, - "TennisComplex": {"@id": "schema:TennisComplex"}, - "Terminated": {"@id": "schema:Terminated"}, - "Text": {"@id": "schema:Text"}, - "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"}, - "TheaterEvent": {"@id": "schema:TheaterEvent"}, - "TheaterGroup": {"@id": "schema:TheaterGroup"}, - "Therapeutic": {"@id": "schema:Therapeutic"}, - "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"}, - "Thesis": {"@id": "schema:Thesis"}, - "Thing": {"@id": "schema:Thing"}, - "Throat": {"@id": "schema:Throat"}, - "Thursday": {"@id": "schema:Thursday"}, - "Ticket": {"@id": "schema:Ticket"}, - "TieAction": {"@id": "schema:TieAction"}, - "Time": {"@id": "schema:Time"}, - "TipAction": {"@id": "schema:TipAction"}, - "TireShop": {"@id": "schema:TireShop"}, - "TollFree": {"@id": "schema:TollFree"}, - "TouristAttraction": {"@id": "schema:TouristAttraction"}, - "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"}, - "Toxicologic": {"@id": "schema:Toxicologic"}, - "ToyStore": {"@id": "schema:ToyStore"}, - "TrackAction": {"@id": "schema:TrackAction"}, - "TradeAction": {"@id": "schema:TradeAction"}, - "TraditionalChinese": {"@id": "schema:TraditionalChinese"}, - "TrainReservation": {"@id": "schema:TrainReservation"}, - "TrainStation": {"@id": "schema:TrainStation"}, - "TrainTrip": {"@id": "schema:TrainTrip"}, - "TransferAction": {"@id": "schema:TransferAction"}, - "TransitMap": {"@id": "schema:TransitMap"}, - "TravelAction": {"@id": "schema:TravelAction"}, - "TravelAgency": {"@id": "schema:TravelAgency"}, - "TreatmentIndication": {"@id": "schema:TreatmentIndication"}, - "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"}, - "Tuesday": {"@id": "schema:Tuesday"}, - "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"}, - "URL": {"@id": "schema:URL"}, - "Ultrasound": {"@id": "schema:Ultrasound"}, - "UnRegisterAction": {"@id": "schema:UnRegisterAction"}, - "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"}, - "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"}, - "UpdateAction": {"@id": "schema:UpdateAction"}, - "Urologic": {"@id": "schema:Urologic"}, - "UseAction": {"@id": "schema:UseAction"}, - "UsedCondition": {"@id": "schema:UsedCondition"}, - "UserBlocks": {"@id": "schema:UserBlocks"}, - "UserCheckins": {"@id": "schema:UserCheckins"}, - "UserComments": {"@id": "schema:UserComments"}, - "UserDownloads": {"@id": "schema:UserDownloads"}, - "UserInteraction": {"@id": "schema:UserInteraction"}, - "UserLikes": {"@id": "schema:UserLikes"}, - "UserPageVisits": {"@id": "schema:UserPageVisits"}, - "UserPlays": {"@id": "schema:UserPlays"}, - "UserPlusOnes": {"@id": "schema:UserPlusOnes"}, - "UserReview": {"@id": "schema:UserReview"}, - "UserTweets": {"@id": "schema:UserTweets"}, - "VeganDiet": {"@id": "schema:VeganDiet"}, - "VegetarianDiet": {"@id": "schema:VegetarianDiet"}, - "Vehicle": {"@id": "schema:Vehicle"}, - "Vein": {"@id": "schema:Vein"}, - "VenueMap": {"@id": "schema:VenueMap"}, - "Vessel": {"@id": "schema:Vessel"}, - "VeterinaryCare": {"@id": "schema:VeterinaryCare"}, - "VideoGallery": {"@id": "schema:VideoGallery"}, - "VideoGame": {"@id": "schema:VideoGame"}, - "VideoGameClip": {"@id": "schema:VideoGameClip"}, - "VideoGameSeries": {"@id": "schema:VideoGameSeries"}, - "VideoObject": {"@id": "schema:VideoObject"}, - "ViewAction": {"@id": "schema:ViewAction"}, - "VinylFormat": {"@id": "schema:VinylFormat"}, - "Virus": {"@id": "schema:Virus"}, - "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"}, - "VisualArtwork": {"@id": "schema:VisualArtwork"}, - "VitalSign": {"@id": "schema:VitalSign"}, - "Volcano": {"@id": "schema:Volcano"}, - "VoteAction": {"@id": "schema:VoteAction"}, - "WPAdBlock": {"@id": "schema:WPAdBlock"}, - "WPFooter": {"@id": "schema:WPFooter"}, - "WPHeader": {"@id": "schema:WPHeader"}, - "WPSideBar": {"@id": "schema:WPSideBar"}, - "WantAction": {"@id": "schema:WantAction"}, - "WarrantyPromise": {"@id": "schema:WarrantyPromise"}, - "WarrantyScope": {"@id": "schema:WarrantyScope"}, - "WatchAction": {"@id": "schema:WatchAction"}, - "Waterfall": {"@id": "schema:Waterfall"}, - "WearAction": {"@id": "schema:WearAction"}, - "WebAPI": {"@id": "schema:WebAPI"}, - "WebApplication": {"@id": "schema:WebApplication"}, - "WebPage": {"@id": "schema:WebPage"}, - "WebPageElement": {"@id": "schema:WebPageElement"}, - "WebSite": {"@id": "schema:WebSite"}, - "Wednesday": {"@id": "schema:Wednesday"}, - "WesternConventional": {"@id": "schema:WesternConventional"}, - "Wholesale": {"@id": "schema:Wholesale"}, - "WholesaleStore": {"@id": "schema:WholesaleStore"}, - "WinAction": {"@id": "schema:WinAction"}, - "Winery": {"@id": "schema:Winery"}, - "Withdrawn": {"@id": "schema:Withdrawn"}, - "WorkersUnion": {"@id": "schema:WorkersUnion"}, - "WriteAction": {"@id": "schema:WriteAction"}, - "WritePermission": {"@id": "schema:WritePermission"}, - "XPathType": {"@id": "schema:XPathType"}, - "XRay": {"@id": "schema:XRay"}, - "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"}, - "Zoo": {"@id": "schema:Zoo"}, - "about": { "@id": "schema:about"}, - "abridged": { "@id": "schema:abridged"}, - "accelerationTime": { "@id": "schema:accelerationTime"}, - "acceptedAnswer": { "@id": "schema:acceptedAnswer"}, - "acceptedOffer": { "@id": "schema:acceptedOffer"}, - "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"}, - "acceptsReservations": { "@id": "schema:acceptsReservations", "@type": "@id"}, - "accessCode": { "@id": "schema:accessCode"}, - "accessMode": { "@id": "schema:accessMode"}, - "accessModeSufficient": { "@id": "schema:accessModeSufficient"}, - "accessibilityAPI": { "@id": "schema:accessibilityAPI"}, - "accessibilityControl": { "@id": "schema:accessibilityControl"}, - "accessibilityFeature": { "@id": "schema:accessibilityFeature"}, - "accessibilityHazard": { "@id": "schema:accessibilityHazard"}, - "accessibilitySummary": { "@id": "schema:accessibilitySummary"}, - "accountId": { "@id": "schema:accountId"}, - "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"}, - "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"}, - "accountablePerson": { "@id": "schema:accountablePerson"}, - "acquiredFrom": { "@id": "schema:acquiredFrom"}, - "acrissCode": { "@id": "schema:acrissCode"}, - "action": { "@id": "schema:action"}, - "actionApplication": { "@id": "schema:actionApplication"}, - "actionOption": { "@id": "schema:actionOption"}, - "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"}, - "actionStatus": { "@id": "schema:actionStatus"}, - "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"}, - "activeIngredient": { "@id": "schema:activeIngredient"}, - "activityDuration": { "@id": "schema:activityDuration"}, - "activityFrequency": { "@id": "schema:activityFrequency"}, - "actor": { "@id": "schema:actor"}, - "actors": { "@id": "schema:actors"}, - "addOn": { "@id": "schema:addOn"}, - "additionalName": { "@id": "schema:additionalName"}, - "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"}, - "additionalProperty": { "@id": "schema:additionalProperty"}, - "additionalType": { "@id": "schema:additionalType", "@type": "@id"}, - "additionalVariable": { "@id": "schema:additionalVariable"}, - "address": { "@id": "schema:address"}, - "addressCountry": { "@id": "schema:addressCountry"}, - "addressLocality": { "@id": "schema:addressLocality"}, - "addressRegion": { "@id": "schema:addressRegion"}, - "administrationRoute": { "@id": "schema:administrationRoute"}, - "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"}, - "adverseOutcome": { "@id": "schema:adverseOutcome"}, - "affectedBy": { "@id": "schema:affectedBy"}, - "affiliation": { "@id": "schema:affiliation"}, - "afterMedia": { "@id": "schema:afterMedia"}, - "agent": { "@id": "schema:agent"}, - "aggregateRating": { "@id": "schema:aggregateRating"}, - "aircraft": { "@id": "schema:aircraft"}, - "album": { "@id": "schema:album"}, - "albumProductionType": { "@id": "schema:albumProductionType"}, - "albumRelease": { "@id": "schema:albumRelease"}, - "albumReleaseType": { "@id": "schema:albumReleaseType"}, - "albums": { "@id": "schema:albums"}, - "alcoholWarning": { "@id": "schema:alcoholWarning"}, - "algorithm": { "@id": "schema:algorithm"}, - "alignmentType": { "@id": "schema:alignmentType"}, - "alternateName": { "@id": "schema:alternateName"}, - "alternativeHeadline": { "@id": "schema:alternativeHeadline"}, - "alumni": { "@id": "schema:alumni"}, - "alumniOf": { "@id": "schema:alumniOf"}, - "amenityFeature": { "@id": "schema:amenityFeature"}, - "amount": { "@id": "schema:amount"}, - "amountOfThisGood": { "@id": "schema:amountOfThisGood"}, - "annualPercentageRate": { "@id": "schema:annualPercentageRate"}, - "answerCount": { "@id": "schema:answerCount"}, - "antagonist": { "@id": "schema:antagonist"}, - "applicableLocation": { "@id": "schema:applicableLocation"}, - "application": { "@id": "schema:application"}, - "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"}, - "applicationSubCategory": { "@id": "schema:applicationSubCategory", "@type": "@id"}, - "applicationSuite": { "@id": "schema:applicationSuite"}, - "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"}, - "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"}, - "area": { "@id": "schema:area"}, - "areaServed": { "@id": "schema:areaServed"}, - "arrivalAirport": { "@id": "schema:arrivalAirport"}, - "arrivalBusStop": { "@id": "schema:arrivalBusStop"}, - "arrivalGate": { "@id": "schema:arrivalGate"}, - "arrivalPlatform": { "@id": "schema:arrivalPlatform"}, - "arrivalStation": { "@id": "schema:arrivalStation"}, - "arrivalTerminal": { "@id": "schema:arrivalTerminal"}, - "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"}, - "artEdition": { "@id": "schema:artEdition"}, - "artMedium": { "@id": "schema:artMedium", "@type": "@id"}, - "arterialBranch": { "@id": "schema:arterialBranch"}, - "artform": { "@id": "schema:artform", "@type": "@id"}, - "articleBody": { "@id": "schema:articleBody"}, - "articleSection": { "@id": "schema:articleSection"}, - "artist": { "@id": "schema:artist"}, - "artworkSurface": { "@id": "schema:artworkSurface", "@type": "@id"}, - "aspect": { "@id": "schema:aspect"}, - "assembly": { "@id": "schema:assembly"}, - "assemblyVersion": { "@id": "schema:assemblyVersion"}, - "associatedAnatomy": { "@id": "schema:associatedAnatomy"}, - "associatedArticle": { "@id": "schema:associatedArticle"}, - "associatedMedia": { "@id": "schema:associatedMedia"}, - "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"}, - "athlete": { "@id": "schema:athlete"}, - "attendee": { "@id": "schema:attendee"}, - "attendees": { "@id": "schema:attendees"}, - "audience": { "@id": "schema:audience"}, - "audienceType": { "@id": "schema:audienceType"}, - "audio": { "@id": "schema:audio"}, - "author": { "@id": "schema:author"}, - "availability": { "@id": "schema:availability"}, - "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"}, - "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "DateTime"}, - "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"}, - "availableChannel": { "@id": "schema:availableChannel"}, - "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"}, - "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"}, - "availableIn": { "@id": "schema:availableIn"}, - "availableLanguage": { "@id": "schema:availableLanguage"}, - "availableOnDevice": { "@id": "schema:availableOnDevice"}, - "availableService": { "@id": "schema:availableService"}, - "availableStrength": { "@id": "schema:availableStrength"}, - "availableTest": { "@id": "schema:availableTest"}, - "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"}, - "award": { "@id": "schema:award"}, - "awards": { "@id": "schema:awards"}, - "awayTeam": { "@id": "schema:awayTeam"}, - "background": { "@id": "schema:background"}, - "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"}, - "baseSalary": { "@id": "schema:baseSalary"}, - "bccRecipient": { "@id": "schema:bccRecipient"}, - "bed": { "@id": "schema:bed"}, - "beforeMedia": { "@id": "schema:beforeMedia"}, - "beneficiaryBank": { "@id": "schema:beneficiaryBank"}, - "benefits": { "@id": "schema:benefits"}, - "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"}, - "bestRating": { "@id": "schema:bestRating"}, - "billingAddress": { "@id": "schema:billingAddress"}, - "billingIncrement": { "@id": "schema:billingIncrement"}, - "billingPeriod": { "@id": "schema:billingPeriod"}, - "biomechnicalClass": { "@id": "schema:biomechnicalClass"}, - "birthDate": { "@id": "schema:birthDate", "@type": "Date"}, - "birthPlace": { "@id": "schema:birthPlace"}, - "bitrate": { "@id": "schema:bitrate"}, - "blogPost": { "@id": "schema:blogPost"}, - "blogPosts": { "@id": "schema:blogPosts"}, - "bloodSupply": { "@id": "schema:bloodSupply"}, - "boardingGroup": { "@id": "schema:boardingGroup"}, - "boardingPolicy": { "@id": "schema:boardingPolicy"}, - "bodyLocation": { "@id": "schema:bodyLocation"}, - "bodyType": { "@id": "schema:bodyType", "@type": "@id"}, - "bookEdition": { "@id": "schema:bookEdition"}, - "bookFormat": { "@id": "schema:bookFormat"}, - "bookingAgent": { "@id": "schema:bookingAgent"}, - "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"}, - "borrower": { "@id": "schema:borrower"}, - "box": { "@id": "schema:box"}, - "branch": { "@id": "schema:branch"}, - "branchCode": { "@id": "schema:branchCode"}, - "branchOf": { "@id": "schema:branchOf"}, - "brand": { "@id": "schema:brand"}, - "breadcrumb": { "@id": "schema:breadcrumb"}, - "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"}, - "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"}, - "broadcastChannelId": { "@id": "schema:broadcastChannelId"}, - "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"}, - "broadcastFrequency": { "@id": "schema:broadcastFrequency"}, - "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"}, - "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"}, - "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"}, - "broadcastTimezone": { "@id": "schema:broadcastTimezone"}, - "broadcaster": { "@id": "schema:broadcaster"}, - "broker": { "@id": "schema:broker"}, - "browserRequirements": { "@id": "schema:browserRequirements"}, - "busName": { "@id": "schema:busName"}, - "busNumber": { "@id": "schema:busNumber"}, - "businessFunction": { "@id": "schema:businessFunction"}, - "buyer": { "@id": "schema:buyer"}, - "byArtist": { "@id": "schema:byArtist"}, - "byDay": { "@id": "schema:byDay"}, - "byMonth": { "@id": "schema:byMonth"}, - "byMonthDay": { "@id": "schema:byMonthDay"}, - "calories": { "@id": "schema:calories"}, - "candidate": { "@id": "schema:candidate"}, - "caption": { "@id": "schema:caption"}, - "carbohydrateContent": { "@id": "schema:carbohydrateContent"}, - "cargoVolume": { "@id": "schema:cargoVolume"}, - "carrier": { "@id": "schema:carrier"}, - "carrierRequirements": { "@id": "schema:carrierRequirements"}, - "cashBack": { "@id": "schema:cashBack"}, - "catalog": { "@id": "schema:catalog"}, - "catalogNumber": { "@id": "schema:catalogNumber"}, - "category": { "@id": "schema:category"}, - "cause": { "@id": "schema:cause"}, - "causeOf": { "@id": "schema:causeOf"}, - "ccRecipient": { "@id": "schema:ccRecipient"}, - "character": { "@id": "schema:character"}, - "characterAttribute": { "@id": "schema:characterAttribute"}, - "characterName": { "@id": "schema:characterName"}, - "cheatCode": { "@id": "schema:cheatCode"}, - "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"}, - "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"}, - "childMaxAge": { "@id": "schema:childMaxAge"}, - "childMinAge": { "@id": "schema:childMinAge"}, - "children": { "@id": "schema:children"}, - "cholesterolContent": { "@id": "schema:cholesterolContent"}, - "circle": { "@id": "schema:circle"}, - "citation": { "@id": "schema:citation"}, - "claimReviewed": { "@id": "schema:claimReviewed"}, - "clincalPharmacology": { "@id": "schema:clincalPharmacology"}, - "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"}, - "clipNumber": { "@id": "schema:clipNumber"}, - "closes": { "@id": "schema:closes"}, - "coach": { "@id": "schema:coach"}, - "code": { "@id": "schema:code"}, - "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"}, - "codeSampleType": { "@id": "schema:codeSampleType"}, - "codeValue": { "@id": "schema:codeValue"}, - "codingSystem": { "@id": "schema:codingSystem"}, - "colleague": { "@id": "schema:colleague", "@type": "@id"}, - "colleagues": { "@id": "schema:colleagues"}, - "collection": { "@id": "schema:collection"}, - "color": { "@id": "schema:color"}, - "colorist": { "@id": "schema:colorist"}, - "comment": { "@id": "schema:comment"}, - "commentCount": { "@id": "schema:commentCount"}, - "commentText": { "@id": "schema:commentText"}, - "commentTime": { "@id": "schema:commentTime", "@type": "Date"}, - "competitor": { "@id": "schema:competitor"}, - "composer": { "@id": "schema:composer"}, - "comprisedOf": { "@id": "schema:comprisedOf"}, - "confirmationNumber": { "@id": "schema:confirmationNumber"}, - "connectedTo": { "@id": "schema:connectedTo"}, - "contactOption": { "@id": "schema:contactOption"}, - "contactPoint": { "@id": "schema:contactPoint"}, - "contactPoints": { "@id": "schema:contactPoints"}, - "contactType": { "@id": "schema:contactType"}, - "contactlessPayment": { "@id": "schema:contactlessPayment"}, - "containedIn": { "@id": "schema:containedIn"}, - "containedInPlace": { "@id": "schema:containedInPlace"}, - "containsPlace": { "@id": "schema:containsPlace"}, - "containsSeason": { "@id": "schema:containsSeason"}, - "contentLocation": { "@id": "schema:contentLocation"}, - "contentRating": { "@id": "schema:contentRating"}, - "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"}, - "contentSize": { "@id": "schema:contentSize"}, - "contentType": { "@id": "schema:contentType"}, - "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"}, - "contraindication": { "@id": "schema:contraindication"}, - "contributor": { "@id": "schema:contributor"}, - "cookTime": { "@id": "schema:cookTime"}, - "cookingMethod": { "@id": "schema:cookingMethod"}, - "copyrightHolder": { "@id": "schema:copyrightHolder"}, - "copyrightYear": { "@id": "schema:copyrightYear"}, - "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"}, - "cost": { "@id": "schema:cost"}, - "costCategory": { "@id": "schema:costCategory"}, - "costCurrency": { "@id": "schema:costCurrency"}, - "costOrigin": { "@id": "schema:costOrigin"}, - "costPerUnit": { "@id": "schema:costPerUnit"}, - "countriesNotSupported": { "@id": "schema:countriesNotSupported"}, - "countriesSupported": { "@id": "schema:countriesSupported"}, - "countryOfOrigin": { "@id": "schema:countryOfOrigin"}, - "course": { "@id": "schema:course"}, - "courseCode": { "@id": "schema:courseCode"}, - "courseMode": { "@id": "schema:courseMode", "@type": "@id"}, - "coursePrerequisites": { "@id": "schema:coursePrerequisites"}, - "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"}, - "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"}, - "creator": { "@id": "schema:creator"}, - "creditedTo": { "@id": "schema:creditedTo"}, - "cssSelector": { "@id": "schema:cssSelector"}, - "currenciesAccepted": { "@id": "schema:currenciesAccepted"}, - "currency": { "@id": "schema:currency"}, - "currentExchangeRate": { "@id": "schema:currentExchangeRate"}, - "customer": { "@id": "schema:customer"}, - "dataFeedElement": { "@id": "schema:dataFeedElement"}, - "dataset": { "@id": "schema:dataset"}, - "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"}, - "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"}, - "dateDeleted": { "@id": "schema:dateDeleted", "@type": "DateTime"}, - "dateIssued": { "@id": "schema:dateIssued", "@type": "DateTime"}, - "dateModified": { "@id": "schema:dateModified", "@type": "Date"}, - "datePosted": { "@id": "schema:datePosted", "@type": "Date"}, - "datePublished": { "@id": "schema:datePublished", "@type": "Date"}, - "dateRead": { "@id": "schema:dateRead", "@type": "DateTime"}, - "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"}, - "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"}, - "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"}, - "dateline": { "@id": "schema:dateline"}, - "dayOfWeek": { "@id": "schema:dayOfWeek"}, - "deathDate": { "@id": "schema:deathDate", "@type": "Date"}, - "deathPlace": { "@id": "schema:deathPlace"}, - "defaultValue": { "@id": "schema:defaultValue"}, - "deliveryAddress": { "@id": "schema:deliveryAddress"}, - "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"}, - "deliveryMethod": { "@id": "schema:deliveryMethod"}, - "deliveryStatus": { "@id": "schema:deliveryStatus"}, - "department": { "@id": "schema:department"}, - "departureAirport": { "@id": "schema:departureAirport"}, - "departureBusStop": { "@id": "schema:departureBusStop"}, - "departureGate": { "@id": "schema:departureGate"}, - "departurePlatform": { "@id": "schema:departurePlatform"}, - "departureStation": { "@id": "schema:departureStation"}, - "departureTerminal": { "@id": "schema:departureTerminal"}, - "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"}, - "dependencies": { "@id": "schema:dependencies"}, - "depth": { "@id": "schema:depth"}, - "description": { "@id": "schema:description"}, - "device": { "@id": "schema:device"}, - "diagnosis": { "@id": "schema:diagnosis"}, - "diagram": { "@id": "schema:diagram"}, - "diet": { "@id": "schema:diet"}, - "dietFeatures": { "@id": "schema:dietFeatures"}, - "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"}, - "director": { "@id": "schema:director"}, - "directors": { "@id": "schema:directors"}, - "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"}, - "discount": { "@id": "schema:discount"}, - "discountCode": { "@id": "schema:discountCode"}, - "discountCurrency": { "@id": "schema:discountCurrency"}, - "discusses": { "@id": "schema:discusses"}, - "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"}, - "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"}, - "distance": { "@id": "schema:distance"}, - "distinguishingSign": { "@id": "schema:distinguishingSign"}, - "distribution": { "@id": "schema:distribution"}, - "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"}, - "documentation": { "@id": "schema:documentation", "@type": "@id"}, - "domainIncludes": { "@id": "schema:domainIncludes"}, - "domiciledMortgage": { "@id": "schema:domiciledMortgage"}, - "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"}, - "dosageForm": { "@id": "schema:dosageForm"}, - "doseSchedule": { "@id": "schema:doseSchedule"}, - "doseUnit": { "@id": "schema:doseUnit"}, - "doseValue": { "@id": "schema:doseValue"}, - "downPayment": { "@id": "schema:downPayment"}, - "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"}, - "downvoteCount": { "@id": "schema:downvoteCount"}, - "drainsTo": { "@id": "schema:drainsTo"}, - "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"}, - "dropoffLocation": { "@id": "schema:dropoffLocation"}, - "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"}, - "drug": { "@id": "schema:drug"}, - "drugClass": { "@id": "schema:drugClass"}, - "drugUnit": { "@id": "schema:drugUnit"}, - "duns": { "@id": "schema:duns"}, - "duplicateTherapy": { "@id": "schema:duplicateTherapy"}, - "duration": { "@id": "schema:duration"}, - "durationOfWarranty": { "@id": "schema:durationOfWarranty"}, - "duringMedia": { "@id": "schema:duringMedia"}, - "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"}, - "editor": { "@id": "schema:editor"}, - "educationRequirements": { "@id": "schema:educationRequirements"}, - "educationalAlignment": { "@id": "schema:educationalAlignment"}, - "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded", "@type": "@id"}, - "educationalFramework": { "@id": "schema:educationalFramework"}, - "educationalRole": { "@id": "schema:educationalRole"}, - "educationalUse": { "@id": "schema:educationalUse"}, - "elevation": { "@id": "schema:elevation"}, - "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"}, - "eligibleDuration": { "@id": "schema:eligibleDuration"}, - "eligibleQuantity": { "@id": "schema:eligibleQuantity"}, - "eligibleRegion": { "@id": "schema:eligibleRegion"}, - "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"}, - "email": { "@id": "schema:email"}, - "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"}, - "emissionsCO2": { "@id": "schema:emissionsCO2"}, - "employee": { "@id": "schema:employee"}, - "employees": { "@id": "schema:employees"}, - "employmentType": { "@id": "schema:employmentType"}, - "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"}, - "encoding": { "@id": "schema:encoding"}, - "encodingFormat": { "@id": "schema:encodingFormat"}, - "encodingType": { "@id": "schema:encodingType"}, - "encodings": { "@id": "schema:encodings"}, - "endDate": { "@id": "schema:endDate", "@type": "Date"}, - "endTime": { "@id": "schema:endTime", "@type": "DateTime"}, - "endorsee": { "@id": "schema:endorsee"}, - "endorsers": { "@id": "schema:endorsers"}, - "engineDisplacement": { "@id": "schema:engineDisplacement"}, - "enginePower": { "@id": "schema:enginePower"}, - "engineType": { "@id": "schema:engineType", "@type": "@id"}, - "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"}, - "epidemiology": { "@id": "schema:epidemiology"}, - "episode": { "@id": "schema:episode"}, - "episodeNumber": { "@id": "schema:episodeNumber"}, - "episodes": { "@id": "schema:episodes"}, - "equal": { "@id": "schema:equal"}, - "error": { "@id": "schema:error"}, - "estimatedCost": { "@id": "schema:estimatedCost"}, - "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"}, - "estimatedSalary": { "@id": "schema:estimatedSalary"}, - "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"}, - "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"}, - "event": { "@id": "schema:event"}, - "eventSchedule": { "@id": "schema:eventSchedule"}, - "eventStatus": { "@id": "schema:eventStatus"}, - "events": { "@id": "schema:events"}, - "evidenceLevel": { "@id": "schema:evidenceLevel"}, - "evidenceOrigin": { "@id": "schema:evidenceOrigin"}, - "exampleOfWork": { "@id": "schema:exampleOfWork"}, - "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"}, - "exchangeRate": { "@id": "schema:exchangeRate"}, - "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"}, - "executableLibraryName": { "@id": "schema:executableLibraryName"}, - "exerciseCourse": { "@id": "schema:exerciseCourse"}, - "exercisePlan": { "@id": "schema:exercisePlan"}, - "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"}, - "exerciseType": { "@id": "schema:exerciseType"}, - "exifData": { "@id": "schema:exifData"}, - "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "DateTime"}, - "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "DateTime"}, - "expectedPrognosis": { "@id": "schema:expectedPrognosis"}, - "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"}, - "experienceRequirements": { "@id": "schema:experienceRequirements"}, - "expertConsiderations": { "@id": "schema:expertConsiderations"}, - "expires": { "@id": "schema:expires", "@type": "Date"}, - "familyName": { "@id": "schema:familyName"}, - "fatContent": { "@id": "schema:fatContent"}, - "faxNumber": { "@id": "schema:faxNumber"}, - "featureList": { "@id": "schema:featureList", "@type": "@id"}, - "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification", "@type": "@id"}, - "fiberContent": { "@id": "schema:fiberContent"}, - "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"}, - "fileSize": { "@id": "schema:fileSize"}, - "firstPerformance": { "@id": "schema:firstPerformance"}, - "flightDistance": { "@id": "schema:flightDistance"}, - "flightNumber": { "@id": "schema:flightNumber"}, - "floorLimit": { "@id": "schema:floorLimit"}, - "floorSize": { "@id": "schema:floorSize"}, - "followee": { "@id": "schema:followee"}, - "follows": { "@id": "schema:follows"}, - "followup": { "@id": "schema:followup"}, - "foodEstablishment": { "@id": "schema:foodEstablishment"}, - "foodEvent": { "@id": "schema:foodEvent"}, - "foodWarning": { "@id": "schema:foodWarning"}, - "founder": { "@id": "schema:founder"}, - "founders": { "@id": "schema:founders"}, - "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"}, - "foundingLocation": { "@id": "schema:foundingLocation"}, - "free": { "@id": "schema:free"}, - "frequency": { "@id": "schema:frequency"}, - "fromLocation": { "@id": "schema:fromLocation"}, - "fuelCapacity": { "@id": "schema:fuelCapacity"}, - "fuelConsumption": { "@id": "schema:fuelConsumption"}, - "fuelEfficiency": { "@id": "schema:fuelEfficiency"}, - "fuelType": { "@id": "schema:fuelType", "@type": "@id"}, - "function": { "@id": "schema:function"}, - "functionalClass": { "@id": "schema:functionalClass"}, - "funder": { "@id": "schema:funder"}, - "game": { "@id": "schema:game"}, - "gameItem": { "@id": "schema:gameItem"}, - "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"}, - "gamePlatform": { "@id": "schema:gamePlatform", "@type": "@id"}, - "gameServer": { "@id": "schema:gameServer"}, - "gameTip": { "@id": "schema:gameTip"}, - "gender": { "@id": "schema:gender"}, - "genre": { "@id": "schema:genre", "@type": "@id"}, - "geo": { "@id": "schema:geo"}, - "geoMidpoint": { "@id": "schema:geoMidpoint"}, - "geoRadius": { "@id": "schema:geoRadius"}, - "geographicArea": { "@id": "schema:geographicArea"}, - "geospatiallyContains": { "@id": "schema:geospatiallyContains"}, - "geospatiallyCoveredBy": { "@id": "schema:geospatiallyCoveredBy"}, - "geospatiallyCovers": { "@id": "schema:geospatiallyCovers"}, - "geospatiallyCrosses": { "@id": "schema:geospatiallyCrosses"}, - "geospatiallyDisjoint": { "@id": "schema:geospatiallyDisjoint"}, - "geospatiallyEquals": { "@id": "schema:geospatiallyEquals"}, - "geospatiallyIntersects": { "@id": "schema:geospatiallyIntersects"}, - "geospatiallyOverlaps": { "@id": "schema:geospatiallyOverlaps"}, - "geospatiallyTouches": { "@id": "schema:geospatiallyTouches"}, - "geospatiallyWithin": { "@id": "schema:geospatiallyWithin"}, - "givenName": { "@id": "schema:givenName"}, - "globalLocationNumber": { "@id": "schema:globalLocationNumber"}, - "gracePeriod": { "@id": "schema:gracePeriod"}, - "grantee": { "@id": "schema:grantee"}, - "greater": { "@id": "schema:greater"}, - "greaterOrEqual": { "@id": "schema:greaterOrEqual"}, - "gtin12": { "@id": "schema:gtin12"}, - "gtin13": { "@id": "schema:gtin13"}, - "gtin14": { "@id": "schema:gtin14"}, - "gtin8": { "@id": "schema:gtin8"}, - "guideline": { "@id": "schema:guideline"}, - "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"}, - "guidelineSubject": { "@id": "schema:guidelineSubject"}, - "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"}, - "hasCategoryCode": { "@id": "schema:hasCategoryCode"}, - "hasCourseInstance": { "@id": "schema:hasCourseInstance"}, - "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"}, - "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"}, - "hasMap": { "@id": "schema:hasMap", "@type": "@id"}, - "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"}, - "hasMenuItem": { "@id": "schema:hasMenuItem"}, - "hasMenuSection": { "@id": "schema:hasMenuSection"}, - "hasOccupation": { "@id": "schema:hasOccupation"}, - "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"}, - "hasPOS": { "@id": "schema:hasPOS"}, - "hasPart": { "@id": "schema:hasPart"}, - "headline": { "@id": "schema:headline"}, - "healthCondition": { "@id": "schema:healthCondition"}, - "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"}, - "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"}, - "healthPlanCopay": { "@id": "schema:healthPlanCopay"}, - "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"}, - "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"}, - "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"}, - "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"}, - "healthPlanId": { "@id": "schema:healthPlanId"}, - "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"}, - "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"}, - "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"}, - "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"}, - "height": { "@id": "schema:height"}, - "highPrice": { "@id": "schema:highPrice"}, - "hiringOrganization": { "@id": "schema:hiringOrganization"}, - "homeLocation": { "@id": "schema:homeLocation"}, - "homeTeam": { "@id": "schema:homeTeam"}, - "honorificPrefix": { "@id": "schema:honorificPrefix"}, - "honorificSuffix": { "@id": "schema:honorificSuffix"}, - "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"}, - "hostingOrganization": { "@id": "schema:hostingOrganization"}, - "hoursAvailable": { "@id": "schema:hoursAvailable"}, - "howPerformed": { "@id": "schema:howPerformed"}, - "httpMethod": { "@id": "schema:httpMethod"}, - "iataCode": { "@id": "schema:iataCode"}, - "icaoCode": { "@id": "schema:icaoCode"}, - "identifier": { "@id": "schema:identifier", "@type": "@id"}, - "identifyingExam": { "@id": "schema:identifyingExam"}, - "identifyingTest": { "@id": "schema:identifyingTest"}, - "illustrator": { "@id": "schema:illustrator"}, - "image": { "@id": "schema:image", "@type": "@id"}, - "imagingTechnique": { "@id": "schema:imagingTechnique"}, - "inAlbum": { "@id": "schema:inAlbum"}, - "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"}, - "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"}, - "inLanguage": { "@id": "schema:inLanguage"}, - "inPlaylist": { "@id": "schema:inPlaylist"}, - "inSupportOf": { "@id": "schema:inSupportOf"}, - "incentiveCompensation": { "@id": "schema:incentiveCompensation"}, - "incentives": { "@id": "schema:incentives"}, - "includedComposition": { "@id": "schema:includedComposition"}, - "includedDataCatalog": { "@id": "schema:includedDataCatalog"}, - "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"}, - "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"}, - "includedRiskFactor": { "@id": "schema:includedRiskFactor"}, - "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"}, - "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"}, - "includesObject": { "@id": "schema:includesObject"}, - "increasesRiskOf": { "@id": "schema:increasesRiskOf"}, - "indication": { "@id": "schema:indication"}, - "industry": { "@id": "schema:industry"}, - "ineligibleRegion": { "@id": "schema:ineligibleRegion"}, - "infectiousAgent": { "@id": "schema:infectiousAgent"}, - "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"}, - "ingredients": { "@id": "schema:ingredients"}, - "inker": { "@id": "schema:inker"}, - "insertion": { "@id": "schema:insertion"}, - "installUrl": { "@id": "schema:installUrl", "@type": "@id"}, - "instructor": { "@id": "schema:instructor"}, - "instrument": { "@id": "schema:instrument"}, - "intensity": { "@id": "schema:intensity"}, - "interactingDrug": { "@id": "schema:interactingDrug"}, - "interactionCount": { "@id": "schema:interactionCount"}, - "interactionService": { "@id": "schema:interactionService"}, - "interactionStatistic": { "@id": "schema:interactionStatistic"}, - "interactionType": { "@id": "schema:interactionType"}, - "interactivityType": { "@id": "schema:interactivityType"}, - "interestRate": { "@id": "schema:interestRate"}, - "inventoryLevel": { "@id": "schema:inventoryLevel"}, - "inverseOf": { "@id": "schema:inverseOf"}, - "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"}, - "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"}, - "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"}, - "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"}, - "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"}, - "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"}, - "isConsumableFor": { "@id": "schema:isConsumableFor"}, - "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"}, - "isGift": { "@id": "schema:isGift"}, - "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"}, - "isPartOf": { "@id": "schema:isPartOf"}, - "isProprietary": { "@id": "schema:isProprietary"}, - "isRelatedTo": { "@id": "schema:isRelatedTo"}, - "isSimilarTo": { "@id": "schema:isSimilarTo"}, - "isVariantOf": { "@id": "schema:isVariantOf"}, - "isbn": { "@id": "schema:isbn"}, - "isicV4": { "@id": "schema:isicV4"}, - "isrcCode": { "@id": "schema:isrcCode"}, - "issn": { "@id": "schema:issn"}, - "issueNumber": { "@id": "schema:issueNumber"}, - "issuedBy": { "@id": "schema:issuedBy"}, - "issuedThrough": { "@id": "schema:issuedThrough"}, - "iswcCode": { "@id": "schema:iswcCode"}, - "item": { "@id": "schema:item"}, - "itemCondition": { "@id": "schema:itemCondition"}, - "itemListElement": { "@id": "schema:itemListElement"}, - "itemListOrder": { "@id": "schema:itemListOrder"}, - "itemOffered": { "@id": "schema:itemOffered"}, - "itemReviewed": { "@id": "schema:itemReviewed"}, - "itemShipped": { "@id": "schema:itemShipped"}, - "jobBenefits": { "@id": "schema:jobBenefits"}, - "jobLocation": { "@id": "schema:jobLocation"}, - "jobTitle": { "@id": "schema:jobTitle"}, - "keywords": { "@id": "schema:keywords"}, - "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"}, - "knows": { "@id": "schema:knows"}, - "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"}, - "landlord": { "@id": "schema:landlord"}, - "language": { "@id": "schema:language"}, - "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"}, - "latitude": { "@id": "schema:latitude"}, - "learningResourceType": { "@id": "schema:learningResourceType"}, - "legalName": { "@id": "schema:legalName"}, - "legalStatus": { "@id": "schema:legalStatus"}, - "legislationApplies": { "@id": "schema:legislationApplies"}, - "legislationChanges": { "@id": "schema:legislationChanges"}, - "legislationConsolidates": { "@id": "schema:legislationConsolidates"}, - "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"}, - "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"}, - "legislationIdentifier": { "@id": "schema:legislationIdentifier"}, - "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"}, - "legislationLegalForce": { "@id": "schema:legislationLegalForce"}, - "legislationLegalValue": { "@id": "schema:legislationLegalValue"}, - "legislationPassedBy": { "@id": "schema:legislationPassedBy"}, - "legislationResponsible": { "@id": "schema:legislationResponsible"}, - "legislationTransposes": { "@id": "schema:legislationTransposes"}, - "legislationType": { "@id": "schema:legislationType"}, - "leiCode": { "@id": "schema:leiCode"}, - "lender": { "@id": "schema:lender"}, - "lesser": { "@id": "schema:lesser"}, - "lesserOrEqual": { "@id": "schema:lesserOrEqual"}, - "letterer": { "@id": "schema:letterer"}, - "license": { "@id": "schema:license", "@type": "@id"}, - "line": { "@id": "schema:line"}, - "linkRelationship": { "@id": "schema:linkRelationship"}, - "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"}, - "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"}, - "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"}, - "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"}, - "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"}, - "loanTerm": { "@id": "schema:loanTerm"}, - "loanType": { "@id": "schema:loanType", "@type": "@id"}, - "location": { "@id": "schema:location"}, - "locationCreated": { "@id": "schema:locationCreated"}, - "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"}, - "lodgingUnitType": { "@id": "schema:lodgingUnitType"}, - "logo": { "@id": "schema:logo", "@type": "@id"}, - "longitude": { "@id": "schema:longitude"}, - "loser": { "@id": "schema:loser"}, - "lowPrice": { "@id": "schema:lowPrice"}, - "lyricist": { "@id": "schema:lyricist"}, - "lyrics": { "@id": "schema:lyrics"}, - "mainContentOfPage": { "@id": "schema:mainContentOfPage"}, - "mainEntity": { "@id": "schema:mainEntity"}, - "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"}, - "makesOffer": { "@id": "schema:makesOffer"}, - "manufacturer": { "@id": "schema:manufacturer"}, - "map": { "@id": "schema:map", "@type": "@id"}, - "mapType": { "@id": "schema:mapType"}, - "maps": { "@id": "schema:maps", "@type": "@id"}, - "masthead": { "@id": "schema:masthead", "@type": "@id"}, - "material": { "@id": "schema:material", "@type": "@id"}, - "maxPrice": { "@id": "schema:maxPrice"}, - "maxValue": { "@id": "schema:maxValue"}, - "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"}, - "maximumIntake": { "@id": "schema:maximumIntake"}, - "mealService": { "@id": "schema:mealService"}, - "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"}, - "mechanismOfAction": { "@id": "schema:mechanismOfAction"}, - "median": { "@id": "schema:median"}, - "medicalSpecialty": { "@id": "schema:medicalSpecialty"}, - "medicineSystem": { "@id": "schema:medicineSystem"}, - "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"}, - "member": { "@id": "schema:member"}, - "memberOf": { "@id": "schema:memberOf"}, - "members": { "@id": "schema:members"}, - "membershipNumber": { "@id": "schema:membershipNumber"}, - "memoryRequirements": { "@id": "schema:memoryRequirements", "@type": "@id"}, - "mentions": { "@id": "schema:mentions"}, - "menu": { "@id": "schema:menu", "@type": "@id"}, - "menuAddOn": { "@id": "schema:menuAddOn"}, - "merchant": { "@id": "schema:merchant"}, - "messageAttachment": { "@id": "schema:messageAttachment"}, - "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"}, - "minPrice": { "@id": "schema:minPrice"}, - "minValue": { "@id": "schema:minValue"}, - "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"}, - "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"}, - "model": { "@id": "schema:model"}, - "modelDate": { "@id": "schema:modelDate", "@type": "Date"}, - "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"}, - "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"}, - "mpn": { "@id": "schema:mpn"}, - "multipleValues": { "@id": "schema:multipleValues"}, - "muscleAction": { "@id": "schema:muscleAction"}, - "musicArrangement": { "@id": "schema:musicArrangement"}, - "musicBy": { "@id": "schema:musicBy"}, - "musicCompositionForm": { "@id": "schema:musicCompositionForm"}, - "musicGroupMember": { "@id": "schema:musicGroupMember"}, - "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"}, - "musicalKey": { "@id": "schema:musicalKey"}, - "naics": { "@id": "schema:naics"}, - "name": { "@id": "schema:name"}, - "namedPosition": { "@id": "schema:namedPosition", "@type": "@id"}, - "nationality": { "@id": "schema:nationality"}, - "naturalProgression": { "@id": "schema:naturalProgression"}, - "nerve": { "@id": "schema:nerve"}, - "nerveMotor": { "@id": "schema:nerveMotor"}, - "netWorth": { "@id": "schema:netWorth"}, - "nextItem": { "@id": "schema:nextItem"}, - "nonEqual": { "@id": "schema:nonEqual"}, - "nonProprietaryName": { "@id": "schema:nonProprietaryName"}, - "normalRange": { "@id": "schema:normalRange"}, - "numAdults": { "@id": "schema:numAdults"}, - "numChildren": { "@id": "schema:numChildren"}, - "numTracks": { "@id": "schema:numTracks"}, - "numberOfAirbags": { "@id": "schema:numberOfAirbags"}, - "numberOfAxles": { "@id": "schema:numberOfAxles"}, - "numberOfBeds": { "@id": "schema:numberOfBeds"}, - "numberOfDoors": { "@id": "schema:numberOfDoors"}, - "numberOfEmployees": { "@id": "schema:numberOfEmployees"}, - "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"}, - "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"}, - "numberOfItems": { "@id": "schema:numberOfItems"}, - "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"}, - "numberOfPages": { "@id": "schema:numberOfPages"}, - "numberOfPlayers": { "@id": "schema:numberOfPlayers"}, - "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"}, - "numberOfRooms": { "@id": "schema:numberOfRooms"}, - "numberOfSeasons": { "@id": "schema:numberOfSeasons"}, - "numberedPosition": { "@id": "schema:numberedPosition"}, - "nutrition": { "@id": "schema:nutrition"}, - "object": { "@id": "schema:object"}, - "occupancy": { "@id": "schema:occupancy"}, - "occupationLocation": { "@id": "schema:occupationLocation"}, - "occupationalCategory": { "@id": "schema:occupationalCategory"}, - "offerCount": { "@id": "schema:offerCount"}, - "offeredBy": { "@id": "schema:offeredBy"}, - "offers": { "@id": "schema:offers"}, - "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"}, - "openingHours": { "@id": "schema:openingHours"}, - "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"}, - "opens": { "@id": "schema:opens"}, - "operatingSystem": { "@id": "schema:operatingSystem"}, - "opponent": { "@id": "schema:opponent"}, - "option": { "@id": "schema:option"}, - "orderDate": { "@id": "schema:orderDate", "@type": "DateTime"}, - "orderDelivery": { "@id": "schema:orderDelivery"}, - "orderItemNumber": { "@id": "schema:orderItemNumber"}, - "orderItemStatus": { "@id": "schema:orderItemStatus"}, - "orderNumber": { "@id": "schema:orderNumber"}, - "orderQuantity": { "@id": "schema:orderQuantity"}, - "orderStatus": { "@id": "schema:orderStatus"}, - "orderedItem": { "@id": "schema:orderedItem"}, - "organizer": { "@id": "schema:organizer"}, - "origin": { "@id": "schema:origin"}, - "originAddress": { "@id": "schema:originAddress"}, - "originatesFrom": { "@id": "schema:originatesFrom"}, - "outcome": { "@id": "schema:outcome"}, - "overdosage": { "@id": "schema:overdosage"}, - "overview": { "@id": "schema:overview"}, - "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"}, - "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"}, - "owns": { "@id": "schema:owns"}, - "pageEnd": { "@id": "schema:pageEnd"}, - "pageStart": { "@id": "schema:pageStart"}, - "pagination": { "@id": "schema:pagination"}, - "parent": { "@id": "schema:parent"}, - "parentItem": { "@id": "schema:parentItem"}, - "parentOrganization": { "@id": "schema:parentOrganization"}, - "parentService": { "@id": "schema:parentService"}, - "parents": { "@id": "schema:parents"}, - "partOfEpisode": { "@id": "schema:partOfEpisode"}, - "partOfInvoice": { "@id": "schema:partOfInvoice"}, - "partOfOrder": { "@id": "schema:partOfOrder"}, - "partOfSeason": { "@id": "schema:partOfSeason"}, - "partOfSeries": { "@id": "schema:partOfSeries"}, - "partOfSystem": { "@id": "schema:partOfSystem"}, - "partOfTVSeries": { "@id": "schema:partOfTVSeries"}, - "participant": { "@id": "schema:participant"}, - "partySize": { "@id": "schema:partySize"}, - "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"}, - "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"}, - "pathophysiology": { "@id": "schema:pathophysiology"}, - "payload": { "@id": "schema:payload"}, - "paymentAccepted": { "@id": "schema:paymentAccepted"}, - "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"}, - "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "DateTime"}, - "paymentMethod": { "@id": "schema:paymentMethod"}, - "paymentMethodId": { "@id": "schema:paymentMethodId"}, - "paymentStatus": { "@id": "schema:paymentStatus"}, - "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"}, - "penciler": { "@id": "schema:penciler"}, - "percentile10": { "@id": "schema:percentile10"}, - "percentile25": { "@id": "schema:percentile25"}, - "percentile75": { "@id": "schema:percentile75"}, - "percentile90": { "@id": "schema:percentile90"}, - "performTime": { "@id": "schema:performTime"}, - "performer": { "@id": "schema:performer"}, - "performerIn": { "@id": "schema:performerIn"}, - "performers": { "@id": "schema:performers"}, - "permissionType": { "@id": "schema:permissionType"}, - "permissions": { "@id": "schema:permissions"}, - "permitAudience": { "@id": "schema:permitAudience"}, - "permittedUsage": { "@id": "schema:permittedUsage"}, - "petsAllowed": { "@id": "schema:petsAllowed"}, - "phase": { "@id": "schema:phase"}, - "photo": { "@id": "schema:photo"}, - "photos": { "@id": "schema:photos"}, - "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"}, - "pickupLocation": { "@id": "schema:pickupLocation"}, - "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"}, - "playMode": { "@id": "schema:playMode"}, - "playerType": { "@id": "schema:playerType"}, - "playersOnline": { "@id": "schema:playersOnline"}, - "polygon": { "@id": "schema:polygon"}, - "population": { "@id": "schema:population"}, - "position": { "@id": "schema:position"}, - "possibleComplication": { "@id": "schema:possibleComplication"}, - "possibleTreatment": { "@id": "schema:possibleTreatment"}, - "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"}, - "postOp": { "@id": "schema:postOp"}, - "postalCode": { "@id": "schema:postalCode"}, - "potentialAction": { "@id": "schema:potentialAction"}, - "preOp": { "@id": "schema:preOp"}, - "predecessorOf": { "@id": "schema:predecessorOf"}, - "pregnancyCategory": { "@id": "schema:pregnancyCategory"}, - "pregnancyWarning": { "@id": "schema:pregnancyWarning"}, - "prepTime": { "@id": "schema:prepTime"}, - "preparation": { "@id": "schema:preparation"}, - "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"}, - "prescriptionStatus": { "@id": "schema:prescriptionStatus"}, - "previousItem": { "@id": "schema:previousItem"}, - "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"}, - "price": { "@id": "schema:price"}, - "priceComponent": { "@id": "schema:priceComponent"}, - "priceCurrency": { "@id": "schema:priceCurrency"}, - "priceRange": { "@id": "schema:priceRange"}, - "priceSpecification": { "@id": "schema:priceSpecification"}, - "priceType": { "@id": "schema:priceType"}, - "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"}, - "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"}, - "primaryPrevention": { "@id": "schema:primaryPrevention"}, - "printColumn": { "@id": "schema:printColumn"}, - "printEdition": { "@id": "schema:printEdition"}, - "printPage": { "@id": "schema:printPage"}, - "printSection": { "@id": "schema:printSection"}, - "procedure": { "@id": "schema:procedure"}, - "procedureType": { "@id": "schema:procedureType"}, - "processingTime": { "@id": "schema:processingTime"}, - "processorRequirements": { "@id": "schema:processorRequirements"}, - "producer": { "@id": "schema:producer"}, - "produces": { "@id": "schema:produces"}, - "productID": { "@id": "schema:productID"}, - "productSupported": { "@id": "schema:productSupported"}, - "productionCompany": { "@id": "schema:productionCompany"}, - "productionDate": { "@id": "schema:productionDate", "@type": "Date"}, - "proficiencyLevel": { "@id": "schema:proficiencyLevel"}, - "programMembershipUsed": { "@id": "schema:programMembershipUsed"}, - "programName": { "@id": "schema:programName"}, - "programmingLanguage": { "@id": "schema:programmingLanguage"}, - "programmingModel": { "@id": "schema:programmingModel"}, - "propertyID": { "@id": "schema:propertyID", "@type": "@id"}, - "proprietaryName": { "@id": "schema:proprietaryName"}, - "proteinContent": { "@id": "schema:proteinContent"}, - "provider": { "@id": "schema:provider"}, - "providerMobility": { "@id": "schema:providerMobility"}, - "providesBroadcastService": { "@id": "schema:providesBroadcastService"}, - "providesService": { "@id": "schema:providesService"}, - "publicAccess": { "@id": "schema:publicAccess"}, - "publication": { "@id": "schema:publication"}, - "publicationType": { "@id": "schema:publicationType"}, - "publishedBy": { "@id": "schema:publishedBy"}, - "publishedOn": { "@id": "schema:publishedOn"}, - "publisher": { "@id": "schema:publisher"}, - "publisherImprint": { "@id": "schema:publisherImprint"}, - "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"}, - "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"}, - "purpose": { "@id": "schema:purpose"}, - "qualifications": { "@id": "schema:qualifications"}, - "query": { "@id": "schema:query"}, - "quest": { "@id": "schema:quest"}, - "question": { "@id": "schema:question"}, - "rangeIncludes": { "@id": "schema:rangeIncludes"}, - "ratingCount": { "@id": "schema:ratingCount"}, - "ratingValue": { "@id": "schema:ratingValue"}, - "readBy": { "@id": "schema:readBy"}, - "readonlyValue": { "@id": "schema:readonlyValue"}, - "realEstateAgent": { "@id": "schema:realEstateAgent"}, - "recipe": { "@id": "schema:recipe"}, - "recipeCategory": { "@id": "schema:recipeCategory"}, - "recipeCuisine": { "@id": "schema:recipeCuisine"}, - "recipeIngredient": { "@id": "schema:recipeIngredient"}, - "recipeInstructions": { "@id": "schema:recipeInstructions"}, - "recipeYield": { "@id": "schema:recipeYield"}, - "recipient": { "@id": "schema:recipient"}, - "recognizingAuthority": { "@id": "schema:recognizingAuthority"}, - "recommendationStrength": { "@id": "schema:recommendationStrength"}, - "recommendedIntake": { "@id": "schema:recommendedIntake"}, - "recordLabel": { "@id": "schema:recordLabel"}, - "recordedAs": { "@id": "schema:recordedAs"}, - "recordedAt": { "@id": "schema:recordedAt"}, - "recordedIn": { "@id": "schema:recordedIn"}, - "recordingOf": { "@id": "schema:recordingOf"}, - "recourseLoan": { "@id": "schema:recourseLoan"}, - "referenceQuantity": { "@id": "schema:referenceQuantity"}, - "referencesOrder": { "@id": "schema:referencesOrder"}, - "regionDrained": { "@id": "schema:regionDrained"}, - "regionsAllowed": { "@id": "schema:regionsAllowed"}, - "relatedAnatomy": { "@id": "schema:relatedAnatomy"}, - "relatedCondition": { "@id": "schema:relatedCondition"}, - "relatedDrug": { "@id": "schema:relatedDrug"}, - "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"}, - "relatedStructure": { "@id": "schema:relatedStructure"}, - "relatedTherapy": { "@id": "schema:relatedTherapy"}, - "relatedTo": { "@id": "schema:relatedTo"}, - "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"}, - "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"}, - "releaseOf": { "@id": "schema:releaseOf"}, - "releasedEvent": { "@id": "schema:releasedEvent"}, - "relevantOccupation": { "@id": "schema:relevantOccupation"}, - "relevantSpecialty": { "@id": "schema:relevantSpecialty"}, - "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"}, - "renegotiableLoan": { "@id": "schema:renegotiableLoan"}, - "repeatCount": { "@id": "schema:repeatCount"}, - "repeatFrequency": { "@id": "schema:repeatFrequency"}, - "repetitions": { "@id": "schema:repetitions"}, - "replacee": { "@id": "schema:replacee"}, - "replacer": { "@id": "schema:replacer"}, - "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"}, - "reportNumber": { "@id": "schema:reportNumber"}, - "representativeOfPage": { "@id": "schema:representativeOfPage"}, - "requiredCollateral": { "@id": "schema:requiredCollateral"}, - "requiredGender": { "@id": "schema:requiredGender"}, - "requiredMaxAge": { "@id": "schema:requiredMaxAge"}, - "requiredMinAge": { "@id": "schema:requiredMinAge"}, - "requiredQuantity": { "@id": "schema:requiredQuantity"}, - "requirements": { "@id": "schema:requirements", "@type": "@id"}, - "requiresSubscription": { "@id": "schema:requiresSubscription"}, - "reservationFor": { "@id": "schema:reservationFor"}, - "reservationId": { "@id": "schema:reservationId"}, - "reservationStatus": { "@id": "schema:reservationStatus"}, - "reservedTicket": { "@id": "schema:reservedTicket"}, - "responsibilities": { "@id": "schema:responsibilities"}, - "restPeriods": { "@id": "schema:restPeriods"}, - "result": { "@id": "schema:result"}, - "resultComment": { "@id": "schema:resultComment"}, - "resultReview": { "@id": "schema:resultReview"}, - "review": { "@id": "schema:review"}, - "reviewAspect": { "@id": "schema:reviewAspect"}, - "reviewBody": { "@id": "schema:reviewBody"}, - "reviewCount": { "@id": "schema:reviewCount"}, - "reviewRating": { "@id": "schema:reviewRating"}, - "reviewedBy": { "@id": "schema:reviewedBy"}, - "reviews": { "@id": "schema:reviews"}, - "riskFactor": { "@id": "schema:riskFactor"}, - "risks": { "@id": "schema:risks"}, - "roleName": { "@id": "schema:roleName", "@type": "@id"}, - "roofLoad": { "@id": "schema:roofLoad"}, - "rsvpResponse": { "@id": "schema:rsvpResponse"}, - "runsTo": { "@id": "schema:runsTo"}, - "runtime": { "@id": "schema:runtime"}, - "runtimePlatform": { "@id": "schema:runtimePlatform"}, - "rxcui": { "@id": "schema:rxcui"}, - "safetyConsideration": { "@id": "schema:safetyConsideration"}, - "salaryCurrency": { "@id": "schema:salaryCurrency"}, - "sameAs": { "@id": "schema:sameAs", "@type": "@id"}, - "sampleType": { "@id": "schema:sampleType"}, - "saturatedFatContent": { "@id": "schema:saturatedFatContent"}, - "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"}, - "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"}, - "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"}, - "screenCount": { "@id": "schema:screenCount"}, - "screenshot": { "@id": "schema:screenshot", "@type": "@id"}, - "season": { "@id": "schema:season"}, - "seasonNumber": { "@id": "schema:seasonNumber"}, - "seasons": { "@id": "schema:seasons"}, - "seatNumber": { "@id": "schema:seatNumber"}, - "seatRow": { "@id": "schema:seatRow"}, - "seatSection": { "@id": "schema:seatSection"}, - "seatingCapacity": { "@id": "schema:seatingCapacity"}, - "seatingType": { "@id": "schema:seatingType"}, - "secondaryPrevention": { "@id": "schema:secondaryPrevention"}, - "securityScreening": { "@id": "schema:securityScreening"}, - "seeks": { "@id": "schema:seeks"}, - "seller": { "@id": "schema:seller"}, - "sender": { "@id": "schema:sender"}, - "sensoryUnit": { "@id": "schema:sensoryUnit"}, - "serialNumber": { "@id": "schema:serialNumber"}, - "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"}, - "serverStatus": { "@id": "schema:serverStatus"}, - "servesCuisine": { "@id": "schema:servesCuisine"}, - "serviceArea": { "@id": "schema:serviceArea"}, - "serviceAudience": { "@id": "schema:serviceAudience"}, - "serviceLocation": { "@id": "schema:serviceLocation"}, - "serviceOperator": { "@id": "schema:serviceOperator"}, - "serviceOutput": { "@id": "schema:serviceOutput"}, - "servicePhone": { "@id": "schema:servicePhone"}, - "servicePostalAddress": { "@id": "schema:servicePostalAddress"}, - "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"}, - "serviceType": { "@id": "schema:serviceType"}, - "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"}, - "servingSize": { "@id": "schema:servingSize"}, - "sharedContent": { "@id": "schema:sharedContent"}, - "sibling": { "@id": "schema:sibling"}, - "siblings": { "@id": "schema:siblings"}, - "signDetected": { "@id": "schema:signDetected"}, - "signOrSymptom": { "@id": "schema:signOrSymptom"}, - "significance": { "@id": "schema:significance"}, - "significantLink": { "@id": "schema:significantLink", "@type": "@id"}, - "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"}, - "skills": { "@id": "schema:skills"}, - "sku": { "@id": "schema:sku"}, - "smokingAllowed": { "@id": "schema:smokingAllowed"}, - "sodiumContent": { "@id": "schema:sodiumContent"}, - "softwareAddOn": { "@id": "schema:softwareAddOn"}, - "softwareHelp": { "@id": "schema:softwareHelp"}, - "softwareRequirements": { "@id": "schema:softwareRequirements", "@type": "@id"}, - "softwareVersion": { "@id": "schema:softwareVersion"}, - "source": { "@id": "schema:source"}, - "sourceOrganization": { "@id": "schema:sourceOrganization"}, - "sourcedFrom": { "@id": "schema:sourcedFrom"}, - "spatial": { "@id": "schema:spatial"}, - "spatialCoverage": { "@id": "schema:spatialCoverage"}, - "speakable": { "@id": "schema:speakable", "@type": "@id"}, - "specialCommitments": { "@id": "schema:specialCommitments"}, - "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"}, - "specialty": { "@id": "schema:specialty"}, - "speed": { "@id": "schema:speed"}, - "spokenByCharacter": { "@id": "schema:spokenByCharacter"}, - "sponsor": { "@id": "schema:sponsor"}, - "sport": { "@id": "schema:sport", "@type": "@id"}, - "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"}, - "sportsEvent": { "@id": "schema:sportsEvent"}, - "sportsTeam": { "@id": "schema:sportsTeam"}, - "spouse": { "@id": "schema:spouse"}, - "stage": { "@id": "schema:stage"}, - "stageAsNumber": { "@id": "schema:stageAsNumber"}, - "starRating": { "@id": "schema:starRating"}, - "startDate": { "@id": "schema:startDate", "@type": "Date"}, - "startTime": { "@id": "schema:startTime", "@type": "DateTime"}, - "status": { "@id": "schema:status"}, - "steeringPosition": { "@id": "schema:steeringPosition"}, - "step": { "@id": "schema:step"}, - "stepValue": { "@id": "schema:stepValue"}, - "steps": { "@id": "schema:steps"}, - "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"}, - "streetAddress": { "@id": "schema:streetAddress"}, - "strengthUnit": { "@id": "schema:strengthUnit"}, - "strengthValue": { "@id": "schema:strengthValue"}, - "structuralClass": { "@id": "schema:structuralClass"}, - "study": { "@id": "schema:study"}, - "studyDesign": { "@id": "schema:studyDesign"}, - "studyLocation": { "@id": "schema:studyLocation"}, - "studySubject": { "@id": "schema:studySubject"}, - "stupidProperty": { "@id": "schema:stupidProperty"}, - "subEvent": { "@id": "schema:subEvent"}, - "subEvents": { "@id": "schema:subEvents"}, - "subOrganization": { "@id": "schema:subOrganization"}, - "subReservation": { "@id": "schema:subReservation"}, - "subStageSuffix": { "@id": "schema:subStageSuffix"}, - "subStructure": { "@id": "schema:subStructure"}, - "subTest": { "@id": "schema:subTest"}, - "subjectOf": { "@id": "schema:subjectOf"}, - "subtitleLanguage": { "@id": "schema:subtitleLanguage"}, - "subtype": { "@id": "schema:subtype"}, - "successorOf": { "@id": "schema:successorOf"}, - "sugarContent": { "@id": "schema:sugarContent"}, - "suggestedAnswer": { "@id": "schema:suggestedAnswer"}, - "suggestedGender": { "@id": "schema:suggestedGender"}, - "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"}, - "suggestedMinAge": { "@id": "schema:suggestedMinAge"}, - "suitableForDiet": { "@id": "schema:suitableForDiet"}, - "superEvent": { "@id": "schema:superEvent"}, - "supersededBy": { "@id": "schema:supersededBy"}, - "supply": { "@id": "schema:supply"}, - "supplyTo": { "@id": "schema:supplyTo"}, - "supportingData": { "@id": "schema:supportingData"}, - "surface": { "@id": "schema:surface", "@type": "@id"}, - "target": { "@id": "schema:target"}, - "targetCollection": { "@id": "schema:targetCollection"}, - "targetDescription": { "@id": "schema:targetDescription"}, - "targetName": { "@id": "schema:targetName"}, - "targetPlatform": { "@id": "schema:targetPlatform"}, - "targetPopulation": { "@id": "schema:targetPopulation"}, - "targetProduct": { "@id": "schema:targetProduct"}, - "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"}, - "taxID": { "@id": "schema:taxID"}, - "telephone": { "@id": "schema:telephone"}, - "temporal": { "@id": "schema:temporal", "@type": "DateTime"}, - "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"}, - "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"}, - "text": { "@id": "schema:text"}, - "thumbnail": { "@id": "schema:thumbnail"}, - "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"}, - "tickerSymbol": { "@id": "schema:tickerSymbol"}, - "ticketNumber": { "@id": "schema:ticketNumber"}, - "ticketToken": { "@id": "schema:ticketToken", "@type": "@id"}, - "ticketedSeat": { "@id": "schema:ticketedSeat"}, - "timeRequired": { "@id": "schema:timeRequired"}, - "tissueSample": { "@id": "schema:tissueSample"}, - "title": { "@id": "schema:title"}, - "toLocation": { "@id": "schema:toLocation"}, - "toRecipient": { "@id": "schema:toRecipient"}, - "tongueWeight": { "@id": "schema:tongueWeight"}, - "tool": { "@id": "schema:tool"}, - "torque": { "@id": "schema:torque"}, - "totalPaymentDue": { "@id": "schema:totalPaymentDue"}, - "totalPrice": { "@id": "schema:totalPrice"}, - "totalTime": { "@id": "schema:totalTime"}, - "touristType": { "@id": "schema:touristType"}, - "track": { "@id": "schema:track"}, - "trackingNumber": { "@id": "schema:trackingNumber"}, - "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"}, - "tracks": { "@id": "schema:tracks"}, - "trailer": { "@id": "schema:trailer"}, - "trailerWeight": { "@id": "schema:trailerWeight"}, - "trainName": { "@id": "schema:trainName"}, - "trainNumber": { "@id": "schema:trainNumber"}, - "transFatContent": { "@id": "schema:transFatContent"}, - "transcript": { "@id": "schema:transcript"}, - "translationOfWork": { "@id": "schema:translationOfWork"}, - "translator": { "@id": "schema:translator"}, - "transmissionMethod": { "@id": "schema:transmissionMethod"}, - "trialDesign": { "@id": "schema:trialDesign"}, - "tributary": { "@id": "schema:tributary"}, - "typeOfBed": { "@id": "schema:typeOfBed"}, - "typeOfGood": { "@id": "schema:typeOfGood"}, - "typicalAgeRange": { "@id": "schema:typicalAgeRange"}, - "typicalTest": { "@id": "schema:typicalTest"}, - "underName": { "@id": "schema:underName"}, - "unitCode": { "@id": "schema:unitCode", "@type": "@id"}, - "unitText": { "@id": "schema:unitText"}, - "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"}, - "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"}, - "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"}, - "upvoteCount": { "@id": "schema:upvoteCount"}, - "url": { "@id": "schema:url", "@type": "@id"}, - "urlTemplate": { "@id": "schema:urlTemplate"}, - "usedToDiagnose": { "@id": "schema:usedToDiagnose"}, - "userInteractionCount": { "@id": "schema:userInteractionCount"}, - "usesDevice": { "@id": "schema:usesDevice"}, - "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard", "@type": "@id"}, - "validFor": { "@id": "schema:validFor"}, - "validFrom": { "@id": "schema:validFrom", "@type": "DateTime"}, - "validIn": { "@id": "schema:validIn"}, - "validThrough": { "@id": "schema:validThrough", "@type": "DateTime"}, - "validUntil": { "@id": "schema:validUntil", "@type": "Date"}, - "value": { "@id": "schema:value"}, - "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"}, - "valueMaxLength": { "@id": "schema:valueMaxLength"}, - "valueMinLength": { "@id": "schema:valueMinLength"}, - "valueName": { "@id": "schema:valueName"}, - "valuePattern": { "@id": "schema:valuePattern"}, - "valueReference": { "@id": "schema:valueReference"}, - "valueRequired": { "@id": "schema:valueRequired"}, - "variableMeasured": { "@id": "schema:variableMeasured"}, - "variablesMeasured": { "@id": "schema:variablesMeasured"}, - "variantCover": { "@id": "schema:variantCover"}, - "vatID": { "@id": "schema:vatID"}, - "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"}, - "vehicleEngine": { "@id": "schema:vehicleEngine"}, - "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"}, - "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"}, - "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"}, - "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"}, - "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"}, - "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"}, - "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"}, - "vendor": { "@id": "schema:vendor"}, - "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"}, - "version": { "@id": "schema:version"}, - "video": { "@id": "schema:video"}, - "videoFormat": { "@id": "schema:videoFormat"}, - "videoFrameSize": { "@id": "schema:videoFrameSize"}, - "videoQuality": { "@id": "schema:videoQuality"}, - "volumeNumber": { "@id": "schema:volumeNumber"}, - "warning": { "@id": "schema:warning", "@type": "@id"}, - "warranty": { "@id": "schema:warranty"}, - "warrantyPromise": { "@id": "schema:warrantyPromise"}, - "warrantyScope": { "@id": "schema:warrantyScope"}, - "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"}, - "weight": { "@id": "schema:weight"}, - "weightTotal": { "@id": "schema:weightTotal"}, - "wheelbase": { "@id": "schema:wheelbase"}, - "width": { "@id": "schema:width"}, - "winner": { "@id": "schema:winner"}, - "wordCount": { "@id": "schema:wordCount"}, - "workExample": { "@id": "schema:workExample"}, - "workFeatured": { "@id": "schema:workFeatured"}, - "workHours": { "@id": "schema:workHours"}, - "workLocation": { "@id": "schema:workLocation"}, - "workPerformed": { "@id": "schema:workPerformed"}, - "workPresented": { "@id": "schema:workPresented"}, - "workTranslation": { "@id": "schema:workTranslation"}, - "workload": { "@id": "schema:workload"}, - "worksFor": { "@id": "schema:worksFor"}, - "worstRating": { "@id": "schema:worstRating"}, - "xpath": { "@id": "schema:xpath"}, - "yearlyRevenue": { "@id": "schema:yearlyRevenue"}, - "yearsInOperation": { "@id": "schema:yearsInOperation"}, - "yield": { "@id": "schema:yield"} - } - } - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:32 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_ris.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_ris.yml deleted file mode 100644 index 9bb9de310..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_ris.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/301 - body: - encoding: UTF-8 - string: '{"id":301,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:06.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST278","updated":"2018-07-05T05:13:06.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/301" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"301","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:06 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/229 - body: - encoding: UTF-8 - string: '{"id":229,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:06.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST278.TEST235","updated":"2018-07-05T05:13:06.000-04:00","version":0,"allocator":301,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/229" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"229","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:06 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_schema_org.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_schema_org.yml deleted file mode 100644 index 9140f3229..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_schema_org.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/302 - body: - encoding: UTF-8 - string: '{"id":302,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:06.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST279","updated":"2018-07-05T05:13:06.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/302" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"302","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:06 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/230 - body: - encoding: UTF-8 - string: '{"id":230,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:06.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST279.TEST236","updated":"2018-07-05T05:13:06.000-04:00","version":0,"allocator":302,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/230" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"230","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:06 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_turtle.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_turtle.yml deleted file mode 100644 index e90bd99a4..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/generates_turtle.yml +++ /dev/null @@ -1,4777 +0,0 @@ ---- -http_interactions: -- request: - method: get - uri: http://schema.org/ - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - response: - status: - code: 302 - message: Found - headers: - Content-Type: - - text/html; charset=utf-8 - Access-Control-Allow-Origin: - - "*" - Location: - - http://schema.org/docs/jsonldcontext.json - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - e8766d2767ba4c0e2f33dd57b127c555 - Date: - - Sun, 11 Mar 2018 20:39:35 GMT - Server: - - Google Frontend - Content-Length: - - '0' - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:36 GMT -- request: - method: get - uri: http://schema.org/docs/jsonldcontext.json - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - Cookie: - - GOOGAPPUID=3-4pre - response: - status: - code: 200 - message: OK - headers: - Access-Control-Allow-Origin: - - "*" - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Content-Type: - - application/ld+json; charset=utf-8 - Etag: - - 24751180311203702a2048647386json - Last-Modified: - - Sun, 11 Mar 2018 20:37:02 UTC - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - 8e9df0fef36d4c06b8c4fb3c830b4001 - Date: - - Sun, 11 Mar 2018 20:39:35 GMT - Server: - - Google Frontend - Content-Length: - - '134320' - Expires: - - Sun, 11 Mar 2018 20:39:35 GMT - body: - encoding: UTF-8 - string: | - { - "@context": { - "type": "@type", - "id": "@id", - "@vocab": "http://schema.org/", - "schema": "http://schema.org/", - "cat": "http://www.w3.org/ns/dcat#", - "cc": "http://creativecommons.org/ns#", - "cnt": "http://www.w3.org/2008/content#", - "ctag": "http://commontag.org/ns#", - "dc": "http://purl.org/dc/terms/", - "dcat": "http://www.w3.org/ns/dcat#", - "dcterms": "http://purl.org/dc/terms/", - "describedby": "http://www.w3.org/2007/05/powder-s#describedby", - "earl": "http://www.w3.org/ns/earl#", - "foaf": "http://xmlns.com/foaf/0.1/", - "gldp": "http://www.w3.org/ns/people#", - "gr": "http://purl.org/goodrelations/v1#", - "grddl": "http://www.w3.org/2003/g/data-view#", - "ht": "http://www.w3.org/2006/http#", - "ical": "http://www.w3.org/2002/12/cal/icaltzd#", - "license": "http://www.w3.org/1999/xhtml/vocab#license", - "ma": "http://www.w3.org/ns/ma-ont#", - "og": "http://ogp.me/ns#", - "org": "http://www.w3.org/ns/org#", - "org": "http://www.w3.org/ns/org#", - "owl": "http://www.w3.org/2002/07/owl#", - "prov": "http://www.w3.org/ns/prov#", - "ptr": "http://www.w3.org/2009/pointers#", - "qb": "http://purl.org/linked-data/cube#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfa": "http://www.w3.org/ns/rdfa#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rev": "http://purl.org/stuff/rev#", - "rif": "http://www.w3.org/2007/rif#", - "role": "http://www.w3.org/1999/xhtml/vocab#role", - "rr": "http://www.w3.org/ns/r2rml#", - "sd": "http://www.w3.org/ns/sparql-service-description#", - "sioc": "http://rdfs.org/sioc/ns#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "skosxl": "http://www.w3.org/2008/05/skos-xl#", - "v": "http://rdf.data-vocabulary.org/#", - "vcard": "http://www.w3.org/2006/vcard/ns#", - "void": "http://rdfs.org/ns/void#", - "wdr": "http://www.w3.org/2007/05/powder#", - "wdrs": "http://www.w3.org/2007/05/powder-s#", - "xhv": "http://www.w3.org/1999/xhtml/vocab#", - "xml": "http://www.w3.org/XML/1998/namespace", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "AMRadioChannel": {"@id": "schema:AMRadioChannel"}, - "APIReference": {"@id": "schema:APIReference"}, - "Abdomen": {"@id": "schema:Abdomen"}, - "AboutPage": {"@id": "schema:AboutPage"}, - "AcceptAction": {"@id": "schema:AcceptAction"}, - "Accommodation": {"@id": "schema:Accommodation"}, - "AccountingService": {"@id": "schema:AccountingService"}, - "AchieveAction": {"@id": "schema:AchieveAction"}, - "Action": {"@id": "schema:Action"}, - "ActionStatusType": {"@id": "schema:ActionStatusType"}, - "ActivateAction": {"@id": "schema:ActivateAction"}, - "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"}, - "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"}, - "AddAction": {"@id": "schema:AddAction"}, - "AdministrativeArea": {"@id": "schema:AdministrativeArea"}, - "AdultEntertainment": {"@id": "schema:AdultEntertainment"}, - "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"}, - "AerobicActivity": {"@id": "schema:AerobicActivity"}, - "AggregateOffer": {"@id": "schema:AggregateOffer"}, - "AggregateRating": {"@id": "schema:AggregateRating"}, - "AgreeAction": {"@id": "schema:AgreeAction"}, - "Airline": {"@id": "schema:Airline"}, - "Airport": {"@id": "schema:Airport"}, - "AlbumRelease": {"@id": "schema:AlbumRelease"}, - "AlignmentObject": {"@id": "schema:AlignmentObject"}, - "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"}, - "AllocateAction": {"@id": "schema:AllocateAction"}, - "AmusementPark": {"@id": "schema:AmusementPark"}, - "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"}, - "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"}, - "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"}, - "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"}, - "Anesthesia": {"@id": "schema:Anesthesia"}, - "AnimalShelter": {"@id": "schema:AnimalShelter"}, - "Answer": {"@id": "schema:Answer"}, - "Apartment": {"@id": "schema:Apartment"}, - "ApartmentComplex": {"@id": "schema:ApartmentComplex"}, - "Appearance": {"@id": "schema:Appearance"}, - "AppendAction": {"@id": "schema:AppendAction"}, - "ApplyAction": {"@id": "schema:ApplyAction"}, - "ApprovedIndication": {"@id": "schema:ApprovedIndication"}, - "Aquarium": {"@id": "schema:Aquarium"}, - "ArriveAction": {"@id": "schema:ArriveAction"}, - "ArtGallery": {"@id": "schema:ArtGallery"}, - "Artery": {"@id": "schema:Artery"}, - "Article": {"@id": "schema:Article"}, - "AskAction": {"@id": "schema:AskAction"}, - "AssessAction": {"@id": "schema:AssessAction"}, - "AssignAction": {"@id": "schema:AssignAction"}, - "Atlas": {"@id": "schema:Atlas"}, - "Attorney": {"@id": "schema:Attorney"}, - "Audience": {"@id": "schema:Audience"}, - "AudioObject": {"@id": "schema:AudioObject"}, - "Audiobook": {"@id": "schema:Audiobook"}, - "AudiobookFormat": {"@id": "schema:AudiobookFormat"}, - "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"}, - "AuthorizeAction": {"@id": "schema:AuthorizeAction"}, - "AutoBodyShop": {"@id": "schema:AutoBodyShop"}, - "AutoDealer": {"@id": "schema:AutoDealer"}, - "AutoPartsStore": {"@id": "schema:AutoPartsStore"}, - "AutoRental": {"@id": "schema:AutoRental"}, - "AutoRepair": {"@id": "schema:AutoRepair"}, - "AutoWash": {"@id": "schema:AutoWash"}, - "AutomatedTeller": {"@id": "schema:AutomatedTeller"}, - "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"}, - "Ayurvedic": {"@id": "schema:Ayurvedic"}, - "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"}, - "Bacteria": {"@id": "schema:Bacteria"}, - "Bakery": {"@id": "schema:Bakery"}, - "Balance": {"@id": "schema:Balance"}, - "BankAccount": {"@id": "schema:BankAccount"}, - "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"}, - "BarOrPub": {"@id": "schema:BarOrPub"}, - "Barcode": {"@id": "schema:Barcode"}, - "Beach": {"@id": "schema:Beach"}, - "BeautySalon": {"@id": "schema:BeautySalon"}, - "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"}, - "BedDetails": {"@id": "schema:BedDetails"}, - "BedType": {"@id": "schema:BedType"}, - "BefriendAction": {"@id": "schema:BefriendAction"}, - "BikeStore": {"@id": "schema:BikeStore"}, - "Blog": {"@id": "schema:Blog"}, - "BlogPosting": {"@id": "schema:BlogPosting"}, - "BloodTest": {"@id": "schema:BloodTest"}, - "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"}, - "BodyOfWater": {"@id": "schema:BodyOfWater"}, - "Bone": {"@id": "schema:Bone"}, - "Book": {"@id": "schema:Book"}, - "BookFormatType": {"@id": "schema:BookFormatType"}, - "BookSeries": {"@id": "schema:BookSeries"}, - "BookStore": {"@id": "schema:BookStore"}, - "BookmarkAction": {"@id": "schema:BookmarkAction"}, - "Boolean": {"@id": "schema:Boolean"}, - "BorrowAction": {"@id": "schema:BorrowAction"}, - "BowlingAlley": {"@id": "schema:BowlingAlley"}, - "BrainStructure": {"@id": "schema:BrainStructure"}, - "Brand": {"@id": "schema:Brand"}, - "BreadcrumbList": {"@id": "schema:BreadcrumbList"}, - "Brewery": {"@id": "schema:Brewery"}, - "Bridge": {"@id": "schema:Bridge"}, - "BroadcastChannel": {"@id": "schema:BroadcastChannel"}, - "BroadcastEvent": {"@id": "schema:BroadcastEvent"}, - "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"}, - "BroadcastRelease": {"@id": "schema:BroadcastRelease"}, - "BroadcastService": {"@id": "schema:BroadcastService"}, - "BrokerageAccount": {"@id": "schema:BrokerageAccount"}, - "BuddhistTemple": {"@id": "schema:BuddhistTemple"}, - "BusOrCoach": {"@id": "schema:BusOrCoach"}, - "BusReservation": {"@id": "schema:BusReservation"}, - "BusStation": {"@id": "schema:BusStation"}, - "BusStop": {"@id": "schema:BusStop"}, - "BusTrip": {"@id": "schema:BusTrip"}, - "BusinessAudience": {"@id": "schema:BusinessAudience"}, - "BusinessEntityType": {"@id": "schema:BusinessEntityType"}, - "BusinessEvent": {"@id": "schema:BusinessEvent"}, - "BusinessFunction": {"@id": "schema:BusinessFunction"}, - "BuyAction": {"@id": "schema:BuyAction"}, - "CDFormat": {"@id": "schema:CDFormat"}, - "CT": {"@id": "schema:CT"}, - "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"}, - "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"}, - "Campground": {"@id": "schema:Campground"}, - "CampingPitch": {"@id": "schema:CampingPitch"}, - "Canal": {"@id": "schema:Canal"}, - "CancelAction": {"@id": "schema:CancelAction"}, - "Car": {"@id": "schema:Car"}, - "CarUsageType": {"@id": "schema:CarUsageType"}, - "Cardiovascular": {"@id": "schema:Cardiovascular"}, - "CardiovascularExam": {"@id": "schema:CardiovascularExam"}, - "CaseSeries": {"@id": "schema:CaseSeries"}, - "Casino": {"@id": "schema:Casino"}, - "CassetteFormat": {"@id": "schema:CassetteFormat"}, - "CategoryCode": {"@id": "schema:CategoryCode"}, - "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"}, - "CatholicChurch": {"@id": "schema:CatholicChurch"}, - "Cemetery": {"@id": "schema:Cemetery"}, - "Chapter": {"@id": "schema:Chapter"}, - "CheckAction": {"@id": "schema:CheckAction"}, - "CheckInAction": {"@id": "schema:CheckInAction"}, - "CheckOutAction": {"@id": "schema:CheckOutAction"}, - "CheckoutPage": {"@id": "schema:CheckoutPage"}, - "ChildCare": {"@id": "schema:ChildCare"}, - "ChildrensEvent": {"@id": "schema:ChildrensEvent"}, - "Chiropractic": {"@id": "schema:Chiropractic"}, - "ChooseAction": {"@id": "schema:ChooseAction"}, - "Church": {"@id": "schema:Church"}, - "City": {"@id": "schema:City"}, - "CityHall": {"@id": "schema:CityHall"}, - "CivicStructure": {"@id": "schema:CivicStructure"}, - "ClaimReview": {"@id": "schema:ClaimReview"}, - "Class": {"@id": "schema:Class"}, - "Clinician": {"@id": "schema:Clinician"}, - "Clip": {"@id": "schema:Clip"}, - "ClothingStore": {"@id": "schema:ClothingStore"}, - "CoOp": {"@id": "schema:CoOp"}, - "Code": {"@id": "schema:Code"}, - "CohortStudy": {"@id": "schema:CohortStudy"}, - "Collection": {"@id": "schema:Collection"}, - "CollectionPage": {"@id": "schema:CollectionPage"}, - "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"}, - "ComedyClub": {"@id": "schema:ComedyClub"}, - "ComedyEvent": {"@id": "schema:ComedyEvent"}, - "ComicCoverArt": {"@id": "schema:ComicCoverArt"}, - "ComicIssue": {"@id": "schema:ComicIssue"}, - "ComicSeries": {"@id": "schema:ComicSeries"}, - "ComicStory": {"@id": "schema:ComicStory"}, - "Comment": {"@id": "schema:Comment"}, - "CommentAction": {"@id": "schema:CommentAction"}, - "CommentPermission": {"@id": "schema:CommentPermission"}, - "CommunicateAction": {"@id": "schema:CommunicateAction"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CompilationAlbum": {"@id": "schema:CompilationAlbum"}, - "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"}, - "Completed": {"@id": "schema:Completed"}, - "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"}, - "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"}, - "ComputerLanguage": {"@id": "schema:ComputerLanguage"}, - "ComputerStore": {"@id": "schema:ComputerStore"}, - "ConfirmAction": {"@id": "schema:ConfirmAction"}, - "Consortium": {"@id": "schema:Consortium"}, - "ConsumeAction": {"@id": "schema:ConsumeAction"}, - "ContactPage": {"@id": "schema:ContactPage"}, - "ContactPoint": {"@id": "schema:ContactPoint"}, - "ContactPointOption": {"@id": "schema:ContactPointOption"}, - "Continent": {"@id": "schema:Continent"}, - "ControlAction": {"@id": "schema:ControlAction"}, - "ConvenienceStore": {"@id": "schema:ConvenienceStore"}, - "Conversation": {"@id": "schema:Conversation"}, - "CookAction": {"@id": "schema:CookAction"}, - "Corporation": {"@id": "schema:Corporation"}, - "Country": {"@id": "schema:Country"}, - "Course": {"@id": "schema:Course"}, - "CourseInstance": {"@id": "schema:CourseInstance"}, - "Courthouse": {"@id": "schema:Courthouse"}, - "CoverArt": {"@id": "schema:CoverArt"}, - "CreateAction": {"@id": "schema:CreateAction"}, - "CreativeWork": {"@id": "schema:CreativeWork"}, - "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"}, - "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"}, - "CreditCard": {"@id": "schema:CreditCard"}, - "Crematorium": {"@id": "schema:Crematorium"}, - "CriticReview": {"@id": "schema:CriticReview"}, - "CrossSectional": {"@id": "schema:CrossSectional"}, - "CssSelectorType": {"@id": "schema:CssSelectorType"}, - "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"}, - "DDxElement": {"@id": "schema:DDxElement"}, - "DJMixAlbum": {"@id": "schema:DJMixAlbum"}, - "DVDFormat": {"@id": "schema:DVDFormat"}, - "DamagedCondition": {"@id": "schema:DamagedCondition"}, - "DanceEvent": {"@id": "schema:DanceEvent"}, - "DanceGroup": {"@id": "schema:DanceGroup"}, - "DataCatalog": {"@id": "schema:DataCatalog"}, - "DataDownload": {"@id": "schema:DataDownload"}, - "DataFeed": {"@id": "schema:DataFeed"}, - "DataFeedItem": {"@id": "schema:DataFeedItem"}, - "DataType": {"@id": "schema:DataType"}, - "Dataset": {"@id": "schema:Dataset"}, - "Date": {"@id": "schema:Date"}, - "DateTime": {"@id": "schema:DateTime"}, - "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"}, - "DayOfWeek": {"@id": "schema:DayOfWeek"}, - "DaySpa": {"@id": "schema:DaySpa"}, - "DeactivateAction": {"@id": "schema:DeactivateAction"}, - "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"}, - "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"}, - "DeleteAction": {"@id": "schema:DeleteAction"}, - "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"}, - "DeliveryEvent": {"@id": "schema:DeliveryEvent"}, - "DeliveryMethod": {"@id": "schema:DeliveryMethod"}, - "Demand": {"@id": "schema:Demand"}, - "DemoAlbum": {"@id": "schema:DemoAlbum"}, - "Dentist": {"@id": "schema:Dentist"}, - "Dentistry": {"@id": "schema:Dentistry"}, - "DepartAction": {"@id": "schema:DepartAction"}, - "DepartmentStore": {"@id": "schema:DepartmentStore"}, - "DepositAccount": {"@id": "schema:DepositAccount"}, - "Dermatologic": {"@id": "schema:Dermatologic"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "DiabeticDiet": {"@id": "schema:DiabeticDiet"}, - "Diagnostic": {"@id": "schema:Diagnostic"}, - "DiagnosticLab": {"@id": "schema:DiagnosticLab"}, - "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"}, - "Diet": {"@id": "schema:Diet"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietarySupplement": {"@id": "schema:DietarySupplement"}, - "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"}, - "DigitalDocument": {"@id": "schema:DigitalDocument"}, - "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"}, - "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"}, - "DigitalFormat": {"@id": "schema:DigitalFormat"}, - "DisagreeAction": {"@id": "schema:DisagreeAction"}, - "Discontinued": {"@id": "schema:Discontinued"}, - "DiscoverAction": {"@id": "schema:DiscoverAction"}, - "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"}, - "DislikeAction": {"@id": "schema:DislikeAction"}, - "Distance": {"@id": "schema:Distance"}, - "Distillery": {"@id": "schema:Distillery"}, - "DonateAction": {"@id": "schema:DonateAction"}, - "DoseSchedule": {"@id": "schema:DoseSchedule"}, - "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"}, - "DownloadAction": {"@id": "schema:DownloadAction"}, - "DrawAction": {"@id": "schema:DrawAction"}, - "DrinkAction": {"@id": "schema:DrinkAction"}, - "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"}, - "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"}, - "Drug": {"@id": "schema:Drug"}, - "DrugClass": {"@id": "schema:DrugClass"}, - "DrugCost": {"@id": "schema:DrugCost"}, - "DrugCostCategory": {"@id": "schema:DrugCostCategory"}, - "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"}, - "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"}, - "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"}, - "DrugStrength": {"@id": "schema:DrugStrength"}, - "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"}, - "Duration": {"@id": "schema:Duration"}, - "EBook": {"@id": "schema:EBook"}, - "EPRelease": {"@id": "schema:EPRelease"}, - "Ear": {"@id": "schema:Ear"}, - "EatAction": {"@id": "schema:EatAction"}, - "EducationEvent": {"@id": "schema:EducationEvent"}, - "EducationalAudience": {"@id": "schema:EducationalAudience"}, - "EducationalOrganization": {"@id": "schema:EducationalOrganization"}, - "Electrician": {"@id": "schema:Electrician"}, - "ElectronicsStore": {"@id": "schema:ElectronicsStore"}, - "ElementarySchool": {"@id": "schema:ElementarySchool"}, - "EmailMessage": {"@id": "schema:EmailMessage"}, - "Embassy": {"@id": "schema:Embassy"}, - "Emergency": {"@id": "schema:Emergency"}, - "Emergency": {"@id": "schema:Emergency"}, - "EmergencyService": {"@id": "schema:EmergencyService"}, - "EmployeeRole": {"@id": "schema:EmployeeRole"}, - "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"}, - "EmployerReview": {"@id": "schema:EmployerReview"}, - "EmploymentAgency": {"@id": "schema:EmploymentAgency"}, - "Endocrine": {"@id": "schema:Endocrine"}, - "EndorseAction": {"@id": "schema:EndorseAction"}, - "EndorsementRating": {"@id": "schema:EndorsementRating"}, - "Energy": {"@id": "schema:Energy"}, - "EngineSpecification": {"@id": "schema:EngineSpecification"}, - "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"}, - "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"}, - "EntryPoint": {"@id": "schema:EntryPoint"}, - "Enumeration": {"@id": "schema:Enumeration"}, - "Episode": {"@id": "schema:Episode"}, - "Event": {"@id": "schema:Event"}, - "EventCancelled": {"@id": "schema:EventCancelled"}, - "EventPostponed": {"@id": "schema:EventPostponed"}, - "EventRescheduled": {"@id": "schema:EventRescheduled"}, - "EventReservation": {"@id": "schema:EventReservation"}, - "EventScheduled": {"@id": "schema:EventScheduled"}, - "EventSeries": {"@id": "schema:EventSeries"}, - "EventStatusType": {"@id": "schema:EventStatusType"}, - "EventVenue": {"@id": "schema:EventVenue"}, - "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"}, - "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"}, - "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"}, - "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"}, - "ExerciseAction": {"@id": "schema:ExerciseAction"}, - "ExerciseGym": {"@id": "schema:ExerciseGym"}, - "ExercisePlan": {"@id": "schema:ExercisePlan"}, - "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"}, - "Eye": {"@id": "schema:Eye"}, - "FAQPage": {"@id": "schema:FAQPage"}, - "FDAcategoryA": {"@id": "schema:FDAcategoryA"}, - "FDAcategoryB": {"@id": "schema:FDAcategoryB"}, - "FDAcategoryC": {"@id": "schema:FDAcategoryC"}, - "FDAcategoryD": {"@id": "schema:FDAcategoryD"}, - "FDAcategoryX": {"@id": "schema:FDAcategoryX"}, - "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"}, - "FMRadioChannel": {"@id": "schema:FMRadioChannel"}, - "FailedActionStatus": {"@id": "schema:FailedActionStatus"}, - "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"}, - "Female": {"@id": "schema:Female"}, - "Festival": {"@id": "schema:Festival"}, - "FilmAction": {"@id": "schema:FilmAction"}, - "FinancialProduct": {"@id": "schema:FinancialProduct"}, - "FinancialService": {"@id": "schema:FinancialService"}, - "FindAction": {"@id": "schema:FindAction"}, - "FireStation": {"@id": "schema:FireStation"}, - "Flexibility": {"@id": "schema:Flexibility"}, - "Flight": {"@id": "schema:Flight"}, - "FlightReservation": {"@id": "schema:FlightReservation"}, - "Float": {"@id": "schema:Float"}, - "Florist": {"@id": "schema:Florist"}, - "FollowAction": {"@id": "schema:FollowAction"}, - "FoodEstablishment": {"@id": "schema:FoodEstablishment"}, - "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"}, - "FoodEvent": {"@id": "schema:FoodEvent"}, - "FoodService": {"@id": "schema:FoodService"}, - "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"}, - "Friday": {"@id": "schema:Friday"}, - "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"}, - "Fungus": {"@id": "schema:Fungus"}, - "FurnitureStore": {"@id": "schema:FurnitureStore"}, - "Game": {"@id": "schema:Game"}, - "GamePlayMode": {"@id": "schema:GamePlayMode"}, - "GameServer": {"@id": "schema:GameServer"}, - "GameServerStatus": {"@id": "schema:GameServerStatus"}, - "GardenStore": {"@id": "schema:GardenStore"}, - "GasStation": {"@id": "schema:GasStation"}, - "Gastroenterologic": {"@id": "schema:Gastroenterologic"}, - "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"}, - "GenderType": {"@id": "schema:GenderType"}, - "GeneralContractor": {"@id": "schema:GeneralContractor"}, - "Genetic": {"@id": "schema:Genetic"}, - "Genitourinary": {"@id": "schema:Genitourinary"}, - "GeoCircle": {"@id": "schema:GeoCircle"}, - "GeoCoordinates": {"@id": "schema:GeoCoordinates"}, - "GeoShape": {"@id": "schema:GeoShape"}, - "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "GiveAction": {"@id": "schema:GiveAction"}, - "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"}, - "GolfCourse": {"@id": "schema:GolfCourse"}, - "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"}, - "GovernmentOffice": {"@id": "schema:GovernmentOffice"}, - "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"}, - "GovernmentPermit": {"@id": "schema:GovernmentPermit"}, - "GovernmentService": {"@id": "schema:GovernmentService"}, - "GraphicNovel": {"@id": "schema:GraphicNovel"}, - "GroceryStore": {"@id": "schema:GroceryStore"}, - "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "HVACBusiness": {"@id": "schema:HVACBusiness"}, - "HairSalon": {"@id": "schema:HairSalon"}, - "HalalDiet": {"@id": "schema:HalalDiet"}, - "Hardcover": {"@id": "schema:Hardcover"}, - "HardwareStore": {"@id": "schema:HardwareStore"}, - "Head": {"@id": "schema:Head"}, - "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"}, - "HealthClub": {"@id": "schema:HealthClub"}, - "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"}, - "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"}, - "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"}, - "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"}, - "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"}, - "Hematologic": {"@id": "schema:Hematologic"}, - "HighSchool": {"@id": "schema:HighSchool"}, - "HinduDiet": {"@id": "schema:HinduDiet"}, - "HinduTemple": {"@id": "schema:HinduTemple"}, - "HobbyShop": {"@id": "schema:HobbyShop"}, - "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"}, - "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"}, - "Homeopathic": {"@id": "schema:Homeopathic"}, - "Hospital": {"@id": "schema:Hospital"}, - "Hostel": {"@id": "schema:Hostel"}, - "Hotel": {"@id": "schema:Hotel"}, - "HotelRoom": {"@id": "schema:HotelRoom"}, - "House": {"@id": "schema:House"}, - "HousePainter": {"@id": "schema:HousePainter"}, - "HowTo": {"@id": "schema:HowTo"}, - "HowToDirection": {"@id": "schema:HowToDirection"}, - "HowToItem": {"@id": "schema:HowToItem"}, - "HowToSection": {"@id": "schema:HowToSection"}, - "HowToStep": {"@id": "schema:HowToStep"}, - "HowToSupply": {"@id": "schema:HowToSupply"}, - "HowToTip": {"@id": "schema:HowToTip"}, - "HowToTool": {"@id": "schema:HowToTool"}, - "IceCreamShop": {"@id": "schema:IceCreamShop"}, - "IgnoreAction": {"@id": "schema:IgnoreAction"}, - "ImageGallery": {"@id": "schema:ImageGallery"}, - "ImageObject": {"@id": "schema:ImageObject"}, - "ImagingTest": {"@id": "schema:ImagingTest"}, - "InForce": {"@id": "schema:InForce"}, - "InStock": {"@id": "schema:InStock"}, - "InStoreOnly": {"@id": "schema:InStoreOnly"}, - "IndividualProduct": {"@id": "schema:IndividualProduct"}, - "Infectious": {"@id": "schema:Infectious"}, - "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"}, - "InfectiousDisease": {"@id": "schema:InfectiousDisease"}, - "InformAction": {"@id": "schema:InformAction"}, - "InsertAction": {"@id": "schema:InsertAction"}, - "InstallAction": {"@id": "schema:InstallAction"}, - "InsuranceAgency": {"@id": "schema:InsuranceAgency"}, - "Intangible": {"@id": "schema:Intangible"}, - "Integer": {"@id": "schema:Integer"}, - "InteractAction": {"@id": "schema:InteractAction"}, - "InteractionCounter": {"@id": "schema:InteractionCounter"}, - "InternationalTrial": {"@id": "schema:InternationalTrial"}, - "InternetCafe": {"@id": "schema:InternetCafe"}, - "InvestmentFund": {"@id": "schema:InvestmentFund"}, - "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"}, - "InviteAction": {"@id": "schema:InviteAction"}, - "Invoice": {"@id": "schema:Invoice"}, - "ItemAvailability": {"@id": "schema:ItemAvailability"}, - "ItemList": {"@id": "schema:ItemList"}, - "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"}, - "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"}, - "ItemListOrderType": {"@id": "schema:ItemListOrderType"}, - "ItemListUnordered": {"@id": "schema:ItemListUnordered"}, - "ItemPage": {"@id": "schema:ItemPage"}, - "JewelryStore": {"@id": "schema:JewelryStore"}, - "JobPosting": {"@id": "schema:JobPosting"}, - "JoinAction": {"@id": "schema:JoinAction"}, - "Joint": {"@id": "schema:Joint"}, - "KosherDiet": {"@id": "schema:KosherDiet"}, - "LaboratoryScience": {"@id": "schema:LaboratoryScience"}, - "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"}, - "Landform": {"@id": "schema:Landform"}, - "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"}, - "Language": {"@id": "schema:Language"}, - "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"}, - "LeaveAction": {"@id": "schema:LeaveAction"}, - "LeftHandDriving": {"@id": "schema:LeftHandDriving"}, - "LegalForceStatus": {"@id": "schema:LegalForceStatus"}, - "LegalService": {"@id": "schema:LegalService"}, - "LegalValueLevel": {"@id": "schema:LegalValueLevel"}, - "Legislation": {"@id": "schema:Legislation"}, - "LegislationObject": {"@id": "schema:LegislationObject"}, - "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"}, - "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"}, - "LendAction": {"@id": "schema:LendAction"}, - "Library": {"@id": "schema:Library"}, - "LibrarySystem": {"@id": "schema:LibrarySystem"}, - "LifestyleModification": {"@id": "schema:LifestyleModification"}, - "Ligament": {"@id": "schema:Ligament"}, - "LikeAction": {"@id": "schema:LikeAction"}, - "LimitedAvailability": {"@id": "schema:LimitedAvailability"}, - "LinkRole": {"@id": "schema:LinkRole"}, - "LiquorStore": {"@id": "schema:LiquorStore"}, - "ListItem": {"@id": "schema:ListItem"}, - "ListenAction": {"@id": "schema:ListenAction"}, - "LiteraryEvent": {"@id": "schema:LiteraryEvent"}, - "LiveAlbum": {"@id": "schema:LiveAlbum"}, - "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"}, - "LoanOrCredit": {"@id": "schema:LoanOrCredit"}, - "LocalBusiness": {"@id": "schema:LocalBusiness"}, - "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"}, - "LockerDelivery": {"@id": "schema:LockerDelivery"}, - "Locksmith": {"@id": "schema:Locksmith"}, - "LodgingBusiness": {"@id": "schema:LodgingBusiness"}, - "LodgingReservation": {"@id": "schema:LodgingReservation"}, - "Longitudinal": {"@id": "schema:Longitudinal"}, - "LoseAction": {"@id": "schema:LoseAction"}, - "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"}, - "LowFatDiet": {"@id": "schema:LowFatDiet"}, - "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"}, - "LowSaltDiet": {"@id": "schema:LowSaltDiet"}, - "Lung": {"@id": "schema:Lung"}, - "LymphaticVessel": {"@id": "schema:LymphaticVessel"}, - "MRI": {"@id": "schema:MRI"}, - "Male": {"@id": "schema:Male"}, - "Map": {"@id": "schema:Map"}, - "MapCategoryType": {"@id": "schema:MapCategoryType"}, - "MarryAction": {"@id": "schema:MarryAction"}, - "Mass": {"@id": "schema:Mass"}, - "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"}, - "MediaObject": {"@id": "schema:MediaObject"}, - "MedicalAudience": {"@id": "schema:MedicalAudience"}, - "MedicalBusiness": {"@id": "schema:MedicalBusiness"}, - "MedicalCause": {"@id": "schema:MedicalCause"}, - "MedicalClinic": {"@id": "schema:MedicalClinic"}, - "MedicalCode": {"@id": "schema:MedicalCode"}, - "MedicalCondition": {"@id": "schema:MedicalCondition"}, - "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"}, - "MedicalContraindication": {"@id": "schema:MedicalContraindication"}, - "MedicalDevice": {"@id": "schema:MedicalDevice"}, - "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"}, - "MedicalEntity": {"@id": "schema:MedicalEntity"}, - "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"}, - "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"}, - "MedicalGuideline": {"@id": "schema:MedicalGuideline"}, - "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"}, - "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"}, - "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"}, - "MedicalIndication": {"@id": "schema:MedicalIndication"}, - "MedicalIntangible": {"@id": "schema:MedicalIntangible"}, - "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"}, - "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"}, - "MedicalOrganization": {"@id": "schema:MedicalOrganization"}, - "MedicalProcedure": {"@id": "schema:MedicalProcedure"}, - "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"}, - "MedicalResearcher": {"@id": "schema:MedicalResearcher"}, - "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"}, - "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"}, - "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"}, - "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"}, - "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"}, - "MedicalSign": {"@id": "schema:MedicalSign"}, - "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"}, - "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"}, - "MedicalStudy": {"@id": "schema:MedicalStudy"}, - "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"}, - "MedicalSymptom": {"@id": "schema:MedicalSymptom"}, - "MedicalTest": {"@id": "schema:MedicalTest"}, - "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"}, - "MedicalTherapy": {"@id": "schema:MedicalTherapy"}, - "MedicalTrial": {"@id": "schema:MedicalTrial"}, - "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"}, - "MedicalWebPage": {"@id": "schema:MedicalWebPage"}, - "MedicineSystem": {"@id": "schema:MedicineSystem"}, - "MeetingRoom": {"@id": "schema:MeetingRoom"}, - "MensClothingStore": {"@id": "schema:MensClothingStore"}, - "Menu": {"@id": "schema:Menu"}, - "MenuItem": {"@id": "schema:MenuItem"}, - "MenuSection": {"@id": "schema:MenuSection"}, - "Message": {"@id": "schema:Message"}, - "MiddleSchool": {"@id": "schema:MiddleSchool"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"}, - "MobileApplication": {"@id": "schema:MobileApplication"}, - "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"}, - "Monday": {"@id": "schema:Monday"}, - "MonetaryAmount": {"@id": "schema:MonetaryAmount"}, - "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"}, - "MoneyTransfer": {"@id": "schema:MoneyTransfer"}, - "MortgageLoan": {"@id": "schema:MortgageLoan"}, - "Mosque": {"@id": "schema:Mosque"}, - "Motel": {"@id": "schema:Motel"}, - "Motorcycle": {"@id": "schema:Motorcycle"}, - "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"}, - "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"}, - "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"}, - "Mountain": {"@id": "schema:Mountain"}, - "MoveAction": {"@id": "schema:MoveAction"}, - "Movie": {"@id": "schema:Movie"}, - "MovieClip": {"@id": "schema:MovieClip"}, - "MovieRentalStore": {"@id": "schema:MovieRentalStore"}, - "MovieSeries": {"@id": "schema:MovieSeries"}, - "MovieTheater": {"@id": "schema:MovieTheater"}, - "MovingCompany": {"@id": "schema:MovingCompany"}, - "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"}, - "MultiPlayer": {"@id": "schema:MultiPlayer"}, - "MulticellularParasite": {"@id": "schema:MulticellularParasite"}, - "Muscle": {"@id": "schema:Muscle"}, - "Musculoskeletal": {"@id": "schema:Musculoskeletal"}, - "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"}, - "Museum": {"@id": "schema:Museum"}, - "MusicAlbum": {"@id": "schema:MusicAlbum"}, - "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"}, - "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"}, - "MusicComposition": {"@id": "schema:MusicComposition"}, - "MusicEvent": {"@id": "schema:MusicEvent"}, - "MusicGroup": {"@id": "schema:MusicGroup"}, - "MusicPlaylist": {"@id": "schema:MusicPlaylist"}, - "MusicRecording": {"@id": "schema:MusicRecording"}, - "MusicRelease": {"@id": "schema:MusicRelease"}, - "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"}, - "MusicStore": {"@id": "schema:MusicStore"}, - "MusicVenue": {"@id": "schema:MusicVenue"}, - "MusicVideoObject": {"@id": "schema:MusicVideoObject"}, - "NGO": {"@id": "schema:NGO"}, - "NailSalon": {"@id": "schema:NailSalon"}, - "Neck": {"@id": "schema:Neck"}, - "Nerve": {"@id": "schema:Nerve"}, - "Neuro": {"@id": "schema:Neuro"}, - "Neurologic": {"@id": "schema:Neurologic"}, - "NewCondition": {"@id": "schema:NewCondition"}, - "NewsArticle": {"@id": "schema:NewsArticle"}, - "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"}, - "Newspaper": {"@id": "schema:Newspaper"}, - "NightClub": {"@id": "schema:NightClub"}, - "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"}, - "Nose": {"@id": "schema:Nose"}, - "NotInForce": {"@id": "schema:NotInForce"}, - "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"}, - "Notary": {"@id": "schema:Notary"}, - "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"}, - "Number": {"@id": "schema:Number"}, - "Nursing": {"@id": "schema:Nursing"}, - "Nursing": {"@id": "schema:Nursing"}, - "NutritionInformation": {"@id": "schema:NutritionInformation"}, - "OTC": {"@id": "schema:OTC"}, - "Observational": {"@id": "schema:Observational"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Occupation": {"@id": "schema:Occupation"}, - "OccupationalActivity": {"@id": "schema:OccupationalActivity"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"}, - "Offer": {"@id": "schema:Offer"}, - "OfferCatalog": {"@id": "schema:OfferCatalog"}, - "OfferItemCondition": {"@id": "schema:OfferItemCondition"}, - "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"}, - "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"}, - "OfflinePermanently": {"@id": "schema:OfflinePermanently"}, - "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"}, - "OnDemandEvent": {"@id": "schema:OnDemandEvent"}, - "OnSitePickup": {"@id": "schema:OnSitePickup"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Online": {"@id": "schema:Online"}, - "OnlineFull": {"@id": "schema:OnlineFull"}, - "OnlineOnly": {"@id": "schema:OnlineOnly"}, - "OpenTrial": {"@id": "schema:OpenTrial"}, - "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"}, - "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"}, - "Optician": {"@id": "schema:Optician"}, - "Optometric": {"@id": "schema:Optometric"}, - "Optometric": {"@id": "schema:Optometric"}, - "Order": {"@id": "schema:Order"}, - "OrderAction": {"@id": "schema:OrderAction"}, - "OrderCancelled": {"@id": "schema:OrderCancelled"}, - "OrderDelivered": {"@id": "schema:OrderDelivered"}, - "OrderInTransit": {"@id": "schema:OrderInTransit"}, - "OrderItem": {"@id": "schema:OrderItem"}, - "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"}, - "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"}, - "OrderProblem": {"@id": "schema:OrderProblem"}, - "OrderProcessing": {"@id": "schema:OrderProcessing"}, - "OrderReturned": {"@id": "schema:OrderReturned"}, - "OrderStatus": {"@id": "schema:OrderStatus"}, - "Organization": {"@id": "schema:Organization"}, - "OrganizationRole": {"@id": "schema:OrganizationRole"}, - "OrganizeAction": {"@id": "schema:OrganizeAction"}, - "Osteopathic": {"@id": "schema:Osteopathic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "OutOfStock": {"@id": "schema:OutOfStock"}, - "OutletStore": {"@id": "schema:OutletStore"}, - "OwnershipInfo": {"@id": "schema:OwnershipInfo"}, - "PET": {"@id": "schema:PET"}, - "PaintAction": {"@id": "schema:PaintAction"}, - "Painting": {"@id": "schema:Painting"}, - "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"}, - "Paperback": {"@id": "schema:Paperback"}, - "ParcelDelivery": {"@id": "schema:ParcelDelivery"}, - "ParcelService": {"@id": "schema:ParcelService"}, - "ParentAudience": {"@id": "schema:ParentAudience"}, - "Park": {"@id": "schema:Park"}, - "ParkingFacility": {"@id": "schema:ParkingFacility"}, - "ParkingMap": {"@id": "schema:ParkingMap"}, - "PartiallyInForce": {"@id": "schema:PartiallyInForce"}, - "Pathology": {"@id": "schema:Pathology"}, - "PathologyTest": {"@id": "schema:PathologyTest"}, - "Patient": {"@id": "schema:Patient"}, - "PawnShop": {"@id": "schema:PawnShop"}, - "PayAction": {"@id": "schema:PayAction"}, - "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"}, - "PaymentCard": {"@id": "schema:PaymentCard"}, - "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"}, - "PaymentComplete": {"@id": "schema:PaymentComplete"}, - "PaymentDeclined": {"@id": "schema:PaymentDeclined"}, - "PaymentDue": {"@id": "schema:PaymentDue"}, - "PaymentMethod": {"@id": "schema:PaymentMethod"}, - "PaymentPastDue": {"@id": "schema:PaymentPastDue"}, - "PaymentService": {"@id": "schema:PaymentService"}, - "PaymentStatusType": {"@id": "schema:PaymentStatusType"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "PeopleAudience": {"@id": "schema:PeopleAudience"}, - "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"}, - "PerformAction": {"@id": "schema:PerformAction"}, - "PerformanceRole": {"@id": "schema:PerformanceRole"}, - "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"}, - "PerformingGroup": {"@id": "schema:PerformingGroup"}, - "Periodical": {"@id": "schema:Periodical"}, - "Permit": {"@id": "schema:Permit"}, - "Person": {"@id": "schema:Person"}, - "PetStore": {"@id": "schema:PetStore"}, - "Pharmacy": {"@id": "schema:Pharmacy"}, - "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"}, - "Photograph": {"@id": "schema:Photograph"}, - "PhotographAction": {"@id": "schema:PhotographAction"}, - "PhysicalActivity": {"@id": "schema:PhysicalActivity"}, - "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"}, - "PhysicalExam": {"@id": "schema:PhysicalExam"}, - "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"}, - "Physician": {"@id": "schema:Physician"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Place": {"@id": "schema:Place"}, - "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"}, - "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"}, - "PlanAction": {"@id": "schema:PlanAction"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlayAction": {"@id": "schema:PlayAction"}, - "Playground": {"@id": "schema:Playground"}, - "Plumber": {"@id": "schema:Plumber"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "PoliceStation": {"@id": "schema:PoliceStation"}, - "Pond": {"@id": "schema:Pond"}, - "PostOffice": {"@id": "schema:PostOffice"}, - "PostalAddress": {"@id": "schema:PostalAddress"}, - "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"}, - "PreOrder": {"@id": "schema:PreOrder"}, - "PreOrderAction": {"@id": "schema:PreOrderAction"}, - "PreSale": {"@id": "schema:PreSale"}, - "PrependAction": {"@id": "schema:PrependAction"}, - "Preschool": {"@id": "schema:Preschool"}, - "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"}, - "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"}, - "PreventionIndication": {"@id": "schema:PreventionIndication"}, - "PriceSpecification": {"@id": "schema:PriceSpecification"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "Prion": {"@id": "schema:Prion"}, - "Product": {"@id": "schema:Product"}, - "ProfessionalService": {"@id": "schema:ProfessionalService"}, - "ProfilePage": {"@id": "schema:ProfilePage"}, - "ProgramMembership": {"@id": "schema:ProgramMembership"}, - "Property": {"@id": "schema:Property"}, - "PropertyValue": {"@id": "schema:PropertyValue"}, - "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"}, - "Protozoa": {"@id": "schema:Protozoa"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHolidays": {"@id": "schema:PublicHolidays"}, - "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"}, - "PublicToilet": {"@id": "schema:PublicToilet"}, - "PublicationEvent": {"@id": "schema:PublicationEvent"}, - "PublicationIssue": {"@id": "schema:PublicationIssue"}, - "PublicationVolume": {"@id": "schema:PublicationVolume"}, - "Pulmonary": {"@id": "schema:Pulmonary"}, - "QAPage": {"@id": "schema:QAPage"}, - "QualitativeValue": {"@id": "schema:QualitativeValue"}, - "QuantitativeValue": {"@id": "schema:QuantitativeValue"}, - "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"}, - "Quantity": {"@id": "schema:Quantity"}, - "Question": {"@id": "schema:Question"}, - "Quotation": {"@id": "schema:Quotation"}, - "QuoteAction": {"@id": "schema:QuoteAction"}, - "RVPark": {"@id": "schema:RVPark"}, - "RadiationTherapy": {"@id": "schema:RadiationTherapy"}, - "RadioChannel": {"@id": "schema:RadioChannel"}, - "RadioClip": {"@id": "schema:RadioClip"}, - "RadioEpisode": {"@id": "schema:RadioEpisode"}, - "RadioSeason": {"@id": "schema:RadioSeason"}, - "RadioSeries": {"@id": "schema:RadioSeries"}, - "RadioStation": {"@id": "schema:RadioStation"}, - "Radiography": {"@id": "schema:Radiography"}, - "RandomizedTrial": {"@id": "schema:RandomizedTrial"}, - "Rating": {"@id": "schema:Rating"}, - "ReactAction": {"@id": "schema:ReactAction"}, - "ReadAction": {"@id": "schema:ReadAction"}, - "ReadPermission": {"@id": "schema:ReadPermission"}, - "RealEstateAgent": {"@id": "schema:RealEstateAgent"}, - "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"}, - "ReceiveAction": {"@id": "schema:ReceiveAction"}, - "Recipe": {"@id": "schema:Recipe"}, - "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"}, - "Recruiting": {"@id": "schema:Recruiting"}, - "RecyclingCenter": {"@id": "schema:RecyclingCenter"}, - "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"}, - "RegisterAction": {"@id": "schema:RegisterAction"}, - "Registry": {"@id": "schema:Registry"}, - "ReimbursementCap": {"@id": "schema:ReimbursementCap"}, - "RejectAction": {"@id": "schema:RejectAction"}, - "RemixAlbum": {"@id": "schema:RemixAlbum"}, - "Renal": {"@id": "schema:Renal"}, - "RentAction": {"@id": "schema:RentAction"}, - "RentalCarReservation": {"@id": "schema:RentalCarReservation"}, - "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"}, - "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"}, - "ReplaceAction": {"@id": "schema:ReplaceAction"}, - "ReplyAction": {"@id": "schema:ReplyAction"}, - "Report": {"@id": "schema:Report"}, - "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"}, - "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"}, - "Reservation": {"@id": "schema:Reservation"}, - "ReservationCancelled": {"@id": "schema:ReservationCancelled"}, - "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"}, - "ReservationHold": {"@id": "schema:ReservationHold"}, - "ReservationPackage": {"@id": "schema:ReservationPackage"}, - "ReservationPending": {"@id": "schema:ReservationPending"}, - "ReservationStatusType": {"@id": "schema:ReservationStatusType"}, - "ReserveAction": {"@id": "schema:ReserveAction"}, - "Reservoir": {"@id": "schema:Reservoir"}, - "Residence": {"@id": "schema:Residence"}, - "Resort": {"@id": "schema:Resort"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "Restaurant": {"@id": "schema:Restaurant"}, - "RestrictedDiet": {"@id": "schema:RestrictedDiet"}, - "ResultsAvailable": {"@id": "schema:ResultsAvailable"}, - "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"}, - "ResumeAction": {"@id": "schema:ResumeAction"}, - "Retail": {"@id": "schema:Retail"}, - "ReturnAction": {"@id": "schema:ReturnAction"}, - "Review": {"@id": "schema:Review"}, - "ReviewAction": {"@id": "schema:ReviewAction"}, - "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"}, - "Rheumatologic": {"@id": "schema:Rheumatologic"}, - "RightHandDriving": {"@id": "schema:RightHandDriving"}, - "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"}, - "Role": {"@id": "schema:Role"}, - "RoofingContractor": {"@id": "schema:RoofingContractor"}, - "Room": {"@id": "schema:Room"}, - "RsvpAction": {"@id": "schema:RsvpAction"}, - "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"}, - "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"}, - "RsvpResponseType": {"@id": "schema:RsvpResponseType"}, - "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"}, - "SaleEvent": {"@id": "schema:SaleEvent"}, - "SatiricalArticle": {"@id": "schema:SatiricalArticle"}, - "Saturday": {"@id": "schema:Saturday"}, - "Schedule": {"@id": "schema:Schedule"}, - "ScheduleAction": {"@id": "schema:ScheduleAction"}, - "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"}, - "School": {"@id": "schema:School"}, - "ScreeningEvent": {"@id": "schema:ScreeningEvent"}, - "Sculpture": {"@id": "schema:Sculpture"}, - "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"}, - "SearchAction": {"@id": "schema:SearchAction"}, - "SearchResultsPage": {"@id": "schema:SearchResultsPage"}, - "Season": {"@id": "schema:Season"}, - "Seat": {"@id": "schema:Seat"}, - "SeatingMap": {"@id": "schema:SeatingMap"}, - "SelfStorage": {"@id": "schema:SelfStorage"}, - "SellAction": {"@id": "schema:SellAction"}, - "SendAction": {"@id": "schema:SendAction"}, - "Series": {"@id": "schema:Series"}, - "Service": {"@id": "schema:Service"}, - "ServiceChannel": {"@id": "schema:ServiceChannel"}, - "ShareAction": {"@id": "schema:ShareAction"}, - "ShoeStore": {"@id": "schema:ShoeStore"}, - "ShoppingCenter": {"@id": "schema:ShoppingCenter"}, - "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"}, - "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"}, - "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"}, - "SinglePlayer": {"@id": "schema:SinglePlayer"}, - "SingleRelease": {"@id": "schema:SingleRelease"}, - "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"}, - "SkiResort": {"@id": "schema:SkiResort"}, - "Skin": {"@id": "schema:Skin"}, - "SocialEvent": {"@id": "schema:SocialEvent"}, - "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"}, - "SoftwareApplication": {"@id": "schema:SoftwareApplication"}, - "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"}, - "SoldOut": {"@id": "schema:SoldOut"}, - "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"}, - "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"}, - "Specialty": {"@id": "schema:Specialty"}, - "SpeechPathology": {"@id": "schema:SpeechPathology"}, - "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"}, - "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"}, - "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"}, - "SportsClub": {"@id": "schema:SportsClub"}, - "SportsEvent": {"@id": "schema:SportsEvent"}, - "SportsOrganization": {"@id": "schema:SportsOrganization"}, - "SportsTeam": {"@id": "schema:SportsTeam"}, - "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"}, - "StadiumOrArena": {"@id": "schema:StadiumOrArena"}, - "State": {"@id": "schema:State"}, - "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"}, - "Store": {"@id": "schema:Store"}, - "StrengthTraining": {"@id": "schema:StrengthTraining"}, - "StructuredValue": {"@id": "schema:StructuredValue"}, - "StudioAlbum": {"@id": "schema:StudioAlbum"}, - "StupidType": {"@id": "schema:StupidType"}, - "SubscribeAction": {"@id": "schema:SubscribeAction"}, - "Substance": {"@id": "schema:Substance"}, - "SubwayStation": {"@id": "schema:SubwayStation"}, - "Suite": {"@id": "schema:Suite"}, - "Sunday": {"@id": "schema:Sunday"}, - "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"}, - "Surgical": {"@id": "schema:Surgical"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SuspendAction": {"@id": "schema:SuspendAction"}, - "Suspended": {"@id": "schema:Suspended"}, - "Synagogue": {"@id": "schema:Synagogue"}, - "TVClip": {"@id": "schema:TVClip"}, - "TVEpisode": {"@id": "schema:TVEpisode"}, - "TVSeason": {"@id": "schema:TVSeason"}, - "TVSeries": {"@id": "schema:TVSeries"}, - "Table": {"@id": "schema:Table"}, - "TakeAction": {"@id": "schema:TakeAction"}, - "TattooParlor": {"@id": "schema:TattooParlor"}, - "Taxi": {"@id": "schema:Taxi"}, - "TaxiReservation": {"@id": "schema:TaxiReservation"}, - "TaxiService": {"@id": "schema:TaxiService"}, - "TaxiStand": {"@id": "schema:TaxiStand"}, - "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"}, - "TechArticle": {"@id": "schema:TechArticle"}, - "TelevisionChannel": {"@id": "schema:TelevisionChannel"}, - "TelevisionStation": {"@id": "schema:TelevisionStation"}, - "TennisComplex": {"@id": "schema:TennisComplex"}, - "Terminated": {"@id": "schema:Terminated"}, - "Text": {"@id": "schema:Text"}, - "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"}, - "TheaterEvent": {"@id": "schema:TheaterEvent"}, - "TheaterGroup": {"@id": "schema:TheaterGroup"}, - "Therapeutic": {"@id": "schema:Therapeutic"}, - "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"}, - "Thesis": {"@id": "schema:Thesis"}, - "Thing": {"@id": "schema:Thing"}, - "Throat": {"@id": "schema:Throat"}, - "Thursday": {"@id": "schema:Thursday"}, - "Ticket": {"@id": "schema:Ticket"}, - "TieAction": {"@id": "schema:TieAction"}, - "Time": {"@id": "schema:Time"}, - "TipAction": {"@id": "schema:TipAction"}, - "TireShop": {"@id": "schema:TireShop"}, - "TollFree": {"@id": "schema:TollFree"}, - "TouristAttraction": {"@id": "schema:TouristAttraction"}, - "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"}, - "Toxicologic": {"@id": "schema:Toxicologic"}, - "ToyStore": {"@id": "schema:ToyStore"}, - "TrackAction": {"@id": "schema:TrackAction"}, - "TradeAction": {"@id": "schema:TradeAction"}, - "TraditionalChinese": {"@id": "schema:TraditionalChinese"}, - "TrainReservation": {"@id": "schema:TrainReservation"}, - "TrainStation": {"@id": "schema:TrainStation"}, - "TrainTrip": {"@id": "schema:TrainTrip"}, - "TransferAction": {"@id": "schema:TransferAction"}, - "TransitMap": {"@id": "schema:TransitMap"}, - "TravelAction": {"@id": "schema:TravelAction"}, - "TravelAgency": {"@id": "schema:TravelAgency"}, - "TreatmentIndication": {"@id": "schema:TreatmentIndication"}, - "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"}, - "Tuesday": {"@id": "schema:Tuesday"}, - "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"}, - "URL": {"@id": "schema:URL"}, - "Ultrasound": {"@id": "schema:Ultrasound"}, - "UnRegisterAction": {"@id": "schema:UnRegisterAction"}, - "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"}, - "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"}, - "UpdateAction": {"@id": "schema:UpdateAction"}, - "Urologic": {"@id": "schema:Urologic"}, - "UseAction": {"@id": "schema:UseAction"}, - "UsedCondition": {"@id": "schema:UsedCondition"}, - "UserBlocks": {"@id": "schema:UserBlocks"}, - "UserCheckins": {"@id": "schema:UserCheckins"}, - "UserComments": {"@id": "schema:UserComments"}, - "UserDownloads": {"@id": "schema:UserDownloads"}, - "UserInteraction": {"@id": "schema:UserInteraction"}, - "UserLikes": {"@id": "schema:UserLikes"}, - "UserPageVisits": {"@id": "schema:UserPageVisits"}, - "UserPlays": {"@id": "schema:UserPlays"}, - "UserPlusOnes": {"@id": "schema:UserPlusOnes"}, - "UserReview": {"@id": "schema:UserReview"}, - "UserTweets": {"@id": "schema:UserTweets"}, - "VeganDiet": {"@id": "schema:VeganDiet"}, - "VegetarianDiet": {"@id": "schema:VegetarianDiet"}, - "Vehicle": {"@id": "schema:Vehicle"}, - "Vein": {"@id": "schema:Vein"}, - "VenueMap": {"@id": "schema:VenueMap"}, - "Vessel": {"@id": "schema:Vessel"}, - "VeterinaryCare": {"@id": "schema:VeterinaryCare"}, - "VideoGallery": {"@id": "schema:VideoGallery"}, - "VideoGame": {"@id": "schema:VideoGame"}, - "VideoGameClip": {"@id": "schema:VideoGameClip"}, - "VideoGameSeries": {"@id": "schema:VideoGameSeries"}, - "VideoObject": {"@id": "schema:VideoObject"}, - "ViewAction": {"@id": "schema:ViewAction"}, - "VinylFormat": {"@id": "schema:VinylFormat"}, - "Virus": {"@id": "schema:Virus"}, - "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"}, - "VisualArtwork": {"@id": "schema:VisualArtwork"}, - "VitalSign": {"@id": "schema:VitalSign"}, - "Volcano": {"@id": "schema:Volcano"}, - "VoteAction": {"@id": "schema:VoteAction"}, - "WPAdBlock": {"@id": "schema:WPAdBlock"}, - "WPFooter": {"@id": "schema:WPFooter"}, - "WPHeader": {"@id": "schema:WPHeader"}, - "WPSideBar": {"@id": "schema:WPSideBar"}, - "WantAction": {"@id": "schema:WantAction"}, - "WarrantyPromise": {"@id": "schema:WarrantyPromise"}, - "WarrantyScope": {"@id": "schema:WarrantyScope"}, - "WatchAction": {"@id": "schema:WatchAction"}, - "Waterfall": {"@id": "schema:Waterfall"}, - "WearAction": {"@id": "schema:WearAction"}, - "WebAPI": {"@id": "schema:WebAPI"}, - "WebApplication": {"@id": "schema:WebApplication"}, - "WebPage": {"@id": "schema:WebPage"}, - "WebPageElement": {"@id": "schema:WebPageElement"}, - "WebSite": {"@id": "schema:WebSite"}, - "Wednesday": {"@id": "schema:Wednesday"}, - "WesternConventional": {"@id": "schema:WesternConventional"}, - "Wholesale": {"@id": "schema:Wholesale"}, - "WholesaleStore": {"@id": "schema:WholesaleStore"}, - "WinAction": {"@id": "schema:WinAction"}, - "Winery": {"@id": "schema:Winery"}, - "Withdrawn": {"@id": "schema:Withdrawn"}, - "WorkersUnion": {"@id": "schema:WorkersUnion"}, - "WriteAction": {"@id": "schema:WriteAction"}, - "WritePermission": {"@id": "schema:WritePermission"}, - "XPathType": {"@id": "schema:XPathType"}, - "XRay": {"@id": "schema:XRay"}, - "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"}, - "Zoo": {"@id": "schema:Zoo"}, - "about": { "@id": "schema:about"}, - "abridged": { "@id": "schema:abridged"}, - "accelerationTime": { "@id": "schema:accelerationTime"}, - "acceptedAnswer": { "@id": "schema:acceptedAnswer"}, - "acceptedOffer": { "@id": "schema:acceptedOffer"}, - "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"}, - "acceptsReservations": { "@id": "schema:acceptsReservations", "@type": "@id"}, - "accessCode": { "@id": "schema:accessCode"}, - "accessMode": { "@id": "schema:accessMode"}, - "accessModeSufficient": { "@id": "schema:accessModeSufficient"}, - "accessibilityAPI": { "@id": "schema:accessibilityAPI"}, - "accessibilityControl": { "@id": "schema:accessibilityControl"}, - "accessibilityFeature": { "@id": "schema:accessibilityFeature"}, - "accessibilityHazard": { "@id": "schema:accessibilityHazard"}, - "accessibilitySummary": { "@id": "schema:accessibilitySummary"}, - "accountId": { "@id": "schema:accountId"}, - "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"}, - "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"}, - "accountablePerson": { "@id": "schema:accountablePerson"}, - "acquiredFrom": { "@id": "schema:acquiredFrom"}, - "acrissCode": { "@id": "schema:acrissCode"}, - "action": { "@id": "schema:action"}, - "actionApplication": { "@id": "schema:actionApplication"}, - "actionOption": { "@id": "schema:actionOption"}, - "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"}, - "actionStatus": { "@id": "schema:actionStatus"}, - "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"}, - "activeIngredient": { "@id": "schema:activeIngredient"}, - "activityDuration": { "@id": "schema:activityDuration"}, - "activityFrequency": { "@id": "schema:activityFrequency"}, - "actor": { "@id": "schema:actor"}, - "actors": { "@id": "schema:actors"}, - "addOn": { "@id": "schema:addOn"}, - "additionalName": { "@id": "schema:additionalName"}, - "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"}, - "additionalProperty": { "@id": "schema:additionalProperty"}, - "additionalType": { "@id": "schema:additionalType", "@type": "@id"}, - "additionalVariable": { "@id": "schema:additionalVariable"}, - "address": { "@id": "schema:address"}, - "addressCountry": { "@id": "schema:addressCountry"}, - "addressLocality": { "@id": "schema:addressLocality"}, - "addressRegion": { "@id": "schema:addressRegion"}, - "administrationRoute": { "@id": "schema:administrationRoute"}, - "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"}, - "adverseOutcome": { "@id": "schema:adverseOutcome"}, - "affectedBy": { "@id": "schema:affectedBy"}, - "affiliation": { "@id": "schema:affiliation"}, - "afterMedia": { "@id": "schema:afterMedia"}, - "agent": { "@id": "schema:agent"}, - "aggregateRating": { "@id": "schema:aggregateRating"}, - "aircraft": { "@id": "schema:aircraft"}, - "album": { "@id": "schema:album"}, - "albumProductionType": { "@id": "schema:albumProductionType"}, - "albumRelease": { "@id": "schema:albumRelease"}, - "albumReleaseType": { "@id": "schema:albumReleaseType"}, - "albums": { "@id": "schema:albums"}, - "alcoholWarning": { "@id": "schema:alcoholWarning"}, - "algorithm": { "@id": "schema:algorithm"}, - "alignmentType": { "@id": "schema:alignmentType"}, - "alternateName": { "@id": "schema:alternateName"}, - "alternativeHeadline": { "@id": "schema:alternativeHeadline"}, - "alumni": { "@id": "schema:alumni"}, - "alumniOf": { "@id": "schema:alumniOf"}, - "amenityFeature": { "@id": "schema:amenityFeature"}, - "amount": { "@id": "schema:amount"}, - "amountOfThisGood": { "@id": "schema:amountOfThisGood"}, - "annualPercentageRate": { "@id": "schema:annualPercentageRate"}, - "answerCount": { "@id": "schema:answerCount"}, - "antagonist": { "@id": "schema:antagonist"}, - "applicableLocation": { "@id": "schema:applicableLocation"}, - "application": { "@id": "schema:application"}, - "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"}, - "applicationSubCategory": { "@id": "schema:applicationSubCategory", "@type": "@id"}, - "applicationSuite": { "@id": "schema:applicationSuite"}, - "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"}, - "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"}, - "area": { "@id": "schema:area"}, - "areaServed": { "@id": "schema:areaServed"}, - "arrivalAirport": { "@id": "schema:arrivalAirport"}, - "arrivalBusStop": { "@id": "schema:arrivalBusStop"}, - "arrivalGate": { "@id": "schema:arrivalGate"}, - "arrivalPlatform": { "@id": "schema:arrivalPlatform"}, - "arrivalStation": { "@id": "schema:arrivalStation"}, - "arrivalTerminal": { "@id": "schema:arrivalTerminal"}, - "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"}, - "artEdition": { "@id": "schema:artEdition"}, - "artMedium": { "@id": "schema:artMedium", "@type": "@id"}, - "arterialBranch": { "@id": "schema:arterialBranch"}, - "artform": { "@id": "schema:artform", "@type": "@id"}, - "articleBody": { "@id": "schema:articleBody"}, - "articleSection": { "@id": "schema:articleSection"}, - "artist": { "@id": "schema:artist"}, - "artworkSurface": { "@id": "schema:artworkSurface", "@type": "@id"}, - "aspect": { "@id": "schema:aspect"}, - "assembly": { "@id": "schema:assembly"}, - "assemblyVersion": { "@id": "schema:assemblyVersion"}, - "associatedAnatomy": { "@id": "schema:associatedAnatomy"}, - "associatedArticle": { "@id": "schema:associatedArticle"}, - "associatedMedia": { "@id": "schema:associatedMedia"}, - "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"}, - "athlete": { "@id": "schema:athlete"}, - "attendee": { "@id": "schema:attendee"}, - "attendees": { "@id": "schema:attendees"}, - "audience": { "@id": "schema:audience"}, - "audienceType": { "@id": "schema:audienceType"}, - "audio": { "@id": "schema:audio"}, - "author": { "@id": "schema:author"}, - "availability": { "@id": "schema:availability"}, - "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"}, - "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "DateTime"}, - "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"}, - "availableChannel": { "@id": "schema:availableChannel"}, - "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"}, - "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"}, - "availableIn": { "@id": "schema:availableIn"}, - "availableLanguage": { "@id": "schema:availableLanguage"}, - "availableOnDevice": { "@id": "schema:availableOnDevice"}, - "availableService": { "@id": "schema:availableService"}, - "availableStrength": { "@id": "schema:availableStrength"}, - "availableTest": { "@id": "schema:availableTest"}, - "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"}, - "award": { "@id": "schema:award"}, - "awards": { "@id": "schema:awards"}, - "awayTeam": { "@id": "schema:awayTeam"}, - "background": { "@id": "schema:background"}, - "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"}, - "baseSalary": { "@id": "schema:baseSalary"}, - "bccRecipient": { "@id": "schema:bccRecipient"}, - "bed": { "@id": "schema:bed"}, - "beforeMedia": { "@id": "schema:beforeMedia"}, - "beneficiaryBank": { "@id": "schema:beneficiaryBank"}, - "benefits": { "@id": "schema:benefits"}, - "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"}, - "bestRating": { "@id": "schema:bestRating"}, - "billingAddress": { "@id": "schema:billingAddress"}, - "billingIncrement": { "@id": "schema:billingIncrement"}, - "billingPeriod": { "@id": "schema:billingPeriod"}, - "biomechnicalClass": { "@id": "schema:biomechnicalClass"}, - "birthDate": { "@id": "schema:birthDate", "@type": "Date"}, - "birthPlace": { "@id": "schema:birthPlace"}, - "bitrate": { "@id": "schema:bitrate"}, - "blogPost": { "@id": "schema:blogPost"}, - "blogPosts": { "@id": "schema:blogPosts"}, - "bloodSupply": { "@id": "schema:bloodSupply"}, - "boardingGroup": { "@id": "schema:boardingGroup"}, - "boardingPolicy": { "@id": "schema:boardingPolicy"}, - "bodyLocation": { "@id": "schema:bodyLocation"}, - "bodyType": { "@id": "schema:bodyType", "@type": "@id"}, - "bookEdition": { "@id": "schema:bookEdition"}, - "bookFormat": { "@id": "schema:bookFormat"}, - "bookingAgent": { "@id": "schema:bookingAgent"}, - "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"}, - "borrower": { "@id": "schema:borrower"}, - "box": { "@id": "schema:box"}, - "branch": { "@id": "schema:branch"}, - "branchCode": { "@id": "schema:branchCode"}, - "branchOf": { "@id": "schema:branchOf"}, - "brand": { "@id": "schema:brand"}, - "breadcrumb": { "@id": "schema:breadcrumb"}, - "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"}, - "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"}, - "broadcastChannelId": { "@id": "schema:broadcastChannelId"}, - "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"}, - "broadcastFrequency": { "@id": "schema:broadcastFrequency"}, - "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"}, - "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"}, - "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"}, - "broadcastTimezone": { "@id": "schema:broadcastTimezone"}, - "broadcaster": { "@id": "schema:broadcaster"}, - "broker": { "@id": "schema:broker"}, - "browserRequirements": { "@id": "schema:browserRequirements"}, - "busName": { "@id": "schema:busName"}, - "busNumber": { "@id": "schema:busNumber"}, - "businessFunction": { "@id": "schema:businessFunction"}, - "buyer": { "@id": "schema:buyer"}, - "byArtist": { "@id": "schema:byArtist"}, - "byDay": { "@id": "schema:byDay"}, - "byMonth": { "@id": "schema:byMonth"}, - "byMonthDay": { "@id": "schema:byMonthDay"}, - "calories": { "@id": "schema:calories"}, - "candidate": { "@id": "schema:candidate"}, - "caption": { "@id": "schema:caption"}, - "carbohydrateContent": { "@id": "schema:carbohydrateContent"}, - "cargoVolume": { "@id": "schema:cargoVolume"}, - "carrier": { "@id": "schema:carrier"}, - "carrierRequirements": { "@id": "schema:carrierRequirements"}, - "cashBack": { "@id": "schema:cashBack"}, - "catalog": { "@id": "schema:catalog"}, - "catalogNumber": { "@id": "schema:catalogNumber"}, - "category": { "@id": "schema:category"}, - "cause": { "@id": "schema:cause"}, - "causeOf": { "@id": "schema:causeOf"}, - "ccRecipient": { "@id": "schema:ccRecipient"}, - "character": { "@id": "schema:character"}, - "characterAttribute": { "@id": "schema:characterAttribute"}, - "characterName": { "@id": "schema:characterName"}, - "cheatCode": { "@id": "schema:cheatCode"}, - "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"}, - "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"}, - "childMaxAge": { "@id": "schema:childMaxAge"}, - "childMinAge": { "@id": "schema:childMinAge"}, - "children": { "@id": "schema:children"}, - "cholesterolContent": { "@id": "schema:cholesterolContent"}, - "circle": { "@id": "schema:circle"}, - "citation": { "@id": "schema:citation"}, - "claimReviewed": { "@id": "schema:claimReviewed"}, - "clincalPharmacology": { "@id": "schema:clincalPharmacology"}, - "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"}, - "clipNumber": { "@id": "schema:clipNumber"}, - "closes": { "@id": "schema:closes"}, - "coach": { "@id": "schema:coach"}, - "code": { "@id": "schema:code"}, - "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"}, - "codeSampleType": { "@id": "schema:codeSampleType"}, - "codeValue": { "@id": "schema:codeValue"}, - "codingSystem": { "@id": "schema:codingSystem"}, - "colleague": { "@id": "schema:colleague", "@type": "@id"}, - "colleagues": { "@id": "schema:colleagues"}, - "collection": { "@id": "schema:collection"}, - "color": { "@id": "schema:color"}, - "colorist": { "@id": "schema:colorist"}, - "comment": { "@id": "schema:comment"}, - "commentCount": { "@id": "schema:commentCount"}, - "commentText": { "@id": "schema:commentText"}, - "commentTime": { "@id": "schema:commentTime", "@type": "Date"}, - "competitor": { "@id": "schema:competitor"}, - "composer": { "@id": "schema:composer"}, - "comprisedOf": { "@id": "schema:comprisedOf"}, - "confirmationNumber": { "@id": "schema:confirmationNumber"}, - "connectedTo": { "@id": "schema:connectedTo"}, - "contactOption": { "@id": "schema:contactOption"}, - "contactPoint": { "@id": "schema:contactPoint"}, - "contactPoints": { "@id": "schema:contactPoints"}, - "contactType": { "@id": "schema:contactType"}, - "contactlessPayment": { "@id": "schema:contactlessPayment"}, - "containedIn": { "@id": "schema:containedIn"}, - "containedInPlace": { "@id": "schema:containedInPlace"}, - "containsPlace": { "@id": "schema:containsPlace"}, - "containsSeason": { "@id": "schema:containsSeason"}, - "contentLocation": { "@id": "schema:contentLocation"}, - "contentRating": { "@id": "schema:contentRating"}, - "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"}, - "contentSize": { "@id": "schema:contentSize"}, - "contentType": { "@id": "schema:contentType"}, - "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"}, - "contraindication": { "@id": "schema:contraindication"}, - "contributor": { "@id": "schema:contributor"}, - "cookTime": { "@id": "schema:cookTime"}, - "cookingMethod": { "@id": "schema:cookingMethod"}, - "copyrightHolder": { "@id": "schema:copyrightHolder"}, - "copyrightYear": { "@id": "schema:copyrightYear"}, - "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"}, - "cost": { "@id": "schema:cost"}, - "costCategory": { "@id": "schema:costCategory"}, - "costCurrency": { "@id": "schema:costCurrency"}, - "costOrigin": { "@id": "schema:costOrigin"}, - "costPerUnit": { "@id": "schema:costPerUnit"}, - "countriesNotSupported": { "@id": "schema:countriesNotSupported"}, - "countriesSupported": { "@id": "schema:countriesSupported"}, - "countryOfOrigin": { "@id": "schema:countryOfOrigin"}, - "course": { "@id": "schema:course"}, - "courseCode": { "@id": "schema:courseCode"}, - "courseMode": { "@id": "schema:courseMode", "@type": "@id"}, - "coursePrerequisites": { "@id": "schema:coursePrerequisites"}, - "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"}, - "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"}, - "creator": { "@id": "schema:creator"}, - "creditedTo": { "@id": "schema:creditedTo"}, - "cssSelector": { "@id": "schema:cssSelector"}, - "currenciesAccepted": { "@id": "schema:currenciesAccepted"}, - "currency": { "@id": "schema:currency"}, - "currentExchangeRate": { "@id": "schema:currentExchangeRate"}, - "customer": { "@id": "schema:customer"}, - "dataFeedElement": { "@id": "schema:dataFeedElement"}, - "dataset": { "@id": "schema:dataset"}, - "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"}, - "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"}, - "dateDeleted": { "@id": "schema:dateDeleted", "@type": "DateTime"}, - "dateIssued": { "@id": "schema:dateIssued", "@type": "DateTime"}, - "dateModified": { "@id": "schema:dateModified", "@type": "Date"}, - "datePosted": { "@id": "schema:datePosted", "@type": "Date"}, - "datePublished": { "@id": "schema:datePublished", "@type": "Date"}, - "dateRead": { "@id": "schema:dateRead", "@type": "DateTime"}, - "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"}, - "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"}, - "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"}, - "dateline": { "@id": "schema:dateline"}, - "dayOfWeek": { "@id": "schema:dayOfWeek"}, - "deathDate": { "@id": "schema:deathDate", "@type": "Date"}, - "deathPlace": { "@id": "schema:deathPlace"}, - "defaultValue": { "@id": "schema:defaultValue"}, - "deliveryAddress": { "@id": "schema:deliveryAddress"}, - "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"}, - "deliveryMethod": { "@id": "schema:deliveryMethod"}, - "deliveryStatus": { "@id": "schema:deliveryStatus"}, - "department": { "@id": "schema:department"}, - "departureAirport": { "@id": "schema:departureAirport"}, - "departureBusStop": { "@id": "schema:departureBusStop"}, - "departureGate": { "@id": "schema:departureGate"}, - "departurePlatform": { "@id": "schema:departurePlatform"}, - "departureStation": { "@id": "schema:departureStation"}, - "departureTerminal": { "@id": "schema:departureTerminal"}, - "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"}, - "dependencies": { "@id": "schema:dependencies"}, - "depth": { "@id": "schema:depth"}, - "description": { "@id": "schema:description"}, - "device": { "@id": "schema:device"}, - "diagnosis": { "@id": "schema:diagnosis"}, - "diagram": { "@id": "schema:diagram"}, - "diet": { "@id": "schema:diet"}, - "dietFeatures": { "@id": "schema:dietFeatures"}, - "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"}, - "director": { "@id": "schema:director"}, - "directors": { "@id": "schema:directors"}, - "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"}, - "discount": { "@id": "schema:discount"}, - "discountCode": { "@id": "schema:discountCode"}, - "discountCurrency": { "@id": "schema:discountCurrency"}, - "discusses": { "@id": "schema:discusses"}, - "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"}, - "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"}, - "distance": { "@id": "schema:distance"}, - "distinguishingSign": { "@id": "schema:distinguishingSign"}, - "distribution": { "@id": "schema:distribution"}, - "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"}, - "documentation": { "@id": "schema:documentation", "@type": "@id"}, - "domainIncludes": { "@id": "schema:domainIncludes"}, - "domiciledMortgage": { "@id": "schema:domiciledMortgage"}, - "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"}, - "dosageForm": { "@id": "schema:dosageForm"}, - "doseSchedule": { "@id": "schema:doseSchedule"}, - "doseUnit": { "@id": "schema:doseUnit"}, - "doseValue": { "@id": "schema:doseValue"}, - "downPayment": { "@id": "schema:downPayment"}, - "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"}, - "downvoteCount": { "@id": "schema:downvoteCount"}, - "drainsTo": { "@id": "schema:drainsTo"}, - "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"}, - "dropoffLocation": { "@id": "schema:dropoffLocation"}, - "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"}, - "drug": { "@id": "schema:drug"}, - "drugClass": { "@id": "schema:drugClass"}, - "drugUnit": { "@id": "schema:drugUnit"}, - "duns": { "@id": "schema:duns"}, - "duplicateTherapy": { "@id": "schema:duplicateTherapy"}, - "duration": { "@id": "schema:duration"}, - "durationOfWarranty": { "@id": "schema:durationOfWarranty"}, - "duringMedia": { "@id": "schema:duringMedia"}, - "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"}, - "editor": { "@id": "schema:editor"}, - "educationRequirements": { "@id": "schema:educationRequirements"}, - "educationalAlignment": { "@id": "schema:educationalAlignment"}, - "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded", "@type": "@id"}, - "educationalFramework": { "@id": "schema:educationalFramework"}, - "educationalRole": { "@id": "schema:educationalRole"}, - "educationalUse": { "@id": "schema:educationalUse"}, - "elevation": { "@id": "schema:elevation"}, - "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"}, - "eligibleDuration": { "@id": "schema:eligibleDuration"}, - "eligibleQuantity": { "@id": "schema:eligibleQuantity"}, - "eligibleRegion": { "@id": "schema:eligibleRegion"}, - "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"}, - "email": { "@id": "schema:email"}, - "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"}, - "emissionsCO2": { "@id": "schema:emissionsCO2"}, - "employee": { "@id": "schema:employee"}, - "employees": { "@id": "schema:employees"}, - "employmentType": { "@id": "schema:employmentType"}, - "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"}, - "encoding": { "@id": "schema:encoding"}, - "encodingFormat": { "@id": "schema:encodingFormat"}, - "encodingType": { "@id": "schema:encodingType"}, - "encodings": { "@id": "schema:encodings"}, - "endDate": { "@id": "schema:endDate", "@type": "Date"}, - "endTime": { "@id": "schema:endTime", "@type": "DateTime"}, - "endorsee": { "@id": "schema:endorsee"}, - "endorsers": { "@id": "schema:endorsers"}, - "engineDisplacement": { "@id": "schema:engineDisplacement"}, - "enginePower": { "@id": "schema:enginePower"}, - "engineType": { "@id": "schema:engineType", "@type": "@id"}, - "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"}, - "epidemiology": { "@id": "schema:epidemiology"}, - "episode": { "@id": "schema:episode"}, - "episodeNumber": { "@id": "schema:episodeNumber"}, - "episodes": { "@id": "schema:episodes"}, - "equal": { "@id": "schema:equal"}, - "error": { "@id": "schema:error"}, - "estimatedCost": { "@id": "schema:estimatedCost"}, - "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"}, - "estimatedSalary": { "@id": "schema:estimatedSalary"}, - "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"}, - "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"}, - "event": { "@id": "schema:event"}, - "eventSchedule": { "@id": "schema:eventSchedule"}, - "eventStatus": { "@id": "schema:eventStatus"}, - "events": { "@id": "schema:events"}, - "evidenceLevel": { "@id": "schema:evidenceLevel"}, - "evidenceOrigin": { "@id": "schema:evidenceOrigin"}, - "exampleOfWork": { "@id": "schema:exampleOfWork"}, - "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"}, - "exchangeRate": { "@id": "schema:exchangeRate"}, - "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"}, - "executableLibraryName": { "@id": "schema:executableLibraryName"}, - "exerciseCourse": { "@id": "schema:exerciseCourse"}, - "exercisePlan": { "@id": "schema:exercisePlan"}, - "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"}, - "exerciseType": { "@id": "schema:exerciseType"}, - "exifData": { "@id": "schema:exifData"}, - "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "DateTime"}, - "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "DateTime"}, - "expectedPrognosis": { "@id": "schema:expectedPrognosis"}, - "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"}, - "experienceRequirements": { "@id": "schema:experienceRequirements"}, - "expertConsiderations": { "@id": "schema:expertConsiderations"}, - "expires": { "@id": "schema:expires", "@type": "Date"}, - "familyName": { "@id": "schema:familyName"}, - "fatContent": { "@id": "schema:fatContent"}, - "faxNumber": { "@id": "schema:faxNumber"}, - "featureList": { "@id": "schema:featureList", "@type": "@id"}, - "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification", "@type": "@id"}, - "fiberContent": { "@id": "schema:fiberContent"}, - "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"}, - "fileSize": { "@id": "schema:fileSize"}, - "firstPerformance": { "@id": "schema:firstPerformance"}, - "flightDistance": { "@id": "schema:flightDistance"}, - "flightNumber": { "@id": "schema:flightNumber"}, - "floorLimit": { "@id": "schema:floorLimit"}, - "floorSize": { "@id": "schema:floorSize"}, - "followee": { "@id": "schema:followee"}, - "follows": { "@id": "schema:follows"}, - "followup": { "@id": "schema:followup"}, - "foodEstablishment": { "@id": "schema:foodEstablishment"}, - "foodEvent": { "@id": "schema:foodEvent"}, - "foodWarning": { "@id": "schema:foodWarning"}, - "founder": { "@id": "schema:founder"}, - "founders": { "@id": "schema:founders"}, - "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"}, - "foundingLocation": { "@id": "schema:foundingLocation"}, - "free": { "@id": "schema:free"}, - "frequency": { "@id": "schema:frequency"}, - "fromLocation": { "@id": "schema:fromLocation"}, - "fuelCapacity": { "@id": "schema:fuelCapacity"}, - "fuelConsumption": { "@id": "schema:fuelConsumption"}, - "fuelEfficiency": { "@id": "schema:fuelEfficiency"}, - "fuelType": { "@id": "schema:fuelType", "@type": "@id"}, - "function": { "@id": "schema:function"}, - "functionalClass": { "@id": "schema:functionalClass"}, - "funder": { "@id": "schema:funder"}, - "game": { "@id": "schema:game"}, - "gameItem": { "@id": "schema:gameItem"}, - "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"}, - "gamePlatform": { "@id": "schema:gamePlatform", "@type": "@id"}, - "gameServer": { "@id": "schema:gameServer"}, - "gameTip": { "@id": "schema:gameTip"}, - "gender": { "@id": "schema:gender"}, - "genre": { "@id": "schema:genre", "@type": "@id"}, - "geo": { "@id": "schema:geo"}, - "geoMidpoint": { "@id": "schema:geoMidpoint"}, - "geoRadius": { "@id": "schema:geoRadius"}, - "geographicArea": { "@id": "schema:geographicArea"}, - "geospatiallyContains": { "@id": "schema:geospatiallyContains"}, - "geospatiallyCoveredBy": { "@id": "schema:geospatiallyCoveredBy"}, - "geospatiallyCovers": { "@id": "schema:geospatiallyCovers"}, - "geospatiallyCrosses": { "@id": "schema:geospatiallyCrosses"}, - "geospatiallyDisjoint": { "@id": "schema:geospatiallyDisjoint"}, - "geospatiallyEquals": { "@id": "schema:geospatiallyEquals"}, - "geospatiallyIntersects": { "@id": "schema:geospatiallyIntersects"}, - "geospatiallyOverlaps": { "@id": "schema:geospatiallyOverlaps"}, - "geospatiallyTouches": { "@id": "schema:geospatiallyTouches"}, - "geospatiallyWithin": { "@id": "schema:geospatiallyWithin"}, - "givenName": { "@id": "schema:givenName"}, - "globalLocationNumber": { "@id": "schema:globalLocationNumber"}, - "gracePeriod": { "@id": "schema:gracePeriod"}, - "grantee": { "@id": "schema:grantee"}, - "greater": { "@id": "schema:greater"}, - "greaterOrEqual": { "@id": "schema:greaterOrEqual"}, - "gtin12": { "@id": "schema:gtin12"}, - "gtin13": { "@id": "schema:gtin13"}, - "gtin14": { "@id": "schema:gtin14"}, - "gtin8": { "@id": "schema:gtin8"}, - "guideline": { "@id": "schema:guideline"}, - "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"}, - "guidelineSubject": { "@id": "schema:guidelineSubject"}, - "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"}, - "hasCategoryCode": { "@id": "schema:hasCategoryCode"}, - "hasCourseInstance": { "@id": "schema:hasCourseInstance"}, - "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"}, - "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"}, - "hasMap": { "@id": "schema:hasMap", "@type": "@id"}, - "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"}, - "hasMenuItem": { "@id": "schema:hasMenuItem"}, - "hasMenuSection": { "@id": "schema:hasMenuSection"}, - "hasOccupation": { "@id": "schema:hasOccupation"}, - "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"}, - "hasPOS": { "@id": "schema:hasPOS"}, - "hasPart": { "@id": "schema:hasPart"}, - "headline": { "@id": "schema:headline"}, - "healthCondition": { "@id": "schema:healthCondition"}, - "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"}, - "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"}, - "healthPlanCopay": { "@id": "schema:healthPlanCopay"}, - "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"}, - "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"}, - "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"}, - "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"}, - "healthPlanId": { "@id": "schema:healthPlanId"}, - "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"}, - "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"}, - "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"}, - "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"}, - "height": { "@id": "schema:height"}, - "highPrice": { "@id": "schema:highPrice"}, - "hiringOrganization": { "@id": "schema:hiringOrganization"}, - "homeLocation": { "@id": "schema:homeLocation"}, - "homeTeam": { "@id": "schema:homeTeam"}, - "honorificPrefix": { "@id": "schema:honorificPrefix"}, - "honorificSuffix": { "@id": "schema:honorificSuffix"}, - "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"}, - "hostingOrganization": { "@id": "schema:hostingOrganization"}, - "hoursAvailable": { "@id": "schema:hoursAvailable"}, - "howPerformed": { "@id": "schema:howPerformed"}, - "httpMethod": { "@id": "schema:httpMethod"}, - "iataCode": { "@id": "schema:iataCode"}, - "icaoCode": { "@id": "schema:icaoCode"}, - "identifier": { "@id": "schema:identifier", "@type": "@id"}, - "identifyingExam": { "@id": "schema:identifyingExam"}, - "identifyingTest": { "@id": "schema:identifyingTest"}, - "illustrator": { "@id": "schema:illustrator"}, - "image": { "@id": "schema:image", "@type": "@id"}, - "imagingTechnique": { "@id": "schema:imagingTechnique"}, - "inAlbum": { "@id": "schema:inAlbum"}, - "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"}, - "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"}, - "inLanguage": { "@id": "schema:inLanguage"}, - "inPlaylist": { "@id": "schema:inPlaylist"}, - "inSupportOf": { "@id": "schema:inSupportOf"}, - "incentiveCompensation": { "@id": "schema:incentiveCompensation"}, - "incentives": { "@id": "schema:incentives"}, - "includedComposition": { "@id": "schema:includedComposition"}, - "includedDataCatalog": { "@id": "schema:includedDataCatalog"}, - "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"}, - "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"}, - "includedRiskFactor": { "@id": "schema:includedRiskFactor"}, - "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"}, - "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"}, - "includesObject": { "@id": "schema:includesObject"}, - "increasesRiskOf": { "@id": "schema:increasesRiskOf"}, - "indication": { "@id": "schema:indication"}, - "industry": { "@id": "schema:industry"}, - "ineligibleRegion": { "@id": "schema:ineligibleRegion"}, - "infectiousAgent": { "@id": "schema:infectiousAgent"}, - "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"}, - "ingredients": { "@id": "schema:ingredients"}, - "inker": { "@id": "schema:inker"}, - "insertion": { "@id": "schema:insertion"}, - "installUrl": { "@id": "schema:installUrl", "@type": "@id"}, - "instructor": { "@id": "schema:instructor"}, - "instrument": { "@id": "schema:instrument"}, - "intensity": { "@id": "schema:intensity"}, - "interactingDrug": { "@id": "schema:interactingDrug"}, - "interactionCount": { "@id": "schema:interactionCount"}, - "interactionService": { "@id": "schema:interactionService"}, - "interactionStatistic": { "@id": "schema:interactionStatistic"}, - "interactionType": { "@id": "schema:interactionType"}, - "interactivityType": { "@id": "schema:interactivityType"}, - "interestRate": { "@id": "schema:interestRate"}, - "inventoryLevel": { "@id": "schema:inventoryLevel"}, - "inverseOf": { "@id": "schema:inverseOf"}, - "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"}, - "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"}, - "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"}, - "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"}, - "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"}, - "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"}, - "isConsumableFor": { "@id": "schema:isConsumableFor"}, - "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"}, - "isGift": { "@id": "schema:isGift"}, - "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"}, - "isPartOf": { "@id": "schema:isPartOf"}, - "isProprietary": { "@id": "schema:isProprietary"}, - "isRelatedTo": { "@id": "schema:isRelatedTo"}, - "isSimilarTo": { "@id": "schema:isSimilarTo"}, - "isVariantOf": { "@id": "schema:isVariantOf"}, - "isbn": { "@id": "schema:isbn"}, - "isicV4": { "@id": "schema:isicV4"}, - "isrcCode": { "@id": "schema:isrcCode"}, - "issn": { "@id": "schema:issn"}, - "issueNumber": { "@id": "schema:issueNumber"}, - "issuedBy": { "@id": "schema:issuedBy"}, - "issuedThrough": { "@id": "schema:issuedThrough"}, - "iswcCode": { "@id": "schema:iswcCode"}, - "item": { "@id": "schema:item"}, - "itemCondition": { "@id": "schema:itemCondition"}, - "itemListElement": { "@id": "schema:itemListElement"}, - "itemListOrder": { "@id": "schema:itemListOrder"}, - "itemOffered": { "@id": "schema:itemOffered"}, - "itemReviewed": { "@id": "schema:itemReviewed"}, - "itemShipped": { "@id": "schema:itemShipped"}, - "jobBenefits": { "@id": "schema:jobBenefits"}, - "jobLocation": { "@id": "schema:jobLocation"}, - "jobTitle": { "@id": "schema:jobTitle"}, - "keywords": { "@id": "schema:keywords"}, - "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"}, - "knows": { "@id": "schema:knows"}, - "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"}, - "landlord": { "@id": "schema:landlord"}, - "language": { "@id": "schema:language"}, - "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"}, - "latitude": { "@id": "schema:latitude"}, - "learningResourceType": { "@id": "schema:learningResourceType"}, - "legalName": { "@id": "schema:legalName"}, - "legalStatus": { "@id": "schema:legalStatus"}, - "legislationApplies": { "@id": "schema:legislationApplies"}, - "legislationChanges": { "@id": "schema:legislationChanges"}, - "legislationConsolidates": { "@id": "schema:legislationConsolidates"}, - "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"}, - "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"}, - "legislationIdentifier": { "@id": "schema:legislationIdentifier"}, - "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"}, - "legislationLegalForce": { "@id": "schema:legislationLegalForce"}, - "legislationLegalValue": { "@id": "schema:legislationLegalValue"}, - "legislationPassedBy": { "@id": "schema:legislationPassedBy"}, - "legislationResponsible": { "@id": "schema:legislationResponsible"}, - "legislationTransposes": { "@id": "schema:legislationTransposes"}, - "legislationType": { "@id": "schema:legislationType"}, - "leiCode": { "@id": "schema:leiCode"}, - "lender": { "@id": "schema:lender"}, - "lesser": { "@id": "schema:lesser"}, - "lesserOrEqual": { "@id": "schema:lesserOrEqual"}, - "letterer": { "@id": "schema:letterer"}, - "license": { "@id": "schema:license", "@type": "@id"}, - "line": { "@id": "schema:line"}, - "linkRelationship": { "@id": "schema:linkRelationship"}, - "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"}, - "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"}, - "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"}, - "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"}, - "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"}, - "loanTerm": { "@id": "schema:loanTerm"}, - "loanType": { "@id": "schema:loanType", "@type": "@id"}, - "location": { "@id": "schema:location"}, - "locationCreated": { "@id": "schema:locationCreated"}, - "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"}, - "lodgingUnitType": { "@id": "schema:lodgingUnitType"}, - "logo": { "@id": "schema:logo", "@type": "@id"}, - "longitude": { "@id": "schema:longitude"}, - "loser": { "@id": "schema:loser"}, - "lowPrice": { "@id": "schema:lowPrice"}, - "lyricist": { "@id": "schema:lyricist"}, - "lyrics": { "@id": "schema:lyrics"}, - "mainContentOfPage": { "@id": "schema:mainContentOfPage"}, - "mainEntity": { "@id": "schema:mainEntity"}, - "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"}, - "makesOffer": { "@id": "schema:makesOffer"}, - "manufacturer": { "@id": "schema:manufacturer"}, - "map": { "@id": "schema:map", "@type": "@id"}, - "mapType": { "@id": "schema:mapType"}, - "maps": { "@id": "schema:maps", "@type": "@id"}, - "masthead": { "@id": "schema:masthead", "@type": "@id"}, - "material": { "@id": "schema:material", "@type": "@id"}, - "maxPrice": { "@id": "schema:maxPrice"}, - "maxValue": { "@id": "schema:maxValue"}, - "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"}, - "maximumIntake": { "@id": "schema:maximumIntake"}, - "mealService": { "@id": "schema:mealService"}, - "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"}, - "mechanismOfAction": { "@id": "schema:mechanismOfAction"}, - "median": { "@id": "schema:median"}, - "medicalSpecialty": { "@id": "schema:medicalSpecialty"}, - "medicineSystem": { "@id": "schema:medicineSystem"}, - "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"}, - "member": { "@id": "schema:member"}, - "memberOf": { "@id": "schema:memberOf"}, - "members": { "@id": "schema:members"}, - "membershipNumber": { "@id": "schema:membershipNumber"}, - "memoryRequirements": { "@id": "schema:memoryRequirements", "@type": "@id"}, - "mentions": { "@id": "schema:mentions"}, - "menu": { "@id": "schema:menu", "@type": "@id"}, - "menuAddOn": { "@id": "schema:menuAddOn"}, - "merchant": { "@id": "schema:merchant"}, - "messageAttachment": { "@id": "schema:messageAttachment"}, - "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"}, - "minPrice": { "@id": "schema:minPrice"}, - "minValue": { "@id": "schema:minValue"}, - "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"}, - "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"}, - "model": { "@id": "schema:model"}, - "modelDate": { "@id": "schema:modelDate", "@type": "Date"}, - "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"}, - "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"}, - "mpn": { "@id": "schema:mpn"}, - "multipleValues": { "@id": "schema:multipleValues"}, - "muscleAction": { "@id": "schema:muscleAction"}, - "musicArrangement": { "@id": "schema:musicArrangement"}, - "musicBy": { "@id": "schema:musicBy"}, - "musicCompositionForm": { "@id": "schema:musicCompositionForm"}, - "musicGroupMember": { "@id": "schema:musicGroupMember"}, - "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"}, - "musicalKey": { "@id": "schema:musicalKey"}, - "naics": { "@id": "schema:naics"}, - "name": { "@id": "schema:name"}, - "namedPosition": { "@id": "schema:namedPosition", "@type": "@id"}, - "nationality": { "@id": "schema:nationality"}, - "naturalProgression": { "@id": "schema:naturalProgression"}, - "nerve": { "@id": "schema:nerve"}, - "nerveMotor": { "@id": "schema:nerveMotor"}, - "netWorth": { "@id": "schema:netWorth"}, - "nextItem": { "@id": "schema:nextItem"}, - "nonEqual": { "@id": "schema:nonEqual"}, - "nonProprietaryName": { "@id": "schema:nonProprietaryName"}, - "normalRange": { "@id": "schema:normalRange"}, - "numAdults": { "@id": "schema:numAdults"}, - "numChildren": { "@id": "schema:numChildren"}, - "numTracks": { "@id": "schema:numTracks"}, - "numberOfAirbags": { "@id": "schema:numberOfAirbags"}, - "numberOfAxles": { "@id": "schema:numberOfAxles"}, - "numberOfBeds": { "@id": "schema:numberOfBeds"}, - "numberOfDoors": { "@id": "schema:numberOfDoors"}, - "numberOfEmployees": { "@id": "schema:numberOfEmployees"}, - "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"}, - "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"}, - "numberOfItems": { "@id": "schema:numberOfItems"}, - "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"}, - "numberOfPages": { "@id": "schema:numberOfPages"}, - "numberOfPlayers": { "@id": "schema:numberOfPlayers"}, - "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"}, - "numberOfRooms": { "@id": "schema:numberOfRooms"}, - "numberOfSeasons": { "@id": "schema:numberOfSeasons"}, - "numberedPosition": { "@id": "schema:numberedPosition"}, - "nutrition": { "@id": "schema:nutrition"}, - "object": { "@id": "schema:object"}, - "occupancy": { "@id": "schema:occupancy"}, - "occupationLocation": { "@id": "schema:occupationLocation"}, - "occupationalCategory": { "@id": "schema:occupationalCategory"}, - "offerCount": { "@id": "schema:offerCount"}, - "offeredBy": { "@id": "schema:offeredBy"}, - "offers": { "@id": "schema:offers"}, - "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"}, - "openingHours": { "@id": "schema:openingHours"}, - "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"}, - "opens": { "@id": "schema:opens"}, - "operatingSystem": { "@id": "schema:operatingSystem"}, - "opponent": { "@id": "schema:opponent"}, - "option": { "@id": "schema:option"}, - "orderDate": { "@id": "schema:orderDate", "@type": "DateTime"}, - "orderDelivery": { "@id": "schema:orderDelivery"}, - "orderItemNumber": { "@id": "schema:orderItemNumber"}, - "orderItemStatus": { "@id": "schema:orderItemStatus"}, - "orderNumber": { "@id": "schema:orderNumber"}, - "orderQuantity": { "@id": "schema:orderQuantity"}, - "orderStatus": { "@id": "schema:orderStatus"}, - "orderedItem": { "@id": "schema:orderedItem"}, - "organizer": { "@id": "schema:organizer"}, - "origin": { "@id": "schema:origin"}, - "originAddress": { "@id": "schema:originAddress"}, - "originatesFrom": { "@id": "schema:originatesFrom"}, - "outcome": { "@id": "schema:outcome"}, - "overdosage": { "@id": "schema:overdosage"}, - "overview": { "@id": "schema:overview"}, - "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"}, - "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"}, - "owns": { "@id": "schema:owns"}, - "pageEnd": { "@id": "schema:pageEnd"}, - "pageStart": { "@id": "schema:pageStart"}, - "pagination": { "@id": "schema:pagination"}, - "parent": { "@id": "schema:parent"}, - "parentItem": { "@id": "schema:parentItem"}, - "parentOrganization": { "@id": "schema:parentOrganization"}, - "parentService": { "@id": "schema:parentService"}, - "parents": { "@id": "schema:parents"}, - "partOfEpisode": { "@id": "schema:partOfEpisode"}, - "partOfInvoice": { "@id": "schema:partOfInvoice"}, - "partOfOrder": { "@id": "schema:partOfOrder"}, - "partOfSeason": { "@id": "schema:partOfSeason"}, - "partOfSeries": { "@id": "schema:partOfSeries"}, - "partOfSystem": { "@id": "schema:partOfSystem"}, - "partOfTVSeries": { "@id": "schema:partOfTVSeries"}, - "participant": { "@id": "schema:participant"}, - "partySize": { "@id": "schema:partySize"}, - "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"}, - "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"}, - "pathophysiology": { "@id": "schema:pathophysiology"}, - "payload": { "@id": "schema:payload"}, - "paymentAccepted": { "@id": "schema:paymentAccepted"}, - "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"}, - "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "DateTime"}, - "paymentMethod": { "@id": "schema:paymentMethod"}, - "paymentMethodId": { "@id": "schema:paymentMethodId"}, - "paymentStatus": { "@id": "schema:paymentStatus"}, - "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"}, - "penciler": { "@id": "schema:penciler"}, - "percentile10": { "@id": "schema:percentile10"}, - "percentile25": { "@id": "schema:percentile25"}, - "percentile75": { "@id": "schema:percentile75"}, - "percentile90": { "@id": "schema:percentile90"}, - "performTime": { "@id": "schema:performTime"}, - "performer": { "@id": "schema:performer"}, - "performerIn": { "@id": "schema:performerIn"}, - "performers": { "@id": "schema:performers"}, - "permissionType": { "@id": "schema:permissionType"}, - "permissions": { "@id": "schema:permissions"}, - "permitAudience": { "@id": "schema:permitAudience"}, - "permittedUsage": { "@id": "schema:permittedUsage"}, - "petsAllowed": { "@id": "schema:petsAllowed"}, - "phase": { "@id": "schema:phase"}, - "photo": { "@id": "schema:photo"}, - "photos": { "@id": "schema:photos"}, - "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"}, - "pickupLocation": { "@id": "schema:pickupLocation"}, - "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"}, - "playMode": { "@id": "schema:playMode"}, - "playerType": { "@id": "schema:playerType"}, - "playersOnline": { "@id": "schema:playersOnline"}, - "polygon": { "@id": "schema:polygon"}, - "population": { "@id": "schema:population"}, - "position": { "@id": "schema:position"}, - "possibleComplication": { "@id": "schema:possibleComplication"}, - "possibleTreatment": { "@id": "schema:possibleTreatment"}, - "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"}, - "postOp": { "@id": "schema:postOp"}, - "postalCode": { "@id": "schema:postalCode"}, - "potentialAction": { "@id": "schema:potentialAction"}, - "preOp": { "@id": "schema:preOp"}, - "predecessorOf": { "@id": "schema:predecessorOf"}, - "pregnancyCategory": { "@id": "schema:pregnancyCategory"}, - "pregnancyWarning": { "@id": "schema:pregnancyWarning"}, - "prepTime": { "@id": "schema:prepTime"}, - "preparation": { "@id": "schema:preparation"}, - "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"}, - "prescriptionStatus": { "@id": "schema:prescriptionStatus"}, - "previousItem": { "@id": "schema:previousItem"}, - "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"}, - "price": { "@id": "schema:price"}, - "priceComponent": { "@id": "schema:priceComponent"}, - "priceCurrency": { "@id": "schema:priceCurrency"}, - "priceRange": { "@id": "schema:priceRange"}, - "priceSpecification": { "@id": "schema:priceSpecification"}, - "priceType": { "@id": "schema:priceType"}, - "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"}, - "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"}, - "primaryPrevention": { "@id": "schema:primaryPrevention"}, - "printColumn": { "@id": "schema:printColumn"}, - "printEdition": { "@id": "schema:printEdition"}, - "printPage": { "@id": "schema:printPage"}, - "printSection": { "@id": "schema:printSection"}, - "procedure": { "@id": "schema:procedure"}, - "procedureType": { "@id": "schema:procedureType"}, - "processingTime": { "@id": "schema:processingTime"}, - "processorRequirements": { "@id": "schema:processorRequirements"}, - "producer": { "@id": "schema:producer"}, - "produces": { "@id": "schema:produces"}, - "productID": { "@id": "schema:productID"}, - "productSupported": { "@id": "schema:productSupported"}, - "productionCompany": { "@id": "schema:productionCompany"}, - "productionDate": { "@id": "schema:productionDate", "@type": "Date"}, - "proficiencyLevel": { "@id": "schema:proficiencyLevel"}, - "programMembershipUsed": { "@id": "schema:programMembershipUsed"}, - "programName": { "@id": "schema:programName"}, - "programmingLanguage": { "@id": "schema:programmingLanguage"}, - "programmingModel": { "@id": "schema:programmingModel"}, - "propertyID": { "@id": "schema:propertyID", "@type": "@id"}, - "proprietaryName": { "@id": "schema:proprietaryName"}, - "proteinContent": { "@id": "schema:proteinContent"}, - "provider": { "@id": "schema:provider"}, - "providerMobility": { "@id": "schema:providerMobility"}, - "providesBroadcastService": { "@id": "schema:providesBroadcastService"}, - "providesService": { "@id": "schema:providesService"}, - "publicAccess": { "@id": "schema:publicAccess"}, - "publication": { "@id": "schema:publication"}, - "publicationType": { "@id": "schema:publicationType"}, - "publishedBy": { "@id": "schema:publishedBy"}, - "publishedOn": { "@id": "schema:publishedOn"}, - "publisher": { "@id": "schema:publisher"}, - "publisherImprint": { "@id": "schema:publisherImprint"}, - "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"}, - "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"}, - "purpose": { "@id": "schema:purpose"}, - "qualifications": { "@id": "schema:qualifications"}, - "query": { "@id": "schema:query"}, - "quest": { "@id": "schema:quest"}, - "question": { "@id": "schema:question"}, - "rangeIncludes": { "@id": "schema:rangeIncludes"}, - "ratingCount": { "@id": "schema:ratingCount"}, - "ratingValue": { "@id": "schema:ratingValue"}, - "readBy": { "@id": "schema:readBy"}, - "readonlyValue": { "@id": "schema:readonlyValue"}, - "realEstateAgent": { "@id": "schema:realEstateAgent"}, - "recipe": { "@id": "schema:recipe"}, - "recipeCategory": { "@id": "schema:recipeCategory"}, - "recipeCuisine": { "@id": "schema:recipeCuisine"}, - "recipeIngredient": { "@id": "schema:recipeIngredient"}, - "recipeInstructions": { "@id": "schema:recipeInstructions"}, - "recipeYield": { "@id": "schema:recipeYield"}, - "recipient": { "@id": "schema:recipient"}, - "recognizingAuthority": { "@id": "schema:recognizingAuthority"}, - "recommendationStrength": { "@id": "schema:recommendationStrength"}, - "recommendedIntake": { "@id": "schema:recommendedIntake"}, - "recordLabel": { "@id": "schema:recordLabel"}, - "recordedAs": { "@id": "schema:recordedAs"}, - "recordedAt": { "@id": "schema:recordedAt"}, - "recordedIn": { "@id": "schema:recordedIn"}, - "recordingOf": { "@id": "schema:recordingOf"}, - "recourseLoan": { "@id": "schema:recourseLoan"}, - "referenceQuantity": { "@id": "schema:referenceQuantity"}, - "referencesOrder": { "@id": "schema:referencesOrder"}, - "regionDrained": { "@id": "schema:regionDrained"}, - "regionsAllowed": { "@id": "schema:regionsAllowed"}, - "relatedAnatomy": { "@id": "schema:relatedAnatomy"}, - "relatedCondition": { "@id": "schema:relatedCondition"}, - "relatedDrug": { "@id": "schema:relatedDrug"}, - "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"}, - "relatedStructure": { "@id": "schema:relatedStructure"}, - "relatedTherapy": { "@id": "schema:relatedTherapy"}, - "relatedTo": { "@id": "schema:relatedTo"}, - "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"}, - "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"}, - "releaseOf": { "@id": "schema:releaseOf"}, - "releasedEvent": { "@id": "schema:releasedEvent"}, - "relevantOccupation": { "@id": "schema:relevantOccupation"}, - "relevantSpecialty": { "@id": "schema:relevantSpecialty"}, - "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"}, - "renegotiableLoan": { "@id": "schema:renegotiableLoan"}, - "repeatCount": { "@id": "schema:repeatCount"}, - "repeatFrequency": { "@id": "schema:repeatFrequency"}, - "repetitions": { "@id": "schema:repetitions"}, - "replacee": { "@id": "schema:replacee"}, - "replacer": { "@id": "schema:replacer"}, - "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"}, - "reportNumber": { "@id": "schema:reportNumber"}, - "representativeOfPage": { "@id": "schema:representativeOfPage"}, - "requiredCollateral": { "@id": "schema:requiredCollateral"}, - "requiredGender": { "@id": "schema:requiredGender"}, - "requiredMaxAge": { "@id": "schema:requiredMaxAge"}, - "requiredMinAge": { "@id": "schema:requiredMinAge"}, - "requiredQuantity": { "@id": "schema:requiredQuantity"}, - "requirements": { "@id": "schema:requirements", "@type": "@id"}, - "requiresSubscription": { "@id": "schema:requiresSubscription"}, - "reservationFor": { "@id": "schema:reservationFor"}, - "reservationId": { "@id": "schema:reservationId"}, - "reservationStatus": { "@id": "schema:reservationStatus"}, - "reservedTicket": { "@id": "schema:reservedTicket"}, - "responsibilities": { "@id": "schema:responsibilities"}, - "restPeriods": { "@id": "schema:restPeriods"}, - "result": { "@id": "schema:result"}, - "resultComment": { "@id": "schema:resultComment"}, - "resultReview": { "@id": "schema:resultReview"}, - "review": { "@id": "schema:review"}, - "reviewAspect": { "@id": "schema:reviewAspect"}, - "reviewBody": { "@id": "schema:reviewBody"}, - "reviewCount": { "@id": "schema:reviewCount"}, - "reviewRating": { "@id": "schema:reviewRating"}, - "reviewedBy": { "@id": "schema:reviewedBy"}, - "reviews": { "@id": "schema:reviews"}, - "riskFactor": { "@id": "schema:riskFactor"}, - "risks": { "@id": "schema:risks"}, - "roleName": { "@id": "schema:roleName", "@type": "@id"}, - "roofLoad": { "@id": "schema:roofLoad"}, - "rsvpResponse": { "@id": "schema:rsvpResponse"}, - "runsTo": { "@id": "schema:runsTo"}, - "runtime": { "@id": "schema:runtime"}, - "runtimePlatform": { "@id": "schema:runtimePlatform"}, - "rxcui": { "@id": "schema:rxcui"}, - "safetyConsideration": { "@id": "schema:safetyConsideration"}, - "salaryCurrency": { "@id": "schema:salaryCurrency"}, - "sameAs": { "@id": "schema:sameAs", "@type": "@id"}, - "sampleType": { "@id": "schema:sampleType"}, - "saturatedFatContent": { "@id": "schema:saturatedFatContent"}, - "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"}, - "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"}, - "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"}, - "screenCount": { "@id": "schema:screenCount"}, - "screenshot": { "@id": "schema:screenshot", "@type": "@id"}, - "season": { "@id": "schema:season"}, - "seasonNumber": { "@id": "schema:seasonNumber"}, - "seasons": { "@id": "schema:seasons"}, - "seatNumber": { "@id": "schema:seatNumber"}, - "seatRow": { "@id": "schema:seatRow"}, - "seatSection": { "@id": "schema:seatSection"}, - "seatingCapacity": { "@id": "schema:seatingCapacity"}, - "seatingType": { "@id": "schema:seatingType"}, - "secondaryPrevention": { "@id": "schema:secondaryPrevention"}, - "securityScreening": { "@id": "schema:securityScreening"}, - "seeks": { "@id": "schema:seeks"}, - "seller": { "@id": "schema:seller"}, - "sender": { "@id": "schema:sender"}, - "sensoryUnit": { "@id": "schema:sensoryUnit"}, - "serialNumber": { "@id": "schema:serialNumber"}, - "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"}, - "serverStatus": { "@id": "schema:serverStatus"}, - "servesCuisine": { "@id": "schema:servesCuisine"}, - "serviceArea": { "@id": "schema:serviceArea"}, - "serviceAudience": { "@id": "schema:serviceAudience"}, - "serviceLocation": { "@id": "schema:serviceLocation"}, - "serviceOperator": { "@id": "schema:serviceOperator"}, - "serviceOutput": { "@id": "schema:serviceOutput"}, - "servicePhone": { "@id": "schema:servicePhone"}, - "servicePostalAddress": { "@id": "schema:servicePostalAddress"}, - "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"}, - "serviceType": { "@id": "schema:serviceType"}, - "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"}, - "servingSize": { "@id": "schema:servingSize"}, - "sharedContent": { "@id": "schema:sharedContent"}, - "sibling": { "@id": "schema:sibling"}, - "siblings": { "@id": "schema:siblings"}, - "signDetected": { "@id": "schema:signDetected"}, - "signOrSymptom": { "@id": "schema:signOrSymptom"}, - "significance": { "@id": "schema:significance"}, - "significantLink": { "@id": "schema:significantLink", "@type": "@id"}, - "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"}, - "skills": { "@id": "schema:skills"}, - "sku": { "@id": "schema:sku"}, - "smokingAllowed": { "@id": "schema:smokingAllowed"}, - "sodiumContent": { "@id": "schema:sodiumContent"}, - "softwareAddOn": { "@id": "schema:softwareAddOn"}, - "softwareHelp": { "@id": "schema:softwareHelp"}, - "softwareRequirements": { "@id": "schema:softwareRequirements", "@type": "@id"}, - "softwareVersion": { "@id": "schema:softwareVersion"}, - "source": { "@id": "schema:source"}, - "sourceOrganization": { "@id": "schema:sourceOrganization"}, - "sourcedFrom": { "@id": "schema:sourcedFrom"}, - "spatial": { "@id": "schema:spatial"}, - "spatialCoverage": { "@id": "schema:spatialCoverage"}, - "speakable": { "@id": "schema:speakable", "@type": "@id"}, - "specialCommitments": { "@id": "schema:specialCommitments"}, - "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"}, - "specialty": { "@id": "schema:specialty"}, - "speed": { "@id": "schema:speed"}, - "spokenByCharacter": { "@id": "schema:spokenByCharacter"}, - "sponsor": { "@id": "schema:sponsor"}, - "sport": { "@id": "schema:sport", "@type": "@id"}, - "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"}, - "sportsEvent": { "@id": "schema:sportsEvent"}, - "sportsTeam": { "@id": "schema:sportsTeam"}, - "spouse": { "@id": "schema:spouse"}, - "stage": { "@id": "schema:stage"}, - "stageAsNumber": { "@id": "schema:stageAsNumber"}, - "starRating": { "@id": "schema:starRating"}, - "startDate": { "@id": "schema:startDate", "@type": "Date"}, - "startTime": { "@id": "schema:startTime", "@type": "DateTime"}, - "status": { "@id": "schema:status"}, - "steeringPosition": { "@id": "schema:steeringPosition"}, - "step": { "@id": "schema:step"}, - "stepValue": { "@id": "schema:stepValue"}, - "steps": { "@id": "schema:steps"}, - "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"}, - "streetAddress": { "@id": "schema:streetAddress"}, - "strengthUnit": { "@id": "schema:strengthUnit"}, - "strengthValue": { "@id": "schema:strengthValue"}, - "structuralClass": { "@id": "schema:structuralClass"}, - "study": { "@id": "schema:study"}, - "studyDesign": { "@id": "schema:studyDesign"}, - "studyLocation": { "@id": "schema:studyLocation"}, - "studySubject": { "@id": "schema:studySubject"}, - "stupidProperty": { "@id": "schema:stupidProperty"}, - "subEvent": { "@id": "schema:subEvent"}, - "subEvents": { "@id": "schema:subEvents"}, - "subOrganization": { "@id": "schema:subOrganization"}, - "subReservation": { "@id": "schema:subReservation"}, - "subStageSuffix": { "@id": "schema:subStageSuffix"}, - "subStructure": { "@id": "schema:subStructure"}, - "subTest": { "@id": "schema:subTest"}, - "subjectOf": { "@id": "schema:subjectOf"}, - "subtitleLanguage": { "@id": "schema:subtitleLanguage"}, - "subtype": { "@id": "schema:subtype"}, - "successorOf": { "@id": "schema:successorOf"}, - "sugarContent": { "@id": "schema:sugarContent"}, - "suggestedAnswer": { "@id": "schema:suggestedAnswer"}, - "suggestedGender": { "@id": "schema:suggestedGender"}, - "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"}, - "suggestedMinAge": { "@id": "schema:suggestedMinAge"}, - "suitableForDiet": { "@id": "schema:suitableForDiet"}, - "superEvent": { "@id": "schema:superEvent"}, - "supersededBy": { "@id": "schema:supersededBy"}, - "supply": { "@id": "schema:supply"}, - "supplyTo": { "@id": "schema:supplyTo"}, - "supportingData": { "@id": "schema:supportingData"}, - "surface": { "@id": "schema:surface", "@type": "@id"}, - "target": { "@id": "schema:target"}, - "targetCollection": { "@id": "schema:targetCollection"}, - "targetDescription": { "@id": "schema:targetDescription"}, - "targetName": { "@id": "schema:targetName"}, - "targetPlatform": { "@id": "schema:targetPlatform"}, - "targetPopulation": { "@id": "schema:targetPopulation"}, - "targetProduct": { "@id": "schema:targetProduct"}, - "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"}, - "taxID": { "@id": "schema:taxID"}, - "telephone": { "@id": "schema:telephone"}, - "temporal": { "@id": "schema:temporal", "@type": "DateTime"}, - "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"}, - "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"}, - "text": { "@id": "schema:text"}, - "thumbnail": { "@id": "schema:thumbnail"}, - "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"}, - "tickerSymbol": { "@id": "schema:tickerSymbol"}, - "ticketNumber": { "@id": "schema:ticketNumber"}, - "ticketToken": { "@id": "schema:ticketToken", "@type": "@id"}, - "ticketedSeat": { "@id": "schema:ticketedSeat"}, - "timeRequired": { "@id": "schema:timeRequired"}, - "tissueSample": { "@id": "schema:tissueSample"}, - "title": { "@id": "schema:title"}, - "toLocation": { "@id": "schema:toLocation"}, - "toRecipient": { "@id": "schema:toRecipient"}, - "tongueWeight": { "@id": "schema:tongueWeight"}, - "tool": { "@id": "schema:tool"}, - "torque": { "@id": "schema:torque"}, - "totalPaymentDue": { "@id": "schema:totalPaymentDue"}, - "totalPrice": { "@id": "schema:totalPrice"}, - "totalTime": { "@id": "schema:totalTime"}, - "touristType": { "@id": "schema:touristType"}, - "track": { "@id": "schema:track"}, - "trackingNumber": { "@id": "schema:trackingNumber"}, - "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"}, - "tracks": { "@id": "schema:tracks"}, - "trailer": { "@id": "schema:trailer"}, - "trailerWeight": { "@id": "schema:trailerWeight"}, - "trainName": { "@id": "schema:trainName"}, - "trainNumber": { "@id": "schema:trainNumber"}, - "transFatContent": { "@id": "schema:transFatContent"}, - "transcript": { "@id": "schema:transcript"}, - "translationOfWork": { "@id": "schema:translationOfWork"}, - "translator": { "@id": "schema:translator"}, - "transmissionMethod": { "@id": "schema:transmissionMethod"}, - "trialDesign": { "@id": "schema:trialDesign"}, - "tributary": { "@id": "schema:tributary"}, - "typeOfBed": { "@id": "schema:typeOfBed"}, - "typeOfGood": { "@id": "schema:typeOfGood"}, - "typicalAgeRange": { "@id": "schema:typicalAgeRange"}, - "typicalTest": { "@id": "schema:typicalTest"}, - "underName": { "@id": "schema:underName"}, - "unitCode": { "@id": "schema:unitCode", "@type": "@id"}, - "unitText": { "@id": "schema:unitText"}, - "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"}, - "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"}, - "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"}, - "upvoteCount": { "@id": "schema:upvoteCount"}, - "url": { "@id": "schema:url", "@type": "@id"}, - "urlTemplate": { "@id": "schema:urlTemplate"}, - "usedToDiagnose": { "@id": "schema:usedToDiagnose"}, - "userInteractionCount": { "@id": "schema:userInteractionCount"}, - "usesDevice": { "@id": "schema:usesDevice"}, - "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard", "@type": "@id"}, - "validFor": { "@id": "schema:validFor"}, - "validFrom": { "@id": "schema:validFrom", "@type": "DateTime"}, - "validIn": { "@id": "schema:validIn"}, - "validThrough": { "@id": "schema:validThrough", "@type": "DateTime"}, - "validUntil": { "@id": "schema:validUntil", "@type": "Date"}, - "value": { "@id": "schema:value"}, - "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"}, - "valueMaxLength": { "@id": "schema:valueMaxLength"}, - "valueMinLength": { "@id": "schema:valueMinLength"}, - "valueName": { "@id": "schema:valueName"}, - "valuePattern": { "@id": "schema:valuePattern"}, - "valueReference": { "@id": "schema:valueReference"}, - "valueRequired": { "@id": "schema:valueRequired"}, - "variableMeasured": { "@id": "schema:variableMeasured"}, - "variablesMeasured": { "@id": "schema:variablesMeasured"}, - "variantCover": { "@id": "schema:variantCover"}, - "vatID": { "@id": "schema:vatID"}, - "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"}, - "vehicleEngine": { "@id": "schema:vehicleEngine"}, - "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"}, - "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"}, - "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"}, - "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"}, - "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"}, - "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"}, - "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"}, - "vendor": { "@id": "schema:vendor"}, - "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"}, - "version": { "@id": "schema:version"}, - "video": { "@id": "schema:video"}, - "videoFormat": { "@id": "schema:videoFormat"}, - "videoFrameSize": { "@id": "schema:videoFrameSize"}, - "videoQuality": { "@id": "schema:videoQuality"}, - "volumeNumber": { "@id": "schema:volumeNumber"}, - "warning": { "@id": "schema:warning", "@type": "@id"}, - "warranty": { "@id": "schema:warranty"}, - "warrantyPromise": { "@id": "schema:warrantyPromise"}, - "warrantyScope": { "@id": "schema:warrantyScope"}, - "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"}, - "weight": { "@id": "schema:weight"}, - "weightTotal": { "@id": "schema:weightTotal"}, - "wheelbase": { "@id": "schema:wheelbase"}, - "width": { "@id": "schema:width"}, - "winner": { "@id": "schema:winner"}, - "wordCount": { "@id": "schema:wordCount"}, - "workExample": { "@id": "schema:workExample"}, - "workFeatured": { "@id": "schema:workFeatured"}, - "workHours": { "@id": "schema:workHours"}, - "workLocation": { "@id": "schema:workLocation"}, - "workPerformed": { "@id": "schema:workPerformed"}, - "workPresented": { "@id": "schema:workPresented"}, - "workTranslation": { "@id": "schema:workTranslation"}, - "workload": { "@id": "schema:workload"}, - "worksFor": { "@id": "schema:worksFor"}, - "worstRating": { "@id": "schema:worstRating"}, - "xpath": { "@id": "schema:xpath"}, - "yearlyRevenue": { "@id": "schema:yearlyRevenue"}, - "yearsInOperation": { "@id": "schema:yearsInOperation"}, - "yield": { "@id": "schema:yield"} - } - } - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:37 GMT -- request: - method: get - uri: http://schema.org/ - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - response: - status: - code: 302 - message: Found - headers: - Content-Type: - - text/html; charset=utf-8 - Access-Control-Allow-Origin: - - "*" - Location: - - http://schema.org/docs/jsonldcontext.json - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - a4db57a067ee916e9f8a1606f2485d60 - Date: - - Sun, 11 Mar 2018 20:39:36 GMT - Server: - - Google Frontend - Content-Length: - - '0' - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:38 GMT -- request: - method: get - uri: http://schema.org/docs/jsonldcontext.json - body: - encoding: US-ASCII - string: '' - headers: - Accept: - - application/ld+json, application/json - Accept-Encoding: - - gzip, deflate - User-Agent: - - rest-client/2.0.2 (linux-gnu x86_64) ruby/2.4.1p111 - Cookie: - - GOOGAPPUID=3-4pre - response: - status: - code: 200 - message: OK - headers: - Access-Control-Allow-Origin: - - "*" - Cache-Control: - - private, max-age=600 - Vary: - - Accept, Accept-Encoding - Content-Type: - - application/ld+json; charset=utf-8 - Etag: - - 24751180311203702a2048647386json - Last-Modified: - - Sun, 11 Mar 2018 20:37:02 UTC - Set-Cookie: - - GOOGAPPUID=3-4pre; Path=/ - X-Cloud-Trace-Context: - - c3f3e68502c9031e555f013c3cd93b0b - Date: - - Sun, 11 Mar 2018 20:39:36 GMT - Server: - - Google Frontend - Content-Length: - - '134320' - Expires: - - Sun, 11 Mar 2018 20:39:36 GMT - body: - encoding: UTF-8 - string: | - { - "@context": { - "type": "@type", - "id": "@id", - "@vocab": "http://schema.org/", - "schema": "http://schema.org/", - "cat": "http://www.w3.org/ns/dcat#", - "cc": "http://creativecommons.org/ns#", - "cnt": "http://www.w3.org/2008/content#", - "ctag": "http://commontag.org/ns#", - "dc": "http://purl.org/dc/terms/", - "dcat": "http://www.w3.org/ns/dcat#", - "dcterms": "http://purl.org/dc/terms/", - "describedby": "http://www.w3.org/2007/05/powder-s#describedby", - "earl": "http://www.w3.org/ns/earl#", - "foaf": "http://xmlns.com/foaf/0.1/", - "gldp": "http://www.w3.org/ns/people#", - "gr": "http://purl.org/goodrelations/v1#", - "grddl": "http://www.w3.org/2003/g/data-view#", - "ht": "http://www.w3.org/2006/http#", - "ical": "http://www.w3.org/2002/12/cal/icaltzd#", - "license": "http://www.w3.org/1999/xhtml/vocab#license", - "ma": "http://www.w3.org/ns/ma-ont#", - "og": "http://ogp.me/ns#", - "org": "http://www.w3.org/ns/org#", - "org": "http://www.w3.org/ns/org#", - "owl": "http://www.w3.org/2002/07/owl#", - "prov": "http://www.w3.org/ns/prov#", - "ptr": "http://www.w3.org/2009/pointers#", - "qb": "http://purl.org/linked-data/cube#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfa": "http://www.w3.org/ns/rdfa#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "rev": "http://purl.org/stuff/rev#", - "rif": "http://www.w3.org/2007/rif#", - "role": "http://www.w3.org/1999/xhtml/vocab#role", - "rr": "http://www.w3.org/ns/r2rml#", - "sd": "http://www.w3.org/ns/sparql-service-description#", - "sioc": "http://rdfs.org/sioc/ns#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "skosxl": "http://www.w3.org/2008/05/skos-xl#", - "v": "http://rdf.data-vocabulary.org/#", - "vcard": "http://www.w3.org/2006/vcard/ns#", - "void": "http://rdfs.org/ns/void#", - "wdr": "http://www.w3.org/2007/05/powder#", - "wdrs": "http://www.w3.org/2007/05/powder-s#", - "xhv": "http://www.w3.org/1999/xhtml/vocab#", - "xml": "http://www.w3.org/XML/1998/namespace", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "AMRadioChannel": {"@id": "schema:AMRadioChannel"}, - "APIReference": {"@id": "schema:APIReference"}, - "Abdomen": {"@id": "schema:Abdomen"}, - "AboutPage": {"@id": "schema:AboutPage"}, - "AcceptAction": {"@id": "schema:AcceptAction"}, - "Accommodation": {"@id": "schema:Accommodation"}, - "AccountingService": {"@id": "schema:AccountingService"}, - "AchieveAction": {"@id": "schema:AchieveAction"}, - "Action": {"@id": "schema:Action"}, - "ActionStatusType": {"@id": "schema:ActionStatusType"}, - "ActivateAction": {"@id": "schema:ActivateAction"}, - "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"}, - "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"}, - "AddAction": {"@id": "schema:AddAction"}, - "AdministrativeArea": {"@id": "schema:AdministrativeArea"}, - "AdultEntertainment": {"@id": "schema:AdultEntertainment"}, - "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"}, - "AerobicActivity": {"@id": "schema:AerobicActivity"}, - "AggregateOffer": {"@id": "schema:AggregateOffer"}, - "AggregateRating": {"@id": "schema:AggregateRating"}, - "AgreeAction": {"@id": "schema:AgreeAction"}, - "Airline": {"@id": "schema:Airline"}, - "Airport": {"@id": "schema:Airport"}, - "AlbumRelease": {"@id": "schema:AlbumRelease"}, - "AlignmentObject": {"@id": "schema:AlignmentObject"}, - "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"}, - "AllocateAction": {"@id": "schema:AllocateAction"}, - "AmusementPark": {"@id": "schema:AmusementPark"}, - "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"}, - "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"}, - "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"}, - "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"}, - "Anesthesia": {"@id": "schema:Anesthesia"}, - "AnimalShelter": {"@id": "schema:AnimalShelter"}, - "Answer": {"@id": "schema:Answer"}, - "Apartment": {"@id": "schema:Apartment"}, - "ApartmentComplex": {"@id": "schema:ApartmentComplex"}, - "Appearance": {"@id": "schema:Appearance"}, - "AppendAction": {"@id": "schema:AppendAction"}, - "ApplyAction": {"@id": "schema:ApplyAction"}, - "ApprovedIndication": {"@id": "schema:ApprovedIndication"}, - "Aquarium": {"@id": "schema:Aquarium"}, - "ArriveAction": {"@id": "schema:ArriveAction"}, - "ArtGallery": {"@id": "schema:ArtGallery"}, - "Artery": {"@id": "schema:Artery"}, - "Article": {"@id": "schema:Article"}, - "AskAction": {"@id": "schema:AskAction"}, - "AssessAction": {"@id": "schema:AssessAction"}, - "AssignAction": {"@id": "schema:AssignAction"}, - "Atlas": {"@id": "schema:Atlas"}, - "Attorney": {"@id": "schema:Attorney"}, - "Audience": {"@id": "schema:Audience"}, - "AudioObject": {"@id": "schema:AudioObject"}, - "Audiobook": {"@id": "schema:Audiobook"}, - "AudiobookFormat": {"@id": "schema:AudiobookFormat"}, - "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"}, - "AuthorizeAction": {"@id": "schema:AuthorizeAction"}, - "AutoBodyShop": {"@id": "schema:AutoBodyShop"}, - "AutoDealer": {"@id": "schema:AutoDealer"}, - "AutoPartsStore": {"@id": "schema:AutoPartsStore"}, - "AutoRental": {"@id": "schema:AutoRental"}, - "AutoRepair": {"@id": "schema:AutoRepair"}, - "AutoWash": {"@id": "schema:AutoWash"}, - "AutomatedTeller": {"@id": "schema:AutomatedTeller"}, - "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"}, - "Ayurvedic": {"@id": "schema:Ayurvedic"}, - "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"}, - "Bacteria": {"@id": "schema:Bacteria"}, - "Bakery": {"@id": "schema:Bakery"}, - "Balance": {"@id": "schema:Balance"}, - "BankAccount": {"@id": "schema:BankAccount"}, - "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"}, - "BarOrPub": {"@id": "schema:BarOrPub"}, - "Barcode": {"@id": "schema:Barcode"}, - "Beach": {"@id": "schema:Beach"}, - "BeautySalon": {"@id": "schema:BeautySalon"}, - "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"}, - "BedDetails": {"@id": "schema:BedDetails"}, - "BedType": {"@id": "schema:BedType"}, - "BefriendAction": {"@id": "schema:BefriendAction"}, - "BikeStore": {"@id": "schema:BikeStore"}, - "Blog": {"@id": "schema:Blog"}, - "BlogPosting": {"@id": "schema:BlogPosting"}, - "BloodTest": {"@id": "schema:BloodTest"}, - "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"}, - "BodyOfWater": {"@id": "schema:BodyOfWater"}, - "Bone": {"@id": "schema:Bone"}, - "Book": {"@id": "schema:Book"}, - "BookFormatType": {"@id": "schema:BookFormatType"}, - "BookSeries": {"@id": "schema:BookSeries"}, - "BookStore": {"@id": "schema:BookStore"}, - "BookmarkAction": {"@id": "schema:BookmarkAction"}, - "Boolean": {"@id": "schema:Boolean"}, - "BorrowAction": {"@id": "schema:BorrowAction"}, - "BowlingAlley": {"@id": "schema:BowlingAlley"}, - "BrainStructure": {"@id": "schema:BrainStructure"}, - "Brand": {"@id": "schema:Brand"}, - "BreadcrumbList": {"@id": "schema:BreadcrumbList"}, - "Brewery": {"@id": "schema:Brewery"}, - "Bridge": {"@id": "schema:Bridge"}, - "BroadcastChannel": {"@id": "schema:BroadcastChannel"}, - "BroadcastEvent": {"@id": "schema:BroadcastEvent"}, - "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"}, - "BroadcastRelease": {"@id": "schema:BroadcastRelease"}, - "BroadcastService": {"@id": "schema:BroadcastService"}, - "BrokerageAccount": {"@id": "schema:BrokerageAccount"}, - "BuddhistTemple": {"@id": "schema:BuddhistTemple"}, - "BusOrCoach": {"@id": "schema:BusOrCoach"}, - "BusReservation": {"@id": "schema:BusReservation"}, - "BusStation": {"@id": "schema:BusStation"}, - "BusStop": {"@id": "schema:BusStop"}, - "BusTrip": {"@id": "schema:BusTrip"}, - "BusinessAudience": {"@id": "schema:BusinessAudience"}, - "BusinessEntityType": {"@id": "schema:BusinessEntityType"}, - "BusinessEvent": {"@id": "schema:BusinessEvent"}, - "BusinessFunction": {"@id": "schema:BusinessFunction"}, - "BuyAction": {"@id": "schema:BuyAction"}, - "CDFormat": {"@id": "schema:CDFormat"}, - "CT": {"@id": "schema:CT"}, - "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"}, - "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"}, - "Campground": {"@id": "schema:Campground"}, - "CampingPitch": {"@id": "schema:CampingPitch"}, - "Canal": {"@id": "schema:Canal"}, - "CancelAction": {"@id": "schema:CancelAction"}, - "Car": {"@id": "schema:Car"}, - "CarUsageType": {"@id": "schema:CarUsageType"}, - "Cardiovascular": {"@id": "schema:Cardiovascular"}, - "CardiovascularExam": {"@id": "schema:CardiovascularExam"}, - "CaseSeries": {"@id": "schema:CaseSeries"}, - "Casino": {"@id": "schema:Casino"}, - "CassetteFormat": {"@id": "schema:CassetteFormat"}, - "CategoryCode": {"@id": "schema:CategoryCode"}, - "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"}, - "CatholicChurch": {"@id": "schema:CatholicChurch"}, - "Cemetery": {"@id": "schema:Cemetery"}, - "Chapter": {"@id": "schema:Chapter"}, - "CheckAction": {"@id": "schema:CheckAction"}, - "CheckInAction": {"@id": "schema:CheckInAction"}, - "CheckOutAction": {"@id": "schema:CheckOutAction"}, - "CheckoutPage": {"@id": "schema:CheckoutPage"}, - "ChildCare": {"@id": "schema:ChildCare"}, - "ChildrensEvent": {"@id": "schema:ChildrensEvent"}, - "Chiropractic": {"@id": "schema:Chiropractic"}, - "ChooseAction": {"@id": "schema:ChooseAction"}, - "Church": {"@id": "schema:Church"}, - "City": {"@id": "schema:City"}, - "CityHall": {"@id": "schema:CityHall"}, - "CivicStructure": {"@id": "schema:CivicStructure"}, - "ClaimReview": {"@id": "schema:ClaimReview"}, - "Class": {"@id": "schema:Class"}, - "Clinician": {"@id": "schema:Clinician"}, - "Clip": {"@id": "schema:Clip"}, - "ClothingStore": {"@id": "schema:ClothingStore"}, - "CoOp": {"@id": "schema:CoOp"}, - "Code": {"@id": "schema:Code"}, - "CohortStudy": {"@id": "schema:CohortStudy"}, - "Collection": {"@id": "schema:Collection"}, - "CollectionPage": {"@id": "schema:CollectionPage"}, - "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"}, - "ComedyClub": {"@id": "schema:ComedyClub"}, - "ComedyEvent": {"@id": "schema:ComedyEvent"}, - "ComicCoverArt": {"@id": "schema:ComicCoverArt"}, - "ComicIssue": {"@id": "schema:ComicIssue"}, - "ComicSeries": {"@id": "schema:ComicSeries"}, - "ComicStory": {"@id": "schema:ComicStory"}, - "Comment": {"@id": "schema:Comment"}, - "CommentAction": {"@id": "schema:CommentAction"}, - "CommentPermission": {"@id": "schema:CommentPermission"}, - "CommunicateAction": {"@id": "schema:CommunicateAction"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CommunityHealth": {"@id": "schema:CommunityHealth"}, - "CompilationAlbum": {"@id": "schema:CompilationAlbum"}, - "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"}, - "Completed": {"@id": "schema:Completed"}, - "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"}, - "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"}, - "ComputerLanguage": {"@id": "schema:ComputerLanguage"}, - "ComputerStore": {"@id": "schema:ComputerStore"}, - "ConfirmAction": {"@id": "schema:ConfirmAction"}, - "Consortium": {"@id": "schema:Consortium"}, - "ConsumeAction": {"@id": "schema:ConsumeAction"}, - "ContactPage": {"@id": "schema:ContactPage"}, - "ContactPoint": {"@id": "schema:ContactPoint"}, - "ContactPointOption": {"@id": "schema:ContactPointOption"}, - "Continent": {"@id": "schema:Continent"}, - "ControlAction": {"@id": "schema:ControlAction"}, - "ConvenienceStore": {"@id": "schema:ConvenienceStore"}, - "Conversation": {"@id": "schema:Conversation"}, - "CookAction": {"@id": "schema:CookAction"}, - "Corporation": {"@id": "schema:Corporation"}, - "Country": {"@id": "schema:Country"}, - "Course": {"@id": "schema:Course"}, - "CourseInstance": {"@id": "schema:CourseInstance"}, - "Courthouse": {"@id": "schema:Courthouse"}, - "CoverArt": {"@id": "schema:CoverArt"}, - "CreateAction": {"@id": "schema:CreateAction"}, - "CreativeWork": {"@id": "schema:CreativeWork"}, - "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"}, - "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"}, - "CreditCard": {"@id": "schema:CreditCard"}, - "Crematorium": {"@id": "schema:Crematorium"}, - "CriticReview": {"@id": "schema:CriticReview"}, - "CrossSectional": {"@id": "schema:CrossSectional"}, - "CssSelectorType": {"@id": "schema:CssSelectorType"}, - "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"}, - "DDxElement": {"@id": "schema:DDxElement"}, - "DJMixAlbum": {"@id": "schema:DJMixAlbum"}, - "DVDFormat": {"@id": "schema:DVDFormat"}, - "DamagedCondition": {"@id": "schema:DamagedCondition"}, - "DanceEvent": {"@id": "schema:DanceEvent"}, - "DanceGroup": {"@id": "schema:DanceGroup"}, - "DataCatalog": {"@id": "schema:DataCatalog"}, - "DataDownload": {"@id": "schema:DataDownload"}, - "DataFeed": {"@id": "schema:DataFeed"}, - "DataFeedItem": {"@id": "schema:DataFeedItem"}, - "DataType": {"@id": "schema:DataType"}, - "Dataset": {"@id": "schema:Dataset"}, - "Date": {"@id": "schema:Date"}, - "DateTime": {"@id": "schema:DateTime"}, - "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"}, - "DayOfWeek": {"@id": "schema:DayOfWeek"}, - "DaySpa": {"@id": "schema:DaySpa"}, - "DeactivateAction": {"@id": "schema:DeactivateAction"}, - "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"}, - "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"}, - "DeleteAction": {"@id": "schema:DeleteAction"}, - "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"}, - "DeliveryEvent": {"@id": "schema:DeliveryEvent"}, - "DeliveryMethod": {"@id": "schema:DeliveryMethod"}, - "Demand": {"@id": "schema:Demand"}, - "DemoAlbum": {"@id": "schema:DemoAlbum"}, - "Dentist": {"@id": "schema:Dentist"}, - "Dentistry": {"@id": "schema:Dentistry"}, - "DepartAction": {"@id": "schema:DepartAction"}, - "DepartmentStore": {"@id": "schema:DepartmentStore"}, - "DepositAccount": {"@id": "schema:DepositAccount"}, - "Dermatologic": {"@id": "schema:Dermatologic"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "Dermatology": {"@id": "schema:Dermatology"}, - "DiabeticDiet": {"@id": "schema:DiabeticDiet"}, - "Diagnostic": {"@id": "schema:Diagnostic"}, - "DiagnosticLab": {"@id": "schema:DiagnosticLab"}, - "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"}, - "Diet": {"@id": "schema:Diet"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietNutrition": {"@id": "schema:DietNutrition"}, - "DietarySupplement": {"@id": "schema:DietarySupplement"}, - "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"}, - "DigitalDocument": {"@id": "schema:DigitalDocument"}, - "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"}, - "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"}, - "DigitalFormat": {"@id": "schema:DigitalFormat"}, - "DisagreeAction": {"@id": "schema:DisagreeAction"}, - "Discontinued": {"@id": "schema:Discontinued"}, - "DiscoverAction": {"@id": "schema:DiscoverAction"}, - "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"}, - "DislikeAction": {"@id": "schema:DislikeAction"}, - "Distance": {"@id": "schema:Distance"}, - "Distillery": {"@id": "schema:Distillery"}, - "DonateAction": {"@id": "schema:DonateAction"}, - "DoseSchedule": {"@id": "schema:DoseSchedule"}, - "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"}, - "DownloadAction": {"@id": "schema:DownloadAction"}, - "DrawAction": {"@id": "schema:DrawAction"}, - "DrinkAction": {"@id": "schema:DrinkAction"}, - "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"}, - "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"}, - "Drug": {"@id": "schema:Drug"}, - "DrugClass": {"@id": "schema:DrugClass"}, - "DrugCost": {"@id": "schema:DrugCost"}, - "DrugCostCategory": {"@id": "schema:DrugCostCategory"}, - "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"}, - "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"}, - "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"}, - "DrugStrength": {"@id": "schema:DrugStrength"}, - "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"}, - "Duration": {"@id": "schema:Duration"}, - "EBook": {"@id": "schema:EBook"}, - "EPRelease": {"@id": "schema:EPRelease"}, - "Ear": {"@id": "schema:Ear"}, - "EatAction": {"@id": "schema:EatAction"}, - "EducationEvent": {"@id": "schema:EducationEvent"}, - "EducationalAudience": {"@id": "schema:EducationalAudience"}, - "EducationalOrganization": {"@id": "schema:EducationalOrganization"}, - "Electrician": {"@id": "schema:Electrician"}, - "ElectronicsStore": {"@id": "schema:ElectronicsStore"}, - "ElementarySchool": {"@id": "schema:ElementarySchool"}, - "EmailMessage": {"@id": "schema:EmailMessage"}, - "Embassy": {"@id": "schema:Embassy"}, - "Emergency": {"@id": "schema:Emergency"}, - "Emergency": {"@id": "schema:Emergency"}, - "EmergencyService": {"@id": "schema:EmergencyService"}, - "EmployeeRole": {"@id": "schema:EmployeeRole"}, - "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"}, - "EmployerReview": {"@id": "schema:EmployerReview"}, - "EmploymentAgency": {"@id": "schema:EmploymentAgency"}, - "Endocrine": {"@id": "schema:Endocrine"}, - "EndorseAction": {"@id": "schema:EndorseAction"}, - "EndorsementRating": {"@id": "schema:EndorsementRating"}, - "Energy": {"@id": "schema:Energy"}, - "EngineSpecification": {"@id": "schema:EngineSpecification"}, - "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"}, - "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"}, - "EntryPoint": {"@id": "schema:EntryPoint"}, - "Enumeration": {"@id": "schema:Enumeration"}, - "Episode": {"@id": "schema:Episode"}, - "Event": {"@id": "schema:Event"}, - "EventCancelled": {"@id": "schema:EventCancelled"}, - "EventPostponed": {"@id": "schema:EventPostponed"}, - "EventRescheduled": {"@id": "schema:EventRescheduled"}, - "EventReservation": {"@id": "schema:EventReservation"}, - "EventScheduled": {"@id": "schema:EventScheduled"}, - "EventSeries": {"@id": "schema:EventSeries"}, - "EventStatusType": {"@id": "schema:EventStatusType"}, - "EventVenue": {"@id": "schema:EventVenue"}, - "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"}, - "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"}, - "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"}, - "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"}, - "ExerciseAction": {"@id": "schema:ExerciseAction"}, - "ExerciseGym": {"@id": "schema:ExerciseGym"}, - "ExercisePlan": {"@id": "schema:ExercisePlan"}, - "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"}, - "Eye": {"@id": "schema:Eye"}, - "FAQPage": {"@id": "schema:FAQPage"}, - "FDAcategoryA": {"@id": "schema:FDAcategoryA"}, - "FDAcategoryB": {"@id": "schema:FDAcategoryB"}, - "FDAcategoryC": {"@id": "schema:FDAcategoryC"}, - "FDAcategoryD": {"@id": "schema:FDAcategoryD"}, - "FDAcategoryX": {"@id": "schema:FDAcategoryX"}, - "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"}, - "FMRadioChannel": {"@id": "schema:FMRadioChannel"}, - "FailedActionStatus": {"@id": "schema:FailedActionStatus"}, - "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"}, - "Female": {"@id": "schema:Female"}, - "Festival": {"@id": "schema:Festival"}, - "FilmAction": {"@id": "schema:FilmAction"}, - "FinancialProduct": {"@id": "schema:FinancialProduct"}, - "FinancialService": {"@id": "schema:FinancialService"}, - "FindAction": {"@id": "schema:FindAction"}, - "FireStation": {"@id": "schema:FireStation"}, - "Flexibility": {"@id": "schema:Flexibility"}, - "Flight": {"@id": "schema:Flight"}, - "FlightReservation": {"@id": "schema:FlightReservation"}, - "Float": {"@id": "schema:Float"}, - "Florist": {"@id": "schema:Florist"}, - "FollowAction": {"@id": "schema:FollowAction"}, - "FoodEstablishment": {"@id": "schema:FoodEstablishment"}, - "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"}, - "FoodEvent": {"@id": "schema:FoodEvent"}, - "FoodService": {"@id": "schema:FoodService"}, - "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"}, - "Friday": {"@id": "schema:Friday"}, - "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"}, - "Fungus": {"@id": "schema:Fungus"}, - "FurnitureStore": {"@id": "schema:FurnitureStore"}, - "Game": {"@id": "schema:Game"}, - "GamePlayMode": {"@id": "schema:GamePlayMode"}, - "GameServer": {"@id": "schema:GameServer"}, - "GameServerStatus": {"@id": "schema:GameServerStatus"}, - "GardenStore": {"@id": "schema:GardenStore"}, - "GasStation": {"@id": "schema:GasStation"}, - "Gastroenterologic": {"@id": "schema:Gastroenterologic"}, - "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"}, - "GenderType": {"@id": "schema:GenderType"}, - "GeneralContractor": {"@id": "schema:GeneralContractor"}, - "Genetic": {"@id": "schema:Genetic"}, - "Genitourinary": {"@id": "schema:Genitourinary"}, - "GeoCircle": {"@id": "schema:GeoCircle"}, - "GeoCoordinates": {"@id": "schema:GeoCoordinates"}, - "GeoShape": {"@id": "schema:GeoShape"}, - "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "Geriatric": {"@id": "schema:Geriatric"}, - "GiveAction": {"@id": "schema:GiveAction"}, - "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"}, - "GolfCourse": {"@id": "schema:GolfCourse"}, - "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"}, - "GovernmentOffice": {"@id": "schema:GovernmentOffice"}, - "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"}, - "GovernmentPermit": {"@id": "schema:GovernmentPermit"}, - "GovernmentService": {"@id": "schema:GovernmentService"}, - "GraphicNovel": {"@id": "schema:GraphicNovel"}, - "GroceryStore": {"@id": "schema:GroceryStore"}, - "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "Gynecologic": {"@id": "schema:Gynecologic"}, - "HVACBusiness": {"@id": "schema:HVACBusiness"}, - "HairSalon": {"@id": "schema:HairSalon"}, - "HalalDiet": {"@id": "schema:HalalDiet"}, - "Hardcover": {"@id": "schema:Hardcover"}, - "HardwareStore": {"@id": "schema:HardwareStore"}, - "Head": {"@id": "schema:Head"}, - "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"}, - "HealthClub": {"@id": "schema:HealthClub"}, - "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"}, - "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"}, - "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"}, - "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"}, - "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"}, - "Hematologic": {"@id": "schema:Hematologic"}, - "HighSchool": {"@id": "schema:HighSchool"}, - "HinduDiet": {"@id": "schema:HinduDiet"}, - "HinduTemple": {"@id": "schema:HinduTemple"}, - "HobbyShop": {"@id": "schema:HobbyShop"}, - "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"}, - "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"}, - "Homeopathic": {"@id": "schema:Homeopathic"}, - "Hospital": {"@id": "schema:Hospital"}, - "Hostel": {"@id": "schema:Hostel"}, - "Hotel": {"@id": "schema:Hotel"}, - "HotelRoom": {"@id": "schema:HotelRoom"}, - "House": {"@id": "schema:House"}, - "HousePainter": {"@id": "schema:HousePainter"}, - "HowTo": {"@id": "schema:HowTo"}, - "HowToDirection": {"@id": "schema:HowToDirection"}, - "HowToItem": {"@id": "schema:HowToItem"}, - "HowToSection": {"@id": "schema:HowToSection"}, - "HowToStep": {"@id": "schema:HowToStep"}, - "HowToSupply": {"@id": "schema:HowToSupply"}, - "HowToTip": {"@id": "schema:HowToTip"}, - "HowToTool": {"@id": "schema:HowToTool"}, - "IceCreamShop": {"@id": "schema:IceCreamShop"}, - "IgnoreAction": {"@id": "schema:IgnoreAction"}, - "ImageGallery": {"@id": "schema:ImageGallery"}, - "ImageObject": {"@id": "schema:ImageObject"}, - "ImagingTest": {"@id": "schema:ImagingTest"}, - "InForce": {"@id": "schema:InForce"}, - "InStock": {"@id": "schema:InStock"}, - "InStoreOnly": {"@id": "schema:InStoreOnly"}, - "IndividualProduct": {"@id": "schema:IndividualProduct"}, - "Infectious": {"@id": "schema:Infectious"}, - "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"}, - "InfectiousDisease": {"@id": "schema:InfectiousDisease"}, - "InformAction": {"@id": "schema:InformAction"}, - "InsertAction": {"@id": "schema:InsertAction"}, - "InstallAction": {"@id": "schema:InstallAction"}, - "InsuranceAgency": {"@id": "schema:InsuranceAgency"}, - "Intangible": {"@id": "schema:Intangible"}, - "Integer": {"@id": "schema:Integer"}, - "InteractAction": {"@id": "schema:InteractAction"}, - "InteractionCounter": {"@id": "schema:InteractionCounter"}, - "InternationalTrial": {"@id": "schema:InternationalTrial"}, - "InternetCafe": {"@id": "schema:InternetCafe"}, - "InvestmentFund": {"@id": "schema:InvestmentFund"}, - "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"}, - "InviteAction": {"@id": "schema:InviteAction"}, - "Invoice": {"@id": "schema:Invoice"}, - "ItemAvailability": {"@id": "schema:ItemAvailability"}, - "ItemList": {"@id": "schema:ItemList"}, - "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"}, - "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"}, - "ItemListOrderType": {"@id": "schema:ItemListOrderType"}, - "ItemListUnordered": {"@id": "schema:ItemListUnordered"}, - "ItemPage": {"@id": "schema:ItemPage"}, - "JewelryStore": {"@id": "schema:JewelryStore"}, - "JobPosting": {"@id": "schema:JobPosting"}, - "JoinAction": {"@id": "schema:JoinAction"}, - "Joint": {"@id": "schema:Joint"}, - "KosherDiet": {"@id": "schema:KosherDiet"}, - "LaboratoryScience": {"@id": "schema:LaboratoryScience"}, - "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"}, - "Landform": {"@id": "schema:Landform"}, - "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"}, - "Language": {"@id": "schema:Language"}, - "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"}, - "LeaveAction": {"@id": "schema:LeaveAction"}, - "LeftHandDriving": {"@id": "schema:LeftHandDriving"}, - "LegalForceStatus": {"@id": "schema:LegalForceStatus"}, - "LegalService": {"@id": "schema:LegalService"}, - "LegalValueLevel": {"@id": "schema:LegalValueLevel"}, - "Legislation": {"@id": "schema:Legislation"}, - "LegislationObject": {"@id": "schema:LegislationObject"}, - "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"}, - "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"}, - "LendAction": {"@id": "schema:LendAction"}, - "Library": {"@id": "schema:Library"}, - "LibrarySystem": {"@id": "schema:LibrarySystem"}, - "LifestyleModification": {"@id": "schema:LifestyleModification"}, - "Ligament": {"@id": "schema:Ligament"}, - "LikeAction": {"@id": "schema:LikeAction"}, - "LimitedAvailability": {"@id": "schema:LimitedAvailability"}, - "LinkRole": {"@id": "schema:LinkRole"}, - "LiquorStore": {"@id": "schema:LiquorStore"}, - "ListItem": {"@id": "schema:ListItem"}, - "ListenAction": {"@id": "schema:ListenAction"}, - "LiteraryEvent": {"@id": "schema:LiteraryEvent"}, - "LiveAlbum": {"@id": "schema:LiveAlbum"}, - "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"}, - "LoanOrCredit": {"@id": "schema:LoanOrCredit"}, - "LocalBusiness": {"@id": "schema:LocalBusiness"}, - "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"}, - "LockerDelivery": {"@id": "schema:LockerDelivery"}, - "Locksmith": {"@id": "schema:Locksmith"}, - "LodgingBusiness": {"@id": "schema:LodgingBusiness"}, - "LodgingReservation": {"@id": "schema:LodgingReservation"}, - "Longitudinal": {"@id": "schema:Longitudinal"}, - "LoseAction": {"@id": "schema:LoseAction"}, - "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"}, - "LowFatDiet": {"@id": "schema:LowFatDiet"}, - "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"}, - "LowSaltDiet": {"@id": "schema:LowSaltDiet"}, - "Lung": {"@id": "schema:Lung"}, - "LymphaticVessel": {"@id": "schema:LymphaticVessel"}, - "MRI": {"@id": "schema:MRI"}, - "Male": {"@id": "schema:Male"}, - "Map": {"@id": "schema:Map"}, - "MapCategoryType": {"@id": "schema:MapCategoryType"}, - "MarryAction": {"@id": "schema:MarryAction"}, - "Mass": {"@id": "schema:Mass"}, - "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"}, - "MediaObject": {"@id": "schema:MediaObject"}, - "MedicalAudience": {"@id": "schema:MedicalAudience"}, - "MedicalBusiness": {"@id": "schema:MedicalBusiness"}, - "MedicalCause": {"@id": "schema:MedicalCause"}, - "MedicalClinic": {"@id": "schema:MedicalClinic"}, - "MedicalCode": {"@id": "schema:MedicalCode"}, - "MedicalCondition": {"@id": "schema:MedicalCondition"}, - "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"}, - "MedicalContraindication": {"@id": "schema:MedicalContraindication"}, - "MedicalDevice": {"@id": "schema:MedicalDevice"}, - "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"}, - "MedicalEntity": {"@id": "schema:MedicalEntity"}, - "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"}, - "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"}, - "MedicalGuideline": {"@id": "schema:MedicalGuideline"}, - "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"}, - "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"}, - "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"}, - "MedicalIndication": {"@id": "schema:MedicalIndication"}, - "MedicalIntangible": {"@id": "schema:MedicalIntangible"}, - "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"}, - "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"}, - "MedicalOrganization": {"@id": "schema:MedicalOrganization"}, - "MedicalProcedure": {"@id": "schema:MedicalProcedure"}, - "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"}, - "MedicalResearcher": {"@id": "schema:MedicalResearcher"}, - "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"}, - "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"}, - "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"}, - "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"}, - "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"}, - "MedicalSign": {"@id": "schema:MedicalSign"}, - "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"}, - "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"}, - "MedicalStudy": {"@id": "schema:MedicalStudy"}, - "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"}, - "MedicalSymptom": {"@id": "schema:MedicalSymptom"}, - "MedicalTest": {"@id": "schema:MedicalTest"}, - "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"}, - "MedicalTherapy": {"@id": "schema:MedicalTherapy"}, - "MedicalTrial": {"@id": "schema:MedicalTrial"}, - "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"}, - "MedicalWebPage": {"@id": "schema:MedicalWebPage"}, - "MedicineSystem": {"@id": "schema:MedicineSystem"}, - "MeetingRoom": {"@id": "schema:MeetingRoom"}, - "MensClothingStore": {"@id": "schema:MensClothingStore"}, - "Menu": {"@id": "schema:Menu"}, - "MenuItem": {"@id": "schema:MenuItem"}, - "MenuSection": {"@id": "schema:MenuSection"}, - "Message": {"@id": "schema:Message"}, - "MiddleSchool": {"@id": "schema:MiddleSchool"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "Midwifery": {"@id": "schema:Midwifery"}, - "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"}, - "MobileApplication": {"@id": "schema:MobileApplication"}, - "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"}, - "Monday": {"@id": "schema:Monday"}, - "MonetaryAmount": {"@id": "schema:MonetaryAmount"}, - "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"}, - "MoneyTransfer": {"@id": "schema:MoneyTransfer"}, - "MortgageLoan": {"@id": "schema:MortgageLoan"}, - "Mosque": {"@id": "schema:Mosque"}, - "Motel": {"@id": "schema:Motel"}, - "Motorcycle": {"@id": "schema:Motorcycle"}, - "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"}, - "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"}, - "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"}, - "Mountain": {"@id": "schema:Mountain"}, - "MoveAction": {"@id": "schema:MoveAction"}, - "Movie": {"@id": "schema:Movie"}, - "MovieClip": {"@id": "schema:MovieClip"}, - "MovieRentalStore": {"@id": "schema:MovieRentalStore"}, - "MovieSeries": {"@id": "schema:MovieSeries"}, - "MovieTheater": {"@id": "schema:MovieTheater"}, - "MovingCompany": {"@id": "schema:MovingCompany"}, - "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"}, - "MultiPlayer": {"@id": "schema:MultiPlayer"}, - "MulticellularParasite": {"@id": "schema:MulticellularParasite"}, - "Muscle": {"@id": "schema:Muscle"}, - "Musculoskeletal": {"@id": "schema:Musculoskeletal"}, - "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"}, - "Museum": {"@id": "schema:Museum"}, - "MusicAlbum": {"@id": "schema:MusicAlbum"}, - "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"}, - "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"}, - "MusicComposition": {"@id": "schema:MusicComposition"}, - "MusicEvent": {"@id": "schema:MusicEvent"}, - "MusicGroup": {"@id": "schema:MusicGroup"}, - "MusicPlaylist": {"@id": "schema:MusicPlaylist"}, - "MusicRecording": {"@id": "schema:MusicRecording"}, - "MusicRelease": {"@id": "schema:MusicRelease"}, - "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"}, - "MusicStore": {"@id": "schema:MusicStore"}, - "MusicVenue": {"@id": "schema:MusicVenue"}, - "MusicVideoObject": {"@id": "schema:MusicVideoObject"}, - "NGO": {"@id": "schema:NGO"}, - "NailSalon": {"@id": "schema:NailSalon"}, - "Neck": {"@id": "schema:Neck"}, - "Nerve": {"@id": "schema:Nerve"}, - "Neuro": {"@id": "schema:Neuro"}, - "Neurologic": {"@id": "schema:Neurologic"}, - "NewCondition": {"@id": "schema:NewCondition"}, - "NewsArticle": {"@id": "schema:NewsArticle"}, - "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"}, - "Newspaper": {"@id": "schema:Newspaper"}, - "NightClub": {"@id": "schema:NightClub"}, - "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"}, - "Nose": {"@id": "schema:Nose"}, - "NotInForce": {"@id": "schema:NotInForce"}, - "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"}, - "Notary": {"@id": "schema:Notary"}, - "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"}, - "Number": {"@id": "schema:Number"}, - "Nursing": {"@id": "schema:Nursing"}, - "Nursing": {"@id": "schema:Nursing"}, - "NutritionInformation": {"@id": "schema:NutritionInformation"}, - "OTC": {"@id": "schema:OTC"}, - "Observational": {"@id": "schema:Observational"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Obstetric": {"@id": "schema:Obstetric"}, - "Occupation": {"@id": "schema:Occupation"}, - "OccupationalActivity": {"@id": "schema:OccupationalActivity"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, - "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"}, - "Offer": {"@id": "schema:Offer"}, - "OfferCatalog": {"@id": "schema:OfferCatalog"}, - "OfferItemCondition": {"@id": "schema:OfferItemCondition"}, - "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"}, - "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"}, - "OfflinePermanently": {"@id": "schema:OfflinePermanently"}, - "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"}, - "OnDemandEvent": {"@id": "schema:OnDemandEvent"}, - "OnSitePickup": {"@id": "schema:OnSitePickup"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Oncologic": {"@id": "schema:Oncologic"}, - "Online": {"@id": "schema:Online"}, - "OnlineFull": {"@id": "schema:OnlineFull"}, - "OnlineOnly": {"@id": "schema:OnlineOnly"}, - "OpenTrial": {"@id": "schema:OpenTrial"}, - "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"}, - "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"}, - "Optician": {"@id": "schema:Optician"}, - "Optometric": {"@id": "schema:Optometric"}, - "Optometric": {"@id": "schema:Optometric"}, - "Order": {"@id": "schema:Order"}, - "OrderAction": {"@id": "schema:OrderAction"}, - "OrderCancelled": {"@id": "schema:OrderCancelled"}, - "OrderDelivered": {"@id": "schema:OrderDelivered"}, - "OrderInTransit": {"@id": "schema:OrderInTransit"}, - "OrderItem": {"@id": "schema:OrderItem"}, - "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"}, - "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"}, - "OrderProblem": {"@id": "schema:OrderProblem"}, - "OrderProcessing": {"@id": "schema:OrderProcessing"}, - "OrderReturned": {"@id": "schema:OrderReturned"}, - "OrderStatus": {"@id": "schema:OrderStatus"}, - "Organization": {"@id": "schema:Organization"}, - "OrganizationRole": {"@id": "schema:OrganizationRole"}, - "OrganizeAction": {"@id": "schema:OrganizeAction"}, - "Osteopathic": {"@id": "schema:Osteopathic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, - "OutOfStock": {"@id": "schema:OutOfStock"}, - "OutletStore": {"@id": "schema:OutletStore"}, - "OwnershipInfo": {"@id": "schema:OwnershipInfo"}, - "PET": {"@id": "schema:PET"}, - "PaintAction": {"@id": "schema:PaintAction"}, - "Painting": {"@id": "schema:Painting"}, - "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"}, - "Paperback": {"@id": "schema:Paperback"}, - "ParcelDelivery": {"@id": "schema:ParcelDelivery"}, - "ParcelService": {"@id": "schema:ParcelService"}, - "ParentAudience": {"@id": "schema:ParentAudience"}, - "Park": {"@id": "schema:Park"}, - "ParkingFacility": {"@id": "schema:ParkingFacility"}, - "ParkingMap": {"@id": "schema:ParkingMap"}, - "PartiallyInForce": {"@id": "schema:PartiallyInForce"}, - "Pathology": {"@id": "schema:Pathology"}, - "PathologyTest": {"@id": "schema:PathologyTest"}, - "Patient": {"@id": "schema:Patient"}, - "PawnShop": {"@id": "schema:PawnShop"}, - "PayAction": {"@id": "schema:PayAction"}, - "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"}, - "PaymentCard": {"@id": "schema:PaymentCard"}, - "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"}, - "PaymentComplete": {"@id": "schema:PaymentComplete"}, - "PaymentDeclined": {"@id": "schema:PaymentDeclined"}, - "PaymentDue": {"@id": "schema:PaymentDue"}, - "PaymentMethod": {"@id": "schema:PaymentMethod"}, - "PaymentPastDue": {"@id": "schema:PaymentPastDue"}, - "PaymentService": {"@id": "schema:PaymentService"}, - "PaymentStatusType": {"@id": "schema:PaymentStatusType"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "Pediatric": {"@id": "schema:Pediatric"}, - "PeopleAudience": {"@id": "schema:PeopleAudience"}, - "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"}, - "PerformAction": {"@id": "schema:PerformAction"}, - "PerformanceRole": {"@id": "schema:PerformanceRole"}, - "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"}, - "PerformingGroup": {"@id": "schema:PerformingGroup"}, - "Periodical": {"@id": "schema:Periodical"}, - "Permit": {"@id": "schema:Permit"}, - "Person": {"@id": "schema:Person"}, - "PetStore": {"@id": "schema:PetStore"}, - "Pharmacy": {"@id": "schema:Pharmacy"}, - "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"}, - "Photograph": {"@id": "schema:Photograph"}, - "PhotographAction": {"@id": "schema:PhotographAction"}, - "PhysicalActivity": {"@id": "schema:PhysicalActivity"}, - "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"}, - "PhysicalExam": {"@id": "schema:PhysicalExam"}, - "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"}, - "Physician": {"@id": "schema:Physician"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Physiotherapy": {"@id": "schema:Physiotherapy"}, - "Place": {"@id": "schema:Place"}, - "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"}, - "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"}, - "PlanAction": {"@id": "schema:PlanAction"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, - "PlayAction": {"@id": "schema:PlayAction"}, - "Playground": {"@id": "schema:Playground"}, - "Plumber": {"@id": "schema:Plumber"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "Podiatric": {"@id": "schema:Podiatric"}, - "PoliceStation": {"@id": "schema:PoliceStation"}, - "Pond": {"@id": "schema:Pond"}, - "PostOffice": {"@id": "schema:PostOffice"}, - "PostalAddress": {"@id": "schema:PostalAddress"}, - "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"}, - "PreOrder": {"@id": "schema:PreOrder"}, - "PreOrderAction": {"@id": "schema:PreOrderAction"}, - "PreSale": {"@id": "schema:PreSale"}, - "PrependAction": {"@id": "schema:PrependAction"}, - "Preschool": {"@id": "schema:Preschool"}, - "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"}, - "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"}, - "PreventionIndication": {"@id": "schema:PreventionIndication"}, - "PriceSpecification": {"@id": "schema:PriceSpecification"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "PrimaryCare": {"@id": "schema:PrimaryCare"}, - "Prion": {"@id": "schema:Prion"}, - "Product": {"@id": "schema:Product"}, - "ProfessionalService": {"@id": "schema:ProfessionalService"}, - "ProfilePage": {"@id": "schema:ProfilePage"}, - "ProgramMembership": {"@id": "schema:ProgramMembership"}, - "Property": {"@id": "schema:Property"}, - "PropertyValue": {"@id": "schema:PropertyValue"}, - "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"}, - "Protozoa": {"@id": "schema:Protozoa"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "Psychiatric": {"@id": "schema:Psychiatric"}, - "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHealth": {"@id": "schema:PublicHealth"}, - "PublicHolidays": {"@id": "schema:PublicHolidays"}, - "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"}, - "PublicToilet": {"@id": "schema:PublicToilet"}, - "PublicationEvent": {"@id": "schema:PublicationEvent"}, - "PublicationIssue": {"@id": "schema:PublicationIssue"}, - "PublicationVolume": {"@id": "schema:PublicationVolume"}, - "Pulmonary": {"@id": "schema:Pulmonary"}, - "QAPage": {"@id": "schema:QAPage"}, - "QualitativeValue": {"@id": "schema:QualitativeValue"}, - "QuantitativeValue": {"@id": "schema:QuantitativeValue"}, - "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"}, - "Quantity": {"@id": "schema:Quantity"}, - "Question": {"@id": "schema:Question"}, - "Quotation": {"@id": "schema:Quotation"}, - "QuoteAction": {"@id": "schema:QuoteAction"}, - "RVPark": {"@id": "schema:RVPark"}, - "RadiationTherapy": {"@id": "schema:RadiationTherapy"}, - "RadioChannel": {"@id": "schema:RadioChannel"}, - "RadioClip": {"@id": "schema:RadioClip"}, - "RadioEpisode": {"@id": "schema:RadioEpisode"}, - "RadioSeason": {"@id": "schema:RadioSeason"}, - "RadioSeries": {"@id": "schema:RadioSeries"}, - "RadioStation": {"@id": "schema:RadioStation"}, - "Radiography": {"@id": "schema:Radiography"}, - "RandomizedTrial": {"@id": "schema:RandomizedTrial"}, - "Rating": {"@id": "schema:Rating"}, - "ReactAction": {"@id": "schema:ReactAction"}, - "ReadAction": {"@id": "schema:ReadAction"}, - "ReadPermission": {"@id": "schema:ReadPermission"}, - "RealEstateAgent": {"@id": "schema:RealEstateAgent"}, - "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"}, - "ReceiveAction": {"@id": "schema:ReceiveAction"}, - "Recipe": {"@id": "schema:Recipe"}, - "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"}, - "Recruiting": {"@id": "schema:Recruiting"}, - "RecyclingCenter": {"@id": "schema:RecyclingCenter"}, - "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"}, - "RegisterAction": {"@id": "schema:RegisterAction"}, - "Registry": {"@id": "schema:Registry"}, - "ReimbursementCap": {"@id": "schema:ReimbursementCap"}, - "RejectAction": {"@id": "schema:RejectAction"}, - "RemixAlbum": {"@id": "schema:RemixAlbum"}, - "Renal": {"@id": "schema:Renal"}, - "RentAction": {"@id": "schema:RentAction"}, - "RentalCarReservation": {"@id": "schema:RentalCarReservation"}, - "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"}, - "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"}, - "ReplaceAction": {"@id": "schema:ReplaceAction"}, - "ReplyAction": {"@id": "schema:ReplyAction"}, - "Report": {"@id": "schema:Report"}, - "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"}, - "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"}, - "Reservation": {"@id": "schema:Reservation"}, - "ReservationCancelled": {"@id": "schema:ReservationCancelled"}, - "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"}, - "ReservationHold": {"@id": "schema:ReservationHold"}, - "ReservationPackage": {"@id": "schema:ReservationPackage"}, - "ReservationPending": {"@id": "schema:ReservationPending"}, - "ReservationStatusType": {"@id": "schema:ReservationStatusType"}, - "ReserveAction": {"@id": "schema:ReserveAction"}, - "Reservoir": {"@id": "schema:Reservoir"}, - "Residence": {"@id": "schema:Residence"}, - "Resort": {"@id": "schema:Resort"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, - "Restaurant": {"@id": "schema:Restaurant"}, - "RestrictedDiet": {"@id": "schema:RestrictedDiet"}, - "ResultsAvailable": {"@id": "schema:ResultsAvailable"}, - "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"}, - "ResumeAction": {"@id": "schema:ResumeAction"}, - "Retail": {"@id": "schema:Retail"}, - "ReturnAction": {"@id": "schema:ReturnAction"}, - "Review": {"@id": "schema:Review"}, - "ReviewAction": {"@id": "schema:ReviewAction"}, - "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"}, - "Rheumatologic": {"@id": "schema:Rheumatologic"}, - "RightHandDriving": {"@id": "schema:RightHandDriving"}, - "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"}, - "Role": {"@id": "schema:Role"}, - "RoofingContractor": {"@id": "schema:RoofingContractor"}, - "Room": {"@id": "schema:Room"}, - "RsvpAction": {"@id": "schema:RsvpAction"}, - "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"}, - "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"}, - "RsvpResponseType": {"@id": "schema:RsvpResponseType"}, - "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"}, - "SaleEvent": {"@id": "schema:SaleEvent"}, - "SatiricalArticle": {"@id": "schema:SatiricalArticle"}, - "Saturday": {"@id": "schema:Saturday"}, - "Schedule": {"@id": "schema:Schedule"}, - "ScheduleAction": {"@id": "schema:ScheduleAction"}, - "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"}, - "School": {"@id": "schema:School"}, - "ScreeningEvent": {"@id": "schema:ScreeningEvent"}, - "Sculpture": {"@id": "schema:Sculpture"}, - "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"}, - "SearchAction": {"@id": "schema:SearchAction"}, - "SearchResultsPage": {"@id": "schema:SearchResultsPage"}, - "Season": {"@id": "schema:Season"}, - "Seat": {"@id": "schema:Seat"}, - "SeatingMap": {"@id": "schema:SeatingMap"}, - "SelfStorage": {"@id": "schema:SelfStorage"}, - "SellAction": {"@id": "schema:SellAction"}, - "SendAction": {"@id": "schema:SendAction"}, - "Series": {"@id": "schema:Series"}, - "Service": {"@id": "schema:Service"}, - "ServiceChannel": {"@id": "schema:ServiceChannel"}, - "ShareAction": {"@id": "schema:ShareAction"}, - "ShoeStore": {"@id": "schema:ShoeStore"}, - "ShoppingCenter": {"@id": "schema:ShoppingCenter"}, - "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"}, - "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"}, - "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"}, - "SinglePlayer": {"@id": "schema:SinglePlayer"}, - "SingleRelease": {"@id": "schema:SingleRelease"}, - "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"}, - "SkiResort": {"@id": "schema:SkiResort"}, - "Skin": {"@id": "schema:Skin"}, - "SocialEvent": {"@id": "schema:SocialEvent"}, - "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"}, - "SoftwareApplication": {"@id": "schema:SoftwareApplication"}, - "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"}, - "SoldOut": {"@id": "schema:SoldOut"}, - "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"}, - "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"}, - "Specialty": {"@id": "schema:Specialty"}, - "SpeechPathology": {"@id": "schema:SpeechPathology"}, - "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"}, - "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"}, - "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"}, - "SportsClub": {"@id": "schema:SportsClub"}, - "SportsEvent": {"@id": "schema:SportsEvent"}, - "SportsOrganization": {"@id": "schema:SportsOrganization"}, - "SportsTeam": {"@id": "schema:SportsTeam"}, - "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"}, - "StadiumOrArena": {"@id": "schema:StadiumOrArena"}, - "State": {"@id": "schema:State"}, - "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"}, - "Store": {"@id": "schema:Store"}, - "StrengthTraining": {"@id": "schema:StrengthTraining"}, - "StructuredValue": {"@id": "schema:StructuredValue"}, - "StudioAlbum": {"@id": "schema:StudioAlbum"}, - "StupidType": {"@id": "schema:StupidType"}, - "SubscribeAction": {"@id": "schema:SubscribeAction"}, - "Substance": {"@id": "schema:Substance"}, - "SubwayStation": {"@id": "schema:SubwayStation"}, - "Suite": {"@id": "schema:Suite"}, - "Sunday": {"@id": "schema:Sunday"}, - "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"}, - "Surgical": {"@id": "schema:Surgical"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, - "SuspendAction": {"@id": "schema:SuspendAction"}, - "Suspended": {"@id": "schema:Suspended"}, - "Synagogue": {"@id": "schema:Synagogue"}, - "TVClip": {"@id": "schema:TVClip"}, - "TVEpisode": {"@id": "schema:TVEpisode"}, - "TVSeason": {"@id": "schema:TVSeason"}, - "TVSeries": {"@id": "schema:TVSeries"}, - "Table": {"@id": "schema:Table"}, - "TakeAction": {"@id": "schema:TakeAction"}, - "TattooParlor": {"@id": "schema:TattooParlor"}, - "Taxi": {"@id": "schema:Taxi"}, - "TaxiReservation": {"@id": "schema:TaxiReservation"}, - "TaxiService": {"@id": "schema:TaxiService"}, - "TaxiStand": {"@id": "schema:TaxiStand"}, - "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"}, - "TechArticle": {"@id": "schema:TechArticle"}, - "TelevisionChannel": {"@id": "schema:TelevisionChannel"}, - "TelevisionStation": {"@id": "schema:TelevisionStation"}, - "TennisComplex": {"@id": "schema:TennisComplex"}, - "Terminated": {"@id": "schema:Terminated"}, - "Text": {"@id": "schema:Text"}, - "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"}, - "TheaterEvent": {"@id": "schema:TheaterEvent"}, - "TheaterGroup": {"@id": "schema:TheaterGroup"}, - "Therapeutic": {"@id": "schema:Therapeutic"}, - "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"}, - "Thesis": {"@id": "schema:Thesis"}, - "Thing": {"@id": "schema:Thing"}, - "Throat": {"@id": "schema:Throat"}, - "Thursday": {"@id": "schema:Thursday"}, - "Ticket": {"@id": "schema:Ticket"}, - "TieAction": {"@id": "schema:TieAction"}, - "Time": {"@id": "schema:Time"}, - "TipAction": {"@id": "schema:TipAction"}, - "TireShop": {"@id": "schema:TireShop"}, - "TollFree": {"@id": "schema:TollFree"}, - "TouristAttraction": {"@id": "schema:TouristAttraction"}, - "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"}, - "Toxicologic": {"@id": "schema:Toxicologic"}, - "ToyStore": {"@id": "schema:ToyStore"}, - "TrackAction": {"@id": "schema:TrackAction"}, - "TradeAction": {"@id": "schema:TradeAction"}, - "TraditionalChinese": {"@id": "schema:TraditionalChinese"}, - "TrainReservation": {"@id": "schema:TrainReservation"}, - "TrainStation": {"@id": "schema:TrainStation"}, - "TrainTrip": {"@id": "schema:TrainTrip"}, - "TransferAction": {"@id": "schema:TransferAction"}, - "TransitMap": {"@id": "schema:TransitMap"}, - "TravelAction": {"@id": "schema:TravelAction"}, - "TravelAgency": {"@id": "schema:TravelAgency"}, - "TreatmentIndication": {"@id": "schema:TreatmentIndication"}, - "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"}, - "Tuesday": {"@id": "schema:Tuesday"}, - "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"}, - "URL": {"@id": "schema:URL"}, - "Ultrasound": {"@id": "schema:Ultrasound"}, - "UnRegisterAction": {"@id": "schema:UnRegisterAction"}, - "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"}, - "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"}, - "UpdateAction": {"@id": "schema:UpdateAction"}, - "Urologic": {"@id": "schema:Urologic"}, - "UseAction": {"@id": "schema:UseAction"}, - "UsedCondition": {"@id": "schema:UsedCondition"}, - "UserBlocks": {"@id": "schema:UserBlocks"}, - "UserCheckins": {"@id": "schema:UserCheckins"}, - "UserComments": {"@id": "schema:UserComments"}, - "UserDownloads": {"@id": "schema:UserDownloads"}, - "UserInteraction": {"@id": "schema:UserInteraction"}, - "UserLikes": {"@id": "schema:UserLikes"}, - "UserPageVisits": {"@id": "schema:UserPageVisits"}, - "UserPlays": {"@id": "schema:UserPlays"}, - "UserPlusOnes": {"@id": "schema:UserPlusOnes"}, - "UserReview": {"@id": "schema:UserReview"}, - "UserTweets": {"@id": "schema:UserTweets"}, - "VeganDiet": {"@id": "schema:VeganDiet"}, - "VegetarianDiet": {"@id": "schema:VegetarianDiet"}, - "Vehicle": {"@id": "schema:Vehicle"}, - "Vein": {"@id": "schema:Vein"}, - "VenueMap": {"@id": "schema:VenueMap"}, - "Vessel": {"@id": "schema:Vessel"}, - "VeterinaryCare": {"@id": "schema:VeterinaryCare"}, - "VideoGallery": {"@id": "schema:VideoGallery"}, - "VideoGame": {"@id": "schema:VideoGame"}, - "VideoGameClip": {"@id": "schema:VideoGameClip"}, - "VideoGameSeries": {"@id": "schema:VideoGameSeries"}, - "VideoObject": {"@id": "schema:VideoObject"}, - "ViewAction": {"@id": "schema:ViewAction"}, - "VinylFormat": {"@id": "schema:VinylFormat"}, - "Virus": {"@id": "schema:Virus"}, - "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"}, - "VisualArtwork": {"@id": "schema:VisualArtwork"}, - "VitalSign": {"@id": "schema:VitalSign"}, - "Volcano": {"@id": "schema:Volcano"}, - "VoteAction": {"@id": "schema:VoteAction"}, - "WPAdBlock": {"@id": "schema:WPAdBlock"}, - "WPFooter": {"@id": "schema:WPFooter"}, - "WPHeader": {"@id": "schema:WPHeader"}, - "WPSideBar": {"@id": "schema:WPSideBar"}, - "WantAction": {"@id": "schema:WantAction"}, - "WarrantyPromise": {"@id": "schema:WarrantyPromise"}, - "WarrantyScope": {"@id": "schema:WarrantyScope"}, - "WatchAction": {"@id": "schema:WatchAction"}, - "Waterfall": {"@id": "schema:Waterfall"}, - "WearAction": {"@id": "schema:WearAction"}, - "WebAPI": {"@id": "schema:WebAPI"}, - "WebApplication": {"@id": "schema:WebApplication"}, - "WebPage": {"@id": "schema:WebPage"}, - "WebPageElement": {"@id": "schema:WebPageElement"}, - "WebSite": {"@id": "schema:WebSite"}, - "Wednesday": {"@id": "schema:Wednesday"}, - "WesternConventional": {"@id": "schema:WesternConventional"}, - "Wholesale": {"@id": "schema:Wholesale"}, - "WholesaleStore": {"@id": "schema:WholesaleStore"}, - "WinAction": {"@id": "schema:WinAction"}, - "Winery": {"@id": "schema:Winery"}, - "Withdrawn": {"@id": "schema:Withdrawn"}, - "WorkersUnion": {"@id": "schema:WorkersUnion"}, - "WriteAction": {"@id": "schema:WriteAction"}, - "WritePermission": {"@id": "schema:WritePermission"}, - "XPathType": {"@id": "schema:XPathType"}, - "XRay": {"@id": "schema:XRay"}, - "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"}, - "Zoo": {"@id": "schema:Zoo"}, - "about": { "@id": "schema:about"}, - "abridged": { "@id": "schema:abridged"}, - "accelerationTime": { "@id": "schema:accelerationTime"}, - "acceptedAnswer": { "@id": "schema:acceptedAnswer"}, - "acceptedOffer": { "@id": "schema:acceptedOffer"}, - "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"}, - "acceptsReservations": { "@id": "schema:acceptsReservations", "@type": "@id"}, - "accessCode": { "@id": "schema:accessCode"}, - "accessMode": { "@id": "schema:accessMode"}, - "accessModeSufficient": { "@id": "schema:accessModeSufficient"}, - "accessibilityAPI": { "@id": "schema:accessibilityAPI"}, - "accessibilityControl": { "@id": "schema:accessibilityControl"}, - "accessibilityFeature": { "@id": "schema:accessibilityFeature"}, - "accessibilityHazard": { "@id": "schema:accessibilityHazard"}, - "accessibilitySummary": { "@id": "schema:accessibilitySummary"}, - "accountId": { "@id": "schema:accountId"}, - "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"}, - "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"}, - "accountablePerson": { "@id": "schema:accountablePerson"}, - "acquiredFrom": { "@id": "schema:acquiredFrom"}, - "acrissCode": { "@id": "schema:acrissCode"}, - "action": { "@id": "schema:action"}, - "actionApplication": { "@id": "schema:actionApplication"}, - "actionOption": { "@id": "schema:actionOption"}, - "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"}, - "actionStatus": { "@id": "schema:actionStatus"}, - "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"}, - "activeIngredient": { "@id": "schema:activeIngredient"}, - "activityDuration": { "@id": "schema:activityDuration"}, - "activityFrequency": { "@id": "schema:activityFrequency"}, - "actor": { "@id": "schema:actor"}, - "actors": { "@id": "schema:actors"}, - "addOn": { "@id": "schema:addOn"}, - "additionalName": { "@id": "schema:additionalName"}, - "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"}, - "additionalProperty": { "@id": "schema:additionalProperty"}, - "additionalType": { "@id": "schema:additionalType", "@type": "@id"}, - "additionalVariable": { "@id": "schema:additionalVariable"}, - "address": { "@id": "schema:address"}, - "addressCountry": { "@id": "schema:addressCountry"}, - "addressLocality": { "@id": "schema:addressLocality"}, - "addressRegion": { "@id": "schema:addressRegion"}, - "administrationRoute": { "@id": "schema:administrationRoute"}, - "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"}, - "adverseOutcome": { "@id": "schema:adverseOutcome"}, - "affectedBy": { "@id": "schema:affectedBy"}, - "affiliation": { "@id": "schema:affiliation"}, - "afterMedia": { "@id": "schema:afterMedia"}, - "agent": { "@id": "schema:agent"}, - "aggregateRating": { "@id": "schema:aggregateRating"}, - "aircraft": { "@id": "schema:aircraft"}, - "album": { "@id": "schema:album"}, - "albumProductionType": { "@id": "schema:albumProductionType"}, - "albumRelease": { "@id": "schema:albumRelease"}, - "albumReleaseType": { "@id": "schema:albumReleaseType"}, - "albums": { "@id": "schema:albums"}, - "alcoholWarning": { "@id": "schema:alcoholWarning"}, - "algorithm": { "@id": "schema:algorithm"}, - "alignmentType": { "@id": "schema:alignmentType"}, - "alternateName": { "@id": "schema:alternateName"}, - "alternativeHeadline": { "@id": "schema:alternativeHeadline"}, - "alumni": { "@id": "schema:alumni"}, - "alumniOf": { "@id": "schema:alumniOf"}, - "amenityFeature": { "@id": "schema:amenityFeature"}, - "amount": { "@id": "schema:amount"}, - "amountOfThisGood": { "@id": "schema:amountOfThisGood"}, - "annualPercentageRate": { "@id": "schema:annualPercentageRate"}, - "answerCount": { "@id": "schema:answerCount"}, - "antagonist": { "@id": "schema:antagonist"}, - "applicableLocation": { "@id": "schema:applicableLocation"}, - "application": { "@id": "schema:application"}, - "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"}, - "applicationSubCategory": { "@id": "schema:applicationSubCategory", "@type": "@id"}, - "applicationSuite": { "@id": "schema:applicationSuite"}, - "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"}, - "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"}, - "area": { "@id": "schema:area"}, - "areaServed": { "@id": "schema:areaServed"}, - "arrivalAirport": { "@id": "schema:arrivalAirport"}, - "arrivalBusStop": { "@id": "schema:arrivalBusStop"}, - "arrivalGate": { "@id": "schema:arrivalGate"}, - "arrivalPlatform": { "@id": "schema:arrivalPlatform"}, - "arrivalStation": { "@id": "schema:arrivalStation"}, - "arrivalTerminal": { "@id": "schema:arrivalTerminal"}, - "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"}, - "artEdition": { "@id": "schema:artEdition"}, - "artMedium": { "@id": "schema:artMedium", "@type": "@id"}, - "arterialBranch": { "@id": "schema:arterialBranch"}, - "artform": { "@id": "schema:artform", "@type": "@id"}, - "articleBody": { "@id": "schema:articleBody"}, - "articleSection": { "@id": "schema:articleSection"}, - "artist": { "@id": "schema:artist"}, - "artworkSurface": { "@id": "schema:artworkSurface", "@type": "@id"}, - "aspect": { "@id": "schema:aspect"}, - "assembly": { "@id": "schema:assembly"}, - "assemblyVersion": { "@id": "schema:assemblyVersion"}, - "associatedAnatomy": { "@id": "schema:associatedAnatomy"}, - "associatedArticle": { "@id": "schema:associatedArticle"}, - "associatedMedia": { "@id": "schema:associatedMedia"}, - "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"}, - "athlete": { "@id": "schema:athlete"}, - "attendee": { "@id": "schema:attendee"}, - "attendees": { "@id": "schema:attendees"}, - "audience": { "@id": "schema:audience"}, - "audienceType": { "@id": "schema:audienceType"}, - "audio": { "@id": "schema:audio"}, - "author": { "@id": "schema:author"}, - "availability": { "@id": "schema:availability"}, - "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"}, - "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "DateTime"}, - "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"}, - "availableChannel": { "@id": "schema:availableChannel"}, - "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"}, - "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"}, - "availableIn": { "@id": "schema:availableIn"}, - "availableLanguage": { "@id": "schema:availableLanguage"}, - "availableOnDevice": { "@id": "schema:availableOnDevice"}, - "availableService": { "@id": "schema:availableService"}, - "availableStrength": { "@id": "schema:availableStrength"}, - "availableTest": { "@id": "schema:availableTest"}, - "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"}, - "award": { "@id": "schema:award"}, - "awards": { "@id": "schema:awards"}, - "awayTeam": { "@id": "schema:awayTeam"}, - "background": { "@id": "schema:background"}, - "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"}, - "baseSalary": { "@id": "schema:baseSalary"}, - "bccRecipient": { "@id": "schema:bccRecipient"}, - "bed": { "@id": "schema:bed"}, - "beforeMedia": { "@id": "schema:beforeMedia"}, - "beneficiaryBank": { "@id": "schema:beneficiaryBank"}, - "benefits": { "@id": "schema:benefits"}, - "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"}, - "bestRating": { "@id": "schema:bestRating"}, - "billingAddress": { "@id": "schema:billingAddress"}, - "billingIncrement": { "@id": "schema:billingIncrement"}, - "billingPeriod": { "@id": "schema:billingPeriod"}, - "biomechnicalClass": { "@id": "schema:biomechnicalClass"}, - "birthDate": { "@id": "schema:birthDate", "@type": "Date"}, - "birthPlace": { "@id": "schema:birthPlace"}, - "bitrate": { "@id": "schema:bitrate"}, - "blogPost": { "@id": "schema:blogPost"}, - "blogPosts": { "@id": "schema:blogPosts"}, - "bloodSupply": { "@id": "schema:bloodSupply"}, - "boardingGroup": { "@id": "schema:boardingGroup"}, - "boardingPolicy": { "@id": "schema:boardingPolicy"}, - "bodyLocation": { "@id": "schema:bodyLocation"}, - "bodyType": { "@id": "schema:bodyType", "@type": "@id"}, - "bookEdition": { "@id": "schema:bookEdition"}, - "bookFormat": { "@id": "schema:bookFormat"}, - "bookingAgent": { "@id": "schema:bookingAgent"}, - "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"}, - "borrower": { "@id": "schema:borrower"}, - "box": { "@id": "schema:box"}, - "branch": { "@id": "schema:branch"}, - "branchCode": { "@id": "schema:branchCode"}, - "branchOf": { "@id": "schema:branchOf"}, - "brand": { "@id": "schema:brand"}, - "breadcrumb": { "@id": "schema:breadcrumb"}, - "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"}, - "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"}, - "broadcastChannelId": { "@id": "schema:broadcastChannelId"}, - "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"}, - "broadcastFrequency": { "@id": "schema:broadcastFrequency"}, - "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"}, - "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"}, - "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"}, - "broadcastTimezone": { "@id": "schema:broadcastTimezone"}, - "broadcaster": { "@id": "schema:broadcaster"}, - "broker": { "@id": "schema:broker"}, - "browserRequirements": { "@id": "schema:browserRequirements"}, - "busName": { "@id": "schema:busName"}, - "busNumber": { "@id": "schema:busNumber"}, - "businessFunction": { "@id": "schema:businessFunction"}, - "buyer": { "@id": "schema:buyer"}, - "byArtist": { "@id": "schema:byArtist"}, - "byDay": { "@id": "schema:byDay"}, - "byMonth": { "@id": "schema:byMonth"}, - "byMonthDay": { "@id": "schema:byMonthDay"}, - "calories": { "@id": "schema:calories"}, - "candidate": { "@id": "schema:candidate"}, - "caption": { "@id": "schema:caption"}, - "carbohydrateContent": { "@id": "schema:carbohydrateContent"}, - "cargoVolume": { "@id": "schema:cargoVolume"}, - "carrier": { "@id": "schema:carrier"}, - "carrierRequirements": { "@id": "schema:carrierRequirements"}, - "cashBack": { "@id": "schema:cashBack"}, - "catalog": { "@id": "schema:catalog"}, - "catalogNumber": { "@id": "schema:catalogNumber"}, - "category": { "@id": "schema:category"}, - "cause": { "@id": "schema:cause"}, - "causeOf": { "@id": "schema:causeOf"}, - "ccRecipient": { "@id": "schema:ccRecipient"}, - "character": { "@id": "schema:character"}, - "characterAttribute": { "@id": "schema:characterAttribute"}, - "characterName": { "@id": "schema:characterName"}, - "cheatCode": { "@id": "schema:cheatCode"}, - "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"}, - "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"}, - "childMaxAge": { "@id": "schema:childMaxAge"}, - "childMinAge": { "@id": "schema:childMinAge"}, - "children": { "@id": "schema:children"}, - "cholesterolContent": { "@id": "schema:cholesterolContent"}, - "circle": { "@id": "schema:circle"}, - "citation": { "@id": "schema:citation"}, - "claimReviewed": { "@id": "schema:claimReviewed"}, - "clincalPharmacology": { "@id": "schema:clincalPharmacology"}, - "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"}, - "clipNumber": { "@id": "schema:clipNumber"}, - "closes": { "@id": "schema:closes"}, - "coach": { "@id": "schema:coach"}, - "code": { "@id": "schema:code"}, - "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"}, - "codeSampleType": { "@id": "schema:codeSampleType"}, - "codeValue": { "@id": "schema:codeValue"}, - "codingSystem": { "@id": "schema:codingSystem"}, - "colleague": { "@id": "schema:colleague", "@type": "@id"}, - "colleagues": { "@id": "schema:colleagues"}, - "collection": { "@id": "schema:collection"}, - "color": { "@id": "schema:color"}, - "colorist": { "@id": "schema:colorist"}, - "comment": { "@id": "schema:comment"}, - "commentCount": { "@id": "schema:commentCount"}, - "commentText": { "@id": "schema:commentText"}, - "commentTime": { "@id": "schema:commentTime", "@type": "Date"}, - "competitor": { "@id": "schema:competitor"}, - "composer": { "@id": "schema:composer"}, - "comprisedOf": { "@id": "schema:comprisedOf"}, - "confirmationNumber": { "@id": "schema:confirmationNumber"}, - "connectedTo": { "@id": "schema:connectedTo"}, - "contactOption": { "@id": "schema:contactOption"}, - "contactPoint": { "@id": "schema:contactPoint"}, - "contactPoints": { "@id": "schema:contactPoints"}, - "contactType": { "@id": "schema:contactType"}, - "contactlessPayment": { "@id": "schema:contactlessPayment"}, - "containedIn": { "@id": "schema:containedIn"}, - "containedInPlace": { "@id": "schema:containedInPlace"}, - "containsPlace": { "@id": "schema:containsPlace"}, - "containsSeason": { "@id": "schema:containsSeason"}, - "contentLocation": { "@id": "schema:contentLocation"}, - "contentRating": { "@id": "schema:contentRating"}, - "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"}, - "contentSize": { "@id": "schema:contentSize"}, - "contentType": { "@id": "schema:contentType"}, - "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"}, - "contraindication": { "@id": "schema:contraindication"}, - "contributor": { "@id": "schema:contributor"}, - "cookTime": { "@id": "schema:cookTime"}, - "cookingMethod": { "@id": "schema:cookingMethod"}, - "copyrightHolder": { "@id": "schema:copyrightHolder"}, - "copyrightYear": { "@id": "schema:copyrightYear"}, - "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"}, - "cost": { "@id": "schema:cost"}, - "costCategory": { "@id": "schema:costCategory"}, - "costCurrency": { "@id": "schema:costCurrency"}, - "costOrigin": { "@id": "schema:costOrigin"}, - "costPerUnit": { "@id": "schema:costPerUnit"}, - "countriesNotSupported": { "@id": "schema:countriesNotSupported"}, - "countriesSupported": { "@id": "schema:countriesSupported"}, - "countryOfOrigin": { "@id": "schema:countryOfOrigin"}, - "course": { "@id": "schema:course"}, - "courseCode": { "@id": "schema:courseCode"}, - "courseMode": { "@id": "schema:courseMode", "@type": "@id"}, - "coursePrerequisites": { "@id": "schema:coursePrerequisites"}, - "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"}, - "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"}, - "creator": { "@id": "schema:creator"}, - "creditedTo": { "@id": "schema:creditedTo"}, - "cssSelector": { "@id": "schema:cssSelector"}, - "currenciesAccepted": { "@id": "schema:currenciesAccepted"}, - "currency": { "@id": "schema:currency"}, - "currentExchangeRate": { "@id": "schema:currentExchangeRate"}, - "customer": { "@id": "schema:customer"}, - "dataFeedElement": { "@id": "schema:dataFeedElement"}, - "dataset": { "@id": "schema:dataset"}, - "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"}, - "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"}, - "dateDeleted": { "@id": "schema:dateDeleted", "@type": "DateTime"}, - "dateIssued": { "@id": "schema:dateIssued", "@type": "DateTime"}, - "dateModified": { "@id": "schema:dateModified", "@type": "Date"}, - "datePosted": { "@id": "schema:datePosted", "@type": "Date"}, - "datePublished": { "@id": "schema:datePublished", "@type": "Date"}, - "dateRead": { "@id": "schema:dateRead", "@type": "DateTime"}, - "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"}, - "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"}, - "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"}, - "dateline": { "@id": "schema:dateline"}, - "dayOfWeek": { "@id": "schema:dayOfWeek"}, - "deathDate": { "@id": "schema:deathDate", "@type": "Date"}, - "deathPlace": { "@id": "schema:deathPlace"}, - "defaultValue": { "@id": "schema:defaultValue"}, - "deliveryAddress": { "@id": "schema:deliveryAddress"}, - "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"}, - "deliveryMethod": { "@id": "schema:deliveryMethod"}, - "deliveryStatus": { "@id": "schema:deliveryStatus"}, - "department": { "@id": "schema:department"}, - "departureAirport": { "@id": "schema:departureAirport"}, - "departureBusStop": { "@id": "schema:departureBusStop"}, - "departureGate": { "@id": "schema:departureGate"}, - "departurePlatform": { "@id": "schema:departurePlatform"}, - "departureStation": { "@id": "schema:departureStation"}, - "departureTerminal": { "@id": "schema:departureTerminal"}, - "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"}, - "dependencies": { "@id": "schema:dependencies"}, - "depth": { "@id": "schema:depth"}, - "description": { "@id": "schema:description"}, - "device": { "@id": "schema:device"}, - "diagnosis": { "@id": "schema:diagnosis"}, - "diagram": { "@id": "schema:diagram"}, - "diet": { "@id": "schema:diet"}, - "dietFeatures": { "@id": "schema:dietFeatures"}, - "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"}, - "director": { "@id": "schema:director"}, - "directors": { "@id": "schema:directors"}, - "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"}, - "discount": { "@id": "schema:discount"}, - "discountCode": { "@id": "schema:discountCode"}, - "discountCurrency": { "@id": "schema:discountCurrency"}, - "discusses": { "@id": "schema:discusses"}, - "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"}, - "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"}, - "distance": { "@id": "schema:distance"}, - "distinguishingSign": { "@id": "schema:distinguishingSign"}, - "distribution": { "@id": "schema:distribution"}, - "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"}, - "documentation": { "@id": "schema:documentation", "@type": "@id"}, - "domainIncludes": { "@id": "schema:domainIncludes"}, - "domiciledMortgage": { "@id": "schema:domiciledMortgage"}, - "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"}, - "dosageForm": { "@id": "schema:dosageForm"}, - "doseSchedule": { "@id": "schema:doseSchedule"}, - "doseUnit": { "@id": "schema:doseUnit"}, - "doseValue": { "@id": "schema:doseValue"}, - "downPayment": { "@id": "schema:downPayment"}, - "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"}, - "downvoteCount": { "@id": "schema:downvoteCount"}, - "drainsTo": { "@id": "schema:drainsTo"}, - "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"}, - "dropoffLocation": { "@id": "schema:dropoffLocation"}, - "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"}, - "drug": { "@id": "schema:drug"}, - "drugClass": { "@id": "schema:drugClass"}, - "drugUnit": { "@id": "schema:drugUnit"}, - "duns": { "@id": "schema:duns"}, - "duplicateTherapy": { "@id": "schema:duplicateTherapy"}, - "duration": { "@id": "schema:duration"}, - "durationOfWarranty": { "@id": "schema:durationOfWarranty"}, - "duringMedia": { "@id": "schema:duringMedia"}, - "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"}, - "editor": { "@id": "schema:editor"}, - "educationRequirements": { "@id": "schema:educationRequirements"}, - "educationalAlignment": { "@id": "schema:educationalAlignment"}, - "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded", "@type": "@id"}, - "educationalFramework": { "@id": "schema:educationalFramework"}, - "educationalRole": { "@id": "schema:educationalRole"}, - "educationalUse": { "@id": "schema:educationalUse"}, - "elevation": { "@id": "schema:elevation"}, - "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"}, - "eligibleDuration": { "@id": "schema:eligibleDuration"}, - "eligibleQuantity": { "@id": "schema:eligibleQuantity"}, - "eligibleRegion": { "@id": "schema:eligibleRegion"}, - "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"}, - "email": { "@id": "schema:email"}, - "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"}, - "emissionsCO2": { "@id": "schema:emissionsCO2"}, - "employee": { "@id": "schema:employee"}, - "employees": { "@id": "schema:employees"}, - "employmentType": { "@id": "schema:employmentType"}, - "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"}, - "encoding": { "@id": "schema:encoding"}, - "encodingFormat": { "@id": "schema:encodingFormat"}, - "encodingType": { "@id": "schema:encodingType"}, - "encodings": { "@id": "schema:encodings"}, - "endDate": { "@id": "schema:endDate", "@type": "Date"}, - "endTime": { "@id": "schema:endTime", "@type": "DateTime"}, - "endorsee": { "@id": "schema:endorsee"}, - "endorsers": { "@id": "schema:endorsers"}, - "engineDisplacement": { "@id": "schema:engineDisplacement"}, - "enginePower": { "@id": "schema:enginePower"}, - "engineType": { "@id": "schema:engineType", "@type": "@id"}, - "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"}, - "epidemiology": { "@id": "schema:epidemiology"}, - "episode": { "@id": "schema:episode"}, - "episodeNumber": { "@id": "schema:episodeNumber"}, - "episodes": { "@id": "schema:episodes"}, - "equal": { "@id": "schema:equal"}, - "error": { "@id": "schema:error"}, - "estimatedCost": { "@id": "schema:estimatedCost"}, - "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"}, - "estimatedSalary": { "@id": "schema:estimatedSalary"}, - "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"}, - "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"}, - "event": { "@id": "schema:event"}, - "eventSchedule": { "@id": "schema:eventSchedule"}, - "eventStatus": { "@id": "schema:eventStatus"}, - "events": { "@id": "schema:events"}, - "evidenceLevel": { "@id": "schema:evidenceLevel"}, - "evidenceOrigin": { "@id": "schema:evidenceOrigin"}, - "exampleOfWork": { "@id": "schema:exampleOfWork"}, - "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"}, - "exchangeRate": { "@id": "schema:exchangeRate"}, - "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"}, - "executableLibraryName": { "@id": "schema:executableLibraryName"}, - "exerciseCourse": { "@id": "schema:exerciseCourse"}, - "exercisePlan": { "@id": "schema:exercisePlan"}, - "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"}, - "exerciseType": { "@id": "schema:exerciseType"}, - "exifData": { "@id": "schema:exifData"}, - "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "DateTime"}, - "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "DateTime"}, - "expectedPrognosis": { "@id": "schema:expectedPrognosis"}, - "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"}, - "experienceRequirements": { "@id": "schema:experienceRequirements"}, - "expertConsiderations": { "@id": "schema:expertConsiderations"}, - "expires": { "@id": "schema:expires", "@type": "Date"}, - "familyName": { "@id": "schema:familyName"}, - "fatContent": { "@id": "schema:fatContent"}, - "faxNumber": { "@id": "schema:faxNumber"}, - "featureList": { "@id": "schema:featureList", "@type": "@id"}, - "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification", "@type": "@id"}, - "fiberContent": { "@id": "schema:fiberContent"}, - "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"}, - "fileSize": { "@id": "schema:fileSize"}, - "firstPerformance": { "@id": "schema:firstPerformance"}, - "flightDistance": { "@id": "schema:flightDistance"}, - "flightNumber": { "@id": "schema:flightNumber"}, - "floorLimit": { "@id": "schema:floorLimit"}, - "floorSize": { "@id": "schema:floorSize"}, - "followee": { "@id": "schema:followee"}, - "follows": { "@id": "schema:follows"}, - "followup": { "@id": "schema:followup"}, - "foodEstablishment": { "@id": "schema:foodEstablishment"}, - "foodEvent": { "@id": "schema:foodEvent"}, - "foodWarning": { "@id": "schema:foodWarning"}, - "founder": { "@id": "schema:founder"}, - "founders": { "@id": "schema:founders"}, - "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"}, - "foundingLocation": { "@id": "schema:foundingLocation"}, - "free": { "@id": "schema:free"}, - "frequency": { "@id": "schema:frequency"}, - "fromLocation": { "@id": "schema:fromLocation"}, - "fuelCapacity": { "@id": "schema:fuelCapacity"}, - "fuelConsumption": { "@id": "schema:fuelConsumption"}, - "fuelEfficiency": { "@id": "schema:fuelEfficiency"}, - "fuelType": { "@id": "schema:fuelType", "@type": "@id"}, - "function": { "@id": "schema:function"}, - "functionalClass": { "@id": "schema:functionalClass"}, - "funder": { "@id": "schema:funder"}, - "game": { "@id": "schema:game"}, - "gameItem": { "@id": "schema:gameItem"}, - "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"}, - "gamePlatform": { "@id": "schema:gamePlatform", "@type": "@id"}, - "gameServer": { "@id": "schema:gameServer"}, - "gameTip": { "@id": "schema:gameTip"}, - "gender": { "@id": "schema:gender"}, - "genre": { "@id": "schema:genre", "@type": "@id"}, - "geo": { "@id": "schema:geo"}, - "geoMidpoint": { "@id": "schema:geoMidpoint"}, - "geoRadius": { "@id": "schema:geoRadius"}, - "geographicArea": { "@id": "schema:geographicArea"}, - "geospatiallyContains": { "@id": "schema:geospatiallyContains"}, - "geospatiallyCoveredBy": { "@id": "schema:geospatiallyCoveredBy"}, - "geospatiallyCovers": { "@id": "schema:geospatiallyCovers"}, - "geospatiallyCrosses": { "@id": "schema:geospatiallyCrosses"}, - "geospatiallyDisjoint": { "@id": "schema:geospatiallyDisjoint"}, - "geospatiallyEquals": { "@id": "schema:geospatiallyEquals"}, - "geospatiallyIntersects": { "@id": "schema:geospatiallyIntersects"}, - "geospatiallyOverlaps": { "@id": "schema:geospatiallyOverlaps"}, - "geospatiallyTouches": { "@id": "schema:geospatiallyTouches"}, - "geospatiallyWithin": { "@id": "schema:geospatiallyWithin"}, - "givenName": { "@id": "schema:givenName"}, - "globalLocationNumber": { "@id": "schema:globalLocationNumber"}, - "gracePeriod": { "@id": "schema:gracePeriod"}, - "grantee": { "@id": "schema:grantee"}, - "greater": { "@id": "schema:greater"}, - "greaterOrEqual": { "@id": "schema:greaterOrEqual"}, - "gtin12": { "@id": "schema:gtin12"}, - "gtin13": { "@id": "schema:gtin13"}, - "gtin14": { "@id": "schema:gtin14"}, - "gtin8": { "@id": "schema:gtin8"}, - "guideline": { "@id": "schema:guideline"}, - "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"}, - "guidelineSubject": { "@id": "schema:guidelineSubject"}, - "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"}, - "hasCategoryCode": { "@id": "schema:hasCategoryCode"}, - "hasCourseInstance": { "@id": "schema:hasCourseInstance"}, - "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"}, - "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"}, - "hasMap": { "@id": "schema:hasMap", "@type": "@id"}, - "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"}, - "hasMenuItem": { "@id": "schema:hasMenuItem"}, - "hasMenuSection": { "@id": "schema:hasMenuSection"}, - "hasOccupation": { "@id": "schema:hasOccupation"}, - "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"}, - "hasPOS": { "@id": "schema:hasPOS"}, - "hasPart": { "@id": "schema:hasPart"}, - "headline": { "@id": "schema:headline"}, - "healthCondition": { "@id": "schema:healthCondition"}, - "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"}, - "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"}, - "healthPlanCopay": { "@id": "schema:healthPlanCopay"}, - "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"}, - "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"}, - "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"}, - "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"}, - "healthPlanId": { "@id": "schema:healthPlanId"}, - "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"}, - "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"}, - "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"}, - "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"}, - "height": { "@id": "schema:height"}, - "highPrice": { "@id": "schema:highPrice"}, - "hiringOrganization": { "@id": "schema:hiringOrganization"}, - "homeLocation": { "@id": "schema:homeLocation"}, - "homeTeam": { "@id": "schema:homeTeam"}, - "honorificPrefix": { "@id": "schema:honorificPrefix"}, - "honorificSuffix": { "@id": "schema:honorificSuffix"}, - "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"}, - "hostingOrganization": { "@id": "schema:hostingOrganization"}, - "hoursAvailable": { "@id": "schema:hoursAvailable"}, - "howPerformed": { "@id": "schema:howPerformed"}, - "httpMethod": { "@id": "schema:httpMethod"}, - "iataCode": { "@id": "schema:iataCode"}, - "icaoCode": { "@id": "schema:icaoCode"}, - "identifier": { "@id": "schema:identifier", "@type": "@id"}, - "identifyingExam": { "@id": "schema:identifyingExam"}, - "identifyingTest": { "@id": "schema:identifyingTest"}, - "illustrator": { "@id": "schema:illustrator"}, - "image": { "@id": "schema:image", "@type": "@id"}, - "imagingTechnique": { "@id": "schema:imagingTechnique"}, - "inAlbum": { "@id": "schema:inAlbum"}, - "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"}, - "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"}, - "inLanguage": { "@id": "schema:inLanguage"}, - "inPlaylist": { "@id": "schema:inPlaylist"}, - "inSupportOf": { "@id": "schema:inSupportOf"}, - "incentiveCompensation": { "@id": "schema:incentiveCompensation"}, - "incentives": { "@id": "schema:incentives"}, - "includedComposition": { "@id": "schema:includedComposition"}, - "includedDataCatalog": { "@id": "schema:includedDataCatalog"}, - "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"}, - "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"}, - "includedRiskFactor": { "@id": "schema:includedRiskFactor"}, - "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"}, - "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"}, - "includesObject": { "@id": "schema:includesObject"}, - "increasesRiskOf": { "@id": "schema:increasesRiskOf"}, - "indication": { "@id": "schema:indication"}, - "industry": { "@id": "schema:industry"}, - "ineligibleRegion": { "@id": "schema:ineligibleRegion"}, - "infectiousAgent": { "@id": "schema:infectiousAgent"}, - "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"}, - "ingredients": { "@id": "schema:ingredients"}, - "inker": { "@id": "schema:inker"}, - "insertion": { "@id": "schema:insertion"}, - "installUrl": { "@id": "schema:installUrl", "@type": "@id"}, - "instructor": { "@id": "schema:instructor"}, - "instrument": { "@id": "schema:instrument"}, - "intensity": { "@id": "schema:intensity"}, - "interactingDrug": { "@id": "schema:interactingDrug"}, - "interactionCount": { "@id": "schema:interactionCount"}, - "interactionService": { "@id": "schema:interactionService"}, - "interactionStatistic": { "@id": "schema:interactionStatistic"}, - "interactionType": { "@id": "schema:interactionType"}, - "interactivityType": { "@id": "schema:interactivityType"}, - "interestRate": { "@id": "schema:interestRate"}, - "inventoryLevel": { "@id": "schema:inventoryLevel"}, - "inverseOf": { "@id": "schema:inverseOf"}, - "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"}, - "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"}, - "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"}, - "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"}, - "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"}, - "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"}, - "isConsumableFor": { "@id": "schema:isConsumableFor"}, - "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"}, - "isGift": { "@id": "schema:isGift"}, - "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"}, - "isPartOf": { "@id": "schema:isPartOf"}, - "isProprietary": { "@id": "schema:isProprietary"}, - "isRelatedTo": { "@id": "schema:isRelatedTo"}, - "isSimilarTo": { "@id": "schema:isSimilarTo"}, - "isVariantOf": { "@id": "schema:isVariantOf"}, - "isbn": { "@id": "schema:isbn"}, - "isicV4": { "@id": "schema:isicV4"}, - "isrcCode": { "@id": "schema:isrcCode"}, - "issn": { "@id": "schema:issn"}, - "issueNumber": { "@id": "schema:issueNumber"}, - "issuedBy": { "@id": "schema:issuedBy"}, - "issuedThrough": { "@id": "schema:issuedThrough"}, - "iswcCode": { "@id": "schema:iswcCode"}, - "item": { "@id": "schema:item"}, - "itemCondition": { "@id": "schema:itemCondition"}, - "itemListElement": { "@id": "schema:itemListElement"}, - "itemListOrder": { "@id": "schema:itemListOrder"}, - "itemOffered": { "@id": "schema:itemOffered"}, - "itemReviewed": { "@id": "schema:itemReviewed"}, - "itemShipped": { "@id": "schema:itemShipped"}, - "jobBenefits": { "@id": "schema:jobBenefits"}, - "jobLocation": { "@id": "schema:jobLocation"}, - "jobTitle": { "@id": "schema:jobTitle"}, - "keywords": { "@id": "schema:keywords"}, - "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"}, - "knows": { "@id": "schema:knows"}, - "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"}, - "landlord": { "@id": "schema:landlord"}, - "language": { "@id": "schema:language"}, - "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"}, - "latitude": { "@id": "schema:latitude"}, - "learningResourceType": { "@id": "schema:learningResourceType"}, - "legalName": { "@id": "schema:legalName"}, - "legalStatus": { "@id": "schema:legalStatus"}, - "legislationApplies": { "@id": "schema:legislationApplies"}, - "legislationChanges": { "@id": "schema:legislationChanges"}, - "legislationConsolidates": { "@id": "schema:legislationConsolidates"}, - "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"}, - "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"}, - "legislationIdentifier": { "@id": "schema:legislationIdentifier"}, - "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"}, - "legislationLegalForce": { "@id": "schema:legislationLegalForce"}, - "legislationLegalValue": { "@id": "schema:legislationLegalValue"}, - "legislationPassedBy": { "@id": "schema:legislationPassedBy"}, - "legislationResponsible": { "@id": "schema:legislationResponsible"}, - "legislationTransposes": { "@id": "schema:legislationTransposes"}, - "legislationType": { "@id": "schema:legislationType"}, - "leiCode": { "@id": "schema:leiCode"}, - "lender": { "@id": "schema:lender"}, - "lesser": { "@id": "schema:lesser"}, - "lesserOrEqual": { "@id": "schema:lesserOrEqual"}, - "letterer": { "@id": "schema:letterer"}, - "license": { "@id": "schema:license", "@type": "@id"}, - "line": { "@id": "schema:line"}, - "linkRelationship": { "@id": "schema:linkRelationship"}, - "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"}, - "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"}, - "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"}, - "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"}, - "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"}, - "loanTerm": { "@id": "schema:loanTerm"}, - "loanType": { "@id": "schema:loanType", "@type": "@id"}, - "location": { "@id": "schema:location"}, - "locationCreated": { "@id": "schema:locationCreated"}, - "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"}, - "lodgingUnitType": { "@id": "schema:lodgingUnitType"}, - "logo": { "@id": "schema:logo", "@type": "@id"}, - "longitude": { "@id": "schema:longitude"}, - "loser": { "@id": "schema:loser"}, - "lowPrice": { "@id": "schema:lowPrice"}, - "lyricist": { "@id": "schema:lyricist"}, - "lyrics": { "@id": "schema:lyrics"}, - "mainContentOfPage": { "@id": "schema:mainContentOfPage"}, - "mainEntity": { "@id": "schema:mainEntity"}, - "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"}, - "makesOffer": { "@id": "schema:makesOffer"}, - "manufacturer": { "@id": "schema:manufacturer"}, - "map": { "@id": "schema:map", "@type": "@id"}, - "mapType": { "@id": "schema:mapType"}, - "maps": { "@id": "schema:maps", "@type": "@id"}, - "masthead": { "@id": "schema:masthead", "@type": "@id"}, - "material": { "@id": "schema:material", "@type": "@id"}, - "maxPrice": { "@id": "schema:maxPrice"}, - "maxValue": { "@id": "schema:maxValue"}, - "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"}, - "maximumIntake": { "@id": "schema:maximumIntake"}, - "mealService": { "@id": "schema:mealService"}, - "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"}, - "mechanismOfAction": { "@id": "schema:mechanismOfAction"}, - "median": { "@id": "schema:median"}, - "medicalSpecialty": { "@id": "schema:medicalSpecialty"}, - "medicineSystem": { "@id": "schema:medicineSystem"}, - "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"}, - "member": { "@id": "schema:member"}, - "memberOf": { "@id": "schema:memberOf"}, - "members": { "@id": "schema:members"}, - "membershipNumber": { "@id": "schema:membershipNumber"}, - "memoryRequirements": { "@id": "schema:memoryRequirements", "@type": "@id"}, - "mentions": { "@id": "schema:mentions"}, - "menu": { "@id": "schema:menu", "@type": "@id"}, - "menuAddOn": { "@id": "schema:menuAddOn"}, - "merchant": { "@id": "schema:merchant"}, - "messageAttachment": { "@id": "schema:messageAttachment"}, - "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"}, - "minPrice": { "@id": "schema:minPrice"}, - "minValue": { "@id": "schema:minValue"}, - "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"}, - "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"}, - "model": { "@id": "schema:model"}, - "modelDate": { "@id": "schema:modelDate", "@type": "Date"}, - "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"}, - "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"}, - "mpn": { "@id": "schema:mpn"}, - "multipleValues": { "@id": "schema:multipleValues"}, - "muscleAction": { "@id": "schema:muscleAction"}, - "musicArrangement": { "@id": "schema:musicArrangement"}, - "musicBy": { "@id": "schema:musicBy"}, - "musicCompositionForm": { "@id": "schema:musicCompositionForm"}, - "musicGroupMember": { "@id": "schema:musicGroupMember"}, - "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"}, - "musicalKey": { "@id": "schema:musicalKey"}, - "naics": { "@id": "schema:naics"}, - "name": { "@id": "schema:name"}, - "namedPosition": { "@id": "schema:namedPosition", "@type": "@id"}, - "nationality": { "@id": "schema:nationality"}, - "naturalProgression": { "@id": "schema:naturalProgression"}, - "nerve": { "@id": "schema:nerve"}, - "nerveMotor": { "@id": "schema:nerveMotor"}, - "netWorth": { "@id": "schema:netWorth"}, - "nextItem": { "@id": "schema:nextItem"}, - "nonEqual": { "@id": "schema:nonEqual"}, - "nonProprietaryName": { "@id": "schema:nonProprietaryName"}, - "normalRange": { "@id": "schema:normalRange"}, - "numAdults": { "@id": "schema:numAdults"}, - "numChildren": { "@id": "schema:numChildren"}, - "numTracks": { "@id": "schema:numTracks"}, - "numberOfAirbags": { "@id": "schema:numberOfAirbags"}, - "numberOfAxles": { "@id": "schema:numberOfAxles"}, - "numberOfBeds": { "@id": "schema:numberOfBeds"}, - "numberOfDoors": { "@id": "schema:numberOfDoors"}, - "numberOfEmployees": { "@id": "schema:numberOfEmployees"}, - "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"}, - "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"}, - "numberOfItems": { "@id": "schema:numberOfItems"}, - "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"}, - "numberOfPages": { "@id": "schema:numberOfPages"}, - "numberOfPlayers": { "@id": "schema:numberOfPlayers"}, - "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"}, - "numberOfRooms": { "@id": "schema:numberOfRooms"}, - "numberOfSeasons": { "@id": "schema:numberOfSeasons"}, - "numberedPosition": { "@id": "schema:numberedPosition"}, - "nutrition": { "@id": "schema:nutrition"}, - "object": { "@id": "schema:object"}, - "occupancy": { "@id": "schema:occupancy"}, - "occupationLocation": { "@id": "schema:occupationLocation"}, - "occupationalCategory": { "@id": "schema:occupationalCategory"}, - "offerCount": { "@id": "schema:offerCount"}, - "offeredBy": { "@id": "schema:offeredBy"}, - "offers": { "@id": "schema:offers"}, - "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"}, - "openingHours": { "@id": "schema:openingHours"}, - "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"}, - "opens": { "@id": "schema:opens"}, - "operatingSystem": { "@id": "schema:operatingSystem"}, - "opponent": { "@id": "schema:opponent"}, - "option": { "@id": "schema:option"}, - "orderDate": { "@id": "schema:orderDate", "@type": "DateTime"}, - "orderDelivery": { "@id": "schema:orderDelivery"}, - "orderItemNumber": { "@id": "schema:orderItemNumber"}, - "orderItemStatus": { "@id": "schema:orderItemStatus"}, - "orderNumber": { "@id": "schema:orderNumber"}, - "orderQuantity": { "@id": "schema:orderQuantity"}, - "orderStatus": { "@id": "schema:orderStatus"}, - "orderedItem": { "@id": "schema:orderedItem"}, - "organizer": { "@id": "schema:organizer"}, - "origin": { "@id": "schema:origin"}, - "originAddress": { "@id": "schema:originAddress"}, - "originatesFrom": { "@id": "schema:originatesFrom"}, - "outcome": { "@id": "schema:outcome"}, - "overdosage": { "@id": "schema:overdosage"}, - "overview": { "@id": "schema:overview"}, - "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"}, - "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"}, - "owns": { "@id": "schema:owns"}, - "pageEnd": { "@id": "schema:pageEnd"}, - "pageStart": { "@id": "schema:pageStart"}, - "pagination": { "@id": "schema:pagination"}, - "parent": { "@id": "schema:parent"}, - "parentItem": { "@id": "schema:parentItem"}, - "parentOrganization": { "@id": "schema:parentOrganization"}, - "parentService": { "@id": "schema:parentService"}, - "parents": { "@id": "schema:parents"}, - "partOfEpisode": { "@id": "schema:partOfEpisode"}, - "partOfInvoice": { "@id": "schema:partOfInvoice"}, - "partOfOrder": { "@id": "schema:partOfOrder"}, - "partOfSeason": { "@id": "schema:partOfSeason"}, - "partOfSeries": { "@id": "schema:partOfSeries"}, - "partOfSystem": { "@id": "schema:partOfSystem"}, - "partOfTVSeries": { "@id": "schema:partOfTVSeries"}, - "participant": { "@id": "schema:participant"}, - "partySize": { "@id": "schema:partySize"}, - "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"}, - "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"}, - "pathophysiology": { "@id": "schema:pathophysiology"}, - "payload": { "@id": "schema:payload"}, - "paymentAccepted": { "@id": "schema:paymentAccepted"}, - "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"}, - "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "DateTime"}, - "paymentMethod": { "@id": "schema:paymentMethod"}, - "paymentMethodId": { "@id": "schema:paymentMethodId"}, - "paymentStatus": { "@id": "schema:paymentStatus"}, - "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"}, - "penciler": { "@id": "schema:penciler"}, - "percentile10": { "@id": "schema:percentile10"}, - "percentile25": { "@id": "schema:percentile25"}, - "percentile75": { "@id": "schema:percentile75"}, - "percentile90": { "@id": "schema:percentile90"}, - "performTime": { "@id": "schema:performTime"}, - "performer": { "@id": "schema:performer"}, - "performerIn": { "@id": "schema:performerIn"}, - "performers": { "@id": "schema:performers"}, - "permissionType": { "@id": "schema:permissionType"}, - "permissions": { "@id": "schema:permissions"}, - "permitAudience": { "@id": "schema:permitAudience"}, - "permittedUsage": { "@id": "schema:permittedUsage"}, - "petsAllowed": { "@id": "schema:petsAllowed"}, - "phase": { "@id": "schema:phase"}, - "photo": { "@id": "schema:photo"}, - "photos": { "@id": "schema:photos"}, - "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"}, - "pickupLocation": { "@id": "schema:pickupLocation"}, - "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"}, - "playMode": { "@id": "schema:playMode"}, - "playerType": { "@id": "schema:playerType"}, - "playersOnline": { "@id": "schema:playersOnline"}, - "polygon": { "@id": "schema:polygon"}, - "population": { "@id": "schema:population"}, - "position": { "@id": "schema:position"}, - "possibleComplication": { "@id": "schema:possibleComplication"}, - "possibleTreatment": { "@id": "schema:possibleTreatment"}, - "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"}, - "postOp": { "@id": "schema:postOp"}, - "postalCode": { "@id": "schema:postalCode"}, - "potentialAction": { "@id": "schema:potentialAction"}, - "preOp": { "@id": "schema:preOp"}, - "predecessorOf": { "@id": "schema:predecessorOf"}, - "pregnancyCategory": { "@id": "schema:pregnancyCategory"}, - "pregnancyWarning": { "@id": "schema:pregnancyWarning"}, - "prepTime": { "@id": "schema:prepTime"}, - "preparation": { "@id": "schema:preparation"}, - "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"}, - "prescriptionStatus": { "@id": "schema:prescriptionStatus"}, - "previousItem": { "@id": "schema:previousItem"}, - "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"}, - "price": { "@id": "schema:price"}, - "priceComponent": { "@id": "schema:priceComponent"}, - "priceCurrency": { "@id": "schema:priceCurrency"}, - "priceRange": { "@id": "schema:priceRange"}, - "priceSpecification": { "@id": "schema:priceSpecification"}, - "priceType": { "@id": "schema:priceType"}, - "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"}, - "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"}, - "primaryPrevention": { "@id": "schema:primaryPrevention"}, - "printColumn": { "@id": "schema:printColumn"}, - "printEdition": { "@id": "schema:printEdition"}, - "printPage": { "@id": "schema:printPage"}, - "printSection": { "@id": "schema:printSection"}, - "procedure": { "@id": "schema:procedure"}, - "procedureType": { "@id": "schema:procedureType"}, - "processingTime": { "@id": "schema:processingTime"}, - "processorRequirements": { "@id": "schema:processorRequirements"}, - "producer": { "@id": "schema:producer"}, - "produces": { "@id": "schema:produces"}, - "productID": { "@id": "schema:productID"}, - "productSupported": { "@id": "schema:productSupported"}, - "productionCompany": { "@id": "schema:productionCompany"}, - "productionDate": { "@id": "schema:productionDate", "@type": "Date"}, - "proficiencyLevel": { "@id": "schema:proficiencyLevel"}, - "programMembershipUsed": { "@id": "schema:programMembershipUsed"}, - "programName": { "@id": "schema:programName"}, - "programmingLanguage": { "@id": "schema:programmingLanguage"}, - "programmingModel": { "@id": "schema:programmingModel"}, - "propertyID": { "@id": "schema:propertyID", "@type": "@id"}, - "proprietaryName": { "@id": "schema:proprietaryName"}, - "proteinContent": { "@id": "schema:proteinContent"}, - "provider": { "@id": "schema:provider"}, - "providerMobility": { "@id": "schema:providerMobility"}, - "providesBroadcastService": { "@id": "schema:providesBroadcastService"}, - "providesService": { "@id": "schema:providesService"}, - "publicAccess": { "@id": "schema:publicAccess"}, - "publication": { "@id": "schema:publication"}, - "publicationType": { "@id": "schema:publicationType"}, - "publishedBy": { "@id": "schema:publishedBy"}, - "publishedOn": { "@id": "schema:publishedOn"}, - "publisher": { "@id": "schema:publisher"}, - "publisherImprint": { "@id": "schema:publisherImprint"}, - "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"}, - "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"}, - "purpose": { "@id": "schema:purpose"}, - "qualifications": { "@id": "schema:qualifications"}, - "query": { "@id": "schema:query"}, - "quest": { "@id": "schema:quest"}, - "question": { "@id": "schema:question"}, - "rangeIncludes": { "@id": "schema:rangeIncludes"}, - "ratingCount": { "@id": "schema:ratingCount"}, - "ratingValue": { "@id": "schema:ratingValue"}, - "readBy": { "@id": "schema:readBy"}, - "readonlyValue": { "@id": "schema:readonlyValue"}, - "realEstateAgent": { "@id": "schema:realEstateAgent"}, - "recipe": { "@id": "schema:recipe"}, - "recipeCategory": { "@id": "schema:recipeCategory"}, - "recipeCuisine": { "@id": "schema:recipeCuisine"}, - "recipeIngredient": { "@id": "schema:recipeIngredient"}, - "recipeInstructions": { "@id": "schema:recipeInstructions"}, - "recipeYield": { "@id": "schema:recipeYield"}, - "recipient": { "@id": "schema:recipient"}, - "recognizingAuthority": { "@id": "schema:recognizingAuthority"}, - "recommendationStrength": { "@id": "schema:recommendationStrength"}, - "recommendedIntake": { "@id": "schema:recommendedIntake"}, - "recordLabel": { "@id": "schema:recordLabel"}, - "recordedAs": { "@id": "schema:recordedAs"}, - "recordedAt": { "@id": "schema:recordedAt"}, - "recordedIn": { "@id": "schema:recordedIn"}, - "recordingOf": { "@id": "schema:recordingOf"}, - "recourseLoan": { "@id": "schema:recourseLoan"}, - "referenceQuantity": { "@id": "schema:referenceQuantity"}, - "referencesOrder": { "@id": "schema:referencesOrder"}, - "regionDrained": { "@id": "schema:regionDrained"}, - "regionsAllowed": { "@id": "schema:regionsAllowed"}, - "relatedAnatomy": { "@id": "schema:relatedAnatomy"}, - "relatedCondition": { "@id": "schema:relatedCondition"}, - "relatedDrug": { "@id": "schema:relatedDrug"}, - "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"}, - "relatedStructure": { "@id": "schema:relatedStructure"}, - "relatedTherapy": { "@id": "schema:relatedTherapy"}, - "relatedTo": { "@id": "schema:relatedTo"}, - "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"}, - "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"}, - "releaseOf": { "@id": "schema:releaseOf"}, - "releasedEvent": { "@id": "schema:releasedEvent"}, - "relevantOccupation": { "@id": "schema:relevantOccupation"}, - "relevantSpecialty": { "@id": "schema:relevantSpecialty"}, - "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"}, - "renegotiableLoan": { "@id": "schema:renegotiableLoan"}, - "repeatCount": { "@id": "schema:repeatCount"}, - "repeatFrequency": { "@id": "schema:repeatFrequency"}, - "repetitions": { "@id": "schema:repetitions"}, - "replacee": { "@id": "schema:replacee"}, - "replacer": { "@id": "schema:replacer"}, - "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"}, - "reportNumber": { "@id": "schema:reportNumber"}, - "representativeOfPage": { "@id": "schema:representativeOfPage"}, - "requiredCollateral": { "@id": "schema:requiredCollateral"}, - "requiredGender": { "@id": "schema:requiredGender"}, - "requiredMaxAge": { "@id": "schema:requiredMaxAge"}, - "requiredMinAge": { "@id": "schema:requiredMinAge"}, - "requiredQuantity": { "@id": "schema:requiredQuantity"}, - "requirements": { "@id": "schema:requirements", "@type": "@id"}, - "requiresSubscription": { "@id": "schema:requiresSubscription"}, - "reservationFor": { "@id": "schema:reservationFor"}, - "reservationId": { "@id": "schema:reservationId"}, - "reservationStatus": { "@id": "schema:reservationStatus"}, - "reservedTicket": { "@id": "schema:reservedTicket"}, - "responsibilities": { "@id": "schema:responsibilities"}, - "restPeriods": { "@id": "schema:restPeriods"}, - "result": { "@id": "schema:result"}, - "resultComment": { "@id": "schema:resultComment"}, - "resultReview": { "@id": "schema:resultReview"}, - "review": { "@id": "schema:review"}, - "reviewAspect": { "@id": "schema:reviewAspect"}, - "reviewBody": { "@id": "schema:reviewBody"}, - "reviewCount": { "@id": "schema:reviewCount"}, - "reviewRating": { "@id": "schema:reviewRating"}, - "reviewedBy": { "@id": "schema:reviewedBy"}, - "reviews": { "@id": "schema:reviews"}, - "riskFactor": { "@id": "schema:riskFactor"}, - "risks": { "@id": "schema:risks"}, - "roleName": { "@id": "schema:roleName", "@type": "@id"}, - "roofLoad": { "@id": "schema:roofLoad"}, - "rsvpResponse": { "@id": "schema:rsvpResponse"}, - "runsTo": { "@id": "schema:runsTo"}, - "runtime": { "@id": "schema:runtime"}, - "runtimePlatform": { "@id": "schema:runtimePlatform"}, - "rxcui": { "@id": "schema:rxcui"}, - "safetyConsideration": { "@id": "schema:safetyConsideration"}, - "salaryCurrency": { "@id": "schema:salaryCurrency"}, - "sameAs": { "@id": "schema:sameAs", "@type": "@id"}, - "sampleType": { "@id": "schema:sampleType"}, - "saturatedFatContent": { "@id": "schema:saturatedFatContent"}, - "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"}, - "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"}, - "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"}, - "screenCount": { "@id": "schema:screenCount"}, - "screenshot": { "@id": "schema:screenshot", "@type": "@id"}, - "season": { "@id": "schema:season"}, - "seasonNumber": { "@id": "schema:seasonNumber"}, - "seasons": { "@id": "schema:seasons"}, - "seatNumber": { "@id": "schema:seatNumber"}, - "seatRow": { "@id": "schema:seatRow"}, - "seatSection": { "@id": "schema:seatSection"}, - "seatingCapacity": { "@id": "schema:seatingCapacity"}, - "seatingType": { "@id": "schema:seatingType"}, - "secondaryPrevention": { "@id": "schema:secondaryPrevention"}, - "securityScreening": { "@id": "schema:securityScreening"}, - "seeks": { "@id": "schema:seeks"}, - "seller": { "@id": "schema:seller"}, - "sender": { "@id": "schema:sender"}, - "sensoryUnit": { "@id": "schema:sensoryUnit"}, - "serialNumber": { "@id": "schema:serialNumber"}, - "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"}, - "serverStatus": { "@id": "schema:serverStatus"}, - "servesCuisine": { "@id": "schema:servesCuisine"}, - "serviceArea": { "@id": "schema:serviceArea"}, - "serviceAudience": { "@id": "schema:serviceAudience"}, - "serviceLocation": { "@id": "schema:serviceLocation"}, - "serviceOperator": { "@id": "schema:serviceOperator"}, - "serviceOutput": { "@id": "schema:serviceOutput"}, - "servicePhone": { "@id": "schema:servicePhone"}, - "servicePostalAddress": { "@id": "schema:servicePostalAddress"}, - "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"}, - "serviceType": { "@id": "schema:serviceType"}, - "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"}, - "servingSize": { "@id": "schema:servingSize"}, - "sharedContent": { "@id": "schema:sharedContent"}, - "sibling": { "@id": "schema:sibling"}, - "siblings": { "@id": "schema:siblings"}, - "signDetected": { "@id": "schema:signDetected"}, - "signOrSymptom": { "@id": "schema:signOrSymptom"}, - "significance": { "@id": "schema:significance"}, - "significantLink": { "@id": "schema:significantLink", "@type": "@id"}, - "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"}, - "skills": { "@id": "schema:skills"}, - "sku": { "@id": "schema:sku"}, - "smokingAllowed": { "@id": "schema:smokingAllowed"}, - "sodiumContent": { "@id": "schema:sodiumContent"}, - "softwareAddOn": { "@id": "schema:softwareAddOn"}, - "softwareHelp": { "@id": "schema:softwareHelp"}, - "softwareRequirements": { "@id": "schema:softwareRequirements", "@type": "@id"}, - "softwareVersion": { "@id": "schema:softwareVersion"}, - "source": { "@id": "schema:source"}, - "sourceOrganization": { "@id": "schema:sourceOrganization"}, - "sourcedFrom": { "@id": "schema:sourcedFrom"}, - "spatial": { "@id": "schema:spatial"}, - "spatialCoverage": { "@id": "schema:spatialCoverage"}, - "speakable": { "@id": "schema:speakable", "@type": "@id"}, - "specialCommitments": { "@id": "schema:specialCommitments"}, - "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"}, - "specialty": { "@id": "schema:specialty"}, - "speed": { "@id": "schema:speed"}, - "spokenByCharacter": { "@id": "schema:spokenByCharacter"}, - "sponsor": { "@id": "schema:sponsor"}, - "sport": { "@id": "schema:sport", "@type": "@id"}, - "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"}, - "sportsEvent": { "@id": "schema:sportsEvent"}, - "sportsTeam": { "@id": "schema:sportsTeam"}, - "spouse": { "@id": "schema:spouse"}, - "stage": { "@id": "schema:stage"}, - "stageAsNumber": { "@id": "schema:stageAsNumber"}, - "starRating": { "@id": "schema:starRating"}, - "startDate": { "@id": "schema:startDate", "@type": "Date"}, - "startTime": { "@id": "schema:startTime", "@type": "DateTime"}, - "status": { "@id": "schema:status"}, - "steeringPosition": { "@id": "schema:steeringPosition"}, - "step": { "@id": "schema:step"}, - "stepValue": { "@id": "schema:stepValue"}, - "steps": { "@id": "schema:steps"}, - "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"}, - "streetAddress": { "@id": "schema:streetAddress"}, - "strengthUnit": { "@id": "schema:strengthUnit"}, - "strengthValue": { "@id": "schema:strengthValue"}, - "structuralClass": { "@id": "schema:structuralClass"}, - "study": { "@id": "schema:study"}, - "studyDesign": { "@id": "schema:studyDesign"}, - "studyLocation": { "@id": "schema:studyLocation"}, - "studySubject": { "@id": "schema:studySubject"}, - "stupidProperty": { "@id": "schema:stupidProperty"}, - "subEvent": { "@id": "schema:subEvent"}, - "subEvents": { "@id": "schema:subEvents"}, - "subOrganization": { "@id": "schema:subOrganization"}, - "subReservation": { "@id": "schema:subReservation"}, - "subStageSuffix": { "@id": "schema:subStageSuffix"}, - "subStructure": { "@id": "schema:subStructure"}, - "subTest": { "@id": "schema:subTest"}, - "subjectOf": { "@id": "schema:subjectOf"}, - "subtitleLanguage": { "@id": "schema:subtitleLanguage"}, - "subtype": { "@id": "schema:subtype"}, - "successorOf": { "@id": "schema:successorOf"}, - "sugarContent": { "@id": "schema:sugarContent"}, - "suggestedAnswer": { "@id": "schema:suggestedAnswer"}, - "suggestedGender": { "@id": "schema:suggestedGender"}, - "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"}, - "suggestedMinAge": { "@id": "schema:suggestedMinAge"}, - "suitableForDiet": { "@id": "schema:suitableForDiet"}, - "superEvent": { "@id": "schema:superEvent"}, - "supersededBy": { "@id": "schema:supersededBy"}, - "supply": { "@id": "schema:supply"}, - "supplyTo": { "@id": "schema:supplyTo"}, - "supportingData": { "@id": "schema:supportingData"}, - "surface": { "@id": "schema:surface", "@type": "@id"}, - "target": { "@id": "schema:target"}, - "targetCollection": { "@id": "schema:targetCollection"}, - "targetDescription": { "@id": "schema:targetDescription"}, - "targetName": { "@id": "schema:targetName"}, - "targetPlatform": { "@id": "schema:targetPlatform"}, - "targetPopulation": { "@id": "schema:targetPopulation"}, - "targetProduct": { "@id": "schema:targetProduct"}, - "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"}, - "taxID": { "@id": "schema:taxID"}, - "telephone": { "@id": "schema:telephone"}, - "temporal": { "@id": "schema:temporal", "@type": "DateTime"}, - "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"}, - "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"}, - "text": { "@id": "schema:text"}, - "thumbnail": { "@id": "schema:thumbnail"}, - "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"}, - "tickerSymbol": { "@id": "schema:tickerSymbol"}, - "ticketNumber": { "@id": "schema:ticketNumber"}, - "ticketToken": { "@id": "schema:ticketToken", "@type": "@id"}, - "ticketedSeat": { "@id": "schema:ticketedSeat"}, - "timeRequired": { "@id": "schema:timeRequired"}, - "tissueSample": { "@id": "schema:tissueSample"}, - "title": { "@id": "schema:title"}, - "toLocation": { "@id": "schema:toLocation"}, - "toRecipient": { "@id": "schema:toRecipient"}, - "tongueWeight": { "@id": "schema:tongueWeight"}, - "tool": { "@id": "schema:tool"}, - "torque": { "@id": "schema:torque"}, - "totalPaymentDue": { "@id": "schema:totalPaymentDue"}, - "totalPrice": { "@id": "schema:totalPrice"}, - "totalTime": { "@id": "schema:totalTime"}, - "touristType": { "@id": "schema:touristType"}, - "track": { "@id": "schema:track"}, - "trackingNumber": { "@id": "schema:trackingNumber"}, - "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"}, - "tracks": { "@id": "schema:tracks"}, - "trailer": { "@id": "schema:trailer"}, - "trailerWeight": { "@id": "schema:trailerWeight"}, - "trainName": { "@id": "schema:trainName"}, - "trainNumber": { "@id": "schema:trainNumber"}, - "transFatContent": { "@id": "schema:transFatContent"}, - "transcript": { "@id": "schema:transcript"}, - "translationOfWork": { "@id": "schema:translationOfWork"}, - "translator": { "@id": "schema:translator"}, - "transmissionMethod": { "@id": "schema:transmissionMethod"}, - "trialDesign": { "@id": "schema:trialDesign"}, - "tributary": { "@id": "schema:tributary"}, - "typeOfBed": { "@id": "schema:typeOfBed"}, - "typeOfGood": { "@id": "schema:typeOfGood"}, - "typicalAgeRange": { "@id": "schema:typicalAgeRange"}, - "typicalTest": { "@id": "schema:typicalTest"}, - "underName": { "@id": "schema:underName"}, - "unitCode": { "@id": "schema:unitCode", "@type": "@id"}, - "unitText": { "@id": "schema:unitText"}, - "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"}, - "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"}, - "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"}, - "upvoteCount": { "@id": "schema:upvoteCount"}, - "url": { "@id": "schema:url", "@type": "@id"}, - "urlTemplate": { "@id": "schema:urlTemplate"}, - "usedToDiagnose": { "@id": "schema:usedToDiagnose"}, - "userInteractionCount": { "@id": "schema:userInteractionCount"}, - "usesDevice": { "@id": "schema:usesDevice"}, - "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard", "@type": "@id"}, - "validFor": { "@id": "schema:validFor"}, - "validFrom": { "@id": "schema:validFrom", "@type": "DateTime"}, - "validIn": { "@id": "schema:validIn"}, - "validThrough": { "@id": "schema:validThrough", "@type": "DateTime"}, - "validUntil": { "@id": "schema:validUntil", "@type": "Date"}, - "value": { "@id": "schema:value"}, - "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"}, - "valueMaxLength": { "@id": "schema:valueMaxLength"}, - "valueMinLength": { "@id": "schema:valueMinLength"}, - "valueName": { "@id": "schema:valueName"}, - "valuePattern": { "@id": "schema:valuePattern"}, - "valueReference": { "@id": "schema:valueReference"}, - "valueRequired": { "@id": "schema:valueRequired"}, - "variableMeasured": { "@id": "schema:variableMeasured"}, - "variablesMeasured": { "@id": "schema:variablesMeasured"}, - "variantCover": { "@id": "schema:variantCover"}, - "vatID": { "@id": "schema:vatID"}, - "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"}, - "vehicleEngine": { "@id": "schema:vehicleEngine"}, - "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"}, - "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"}, - "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"}, - "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"}, - "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"}, - "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"}, - "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"}, - "vendor": { "@id": "schema:vendor"}, - "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"}, - "version": { "@id": "schema:version"}, - "video": { "@id": "schema:video"}, - "videoFormat": { "@id": "schema:videoFormat"}, - "videoFrameSize": { "@id": "schema:videoFrameSize"}, - "videoQuality": { "@id": "schema:videoQuality"}, - "volumeNumber": { "@id": "schema:volumeNumber"}, - "warning": { "@id": "schema:warning", "@type": "@id"}, - "warranty": { "@id": "schema:warranty"}, - "warrantyPromise": { "@id": "schema:warrantyPromise"}, - "warrantyScope": { "@id": "schema:warrantyScope"}, - "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"}, - "weight": { "@id": "schema:weight"}, - "weightTotal": { "@id": "schema:weightTotal"}, - "wheelbase": { "@id": "schema:wheelbase"}, - "width": { "@id": "schema:width"}, - "winner": { "@id": "schema:winner"}, - "wordCount": { "@id": "schema:wordCount"}, - "workExample": { "@id": "schema:workExample"}, - "workFeatured": { "@id": "schema:workFeatured"}, - "workHours": { "@id": "schema:workHours"}, - "workLocation": { "@id": "schema:workLocation"}, - "workPerformed": { "@id": "schema:workPerformed"}, - "workPresented": { "@id": "schema:workPresented"}, - "workTranslation": { "@id": "schema:workTranslation"}, - "workload": { "@id": "schema:workload"}, - "worksFor": { "@id": "schema:worksFor"}, - "worstRating": { "@id": "schema:worstRating"}, - "xpath": { "@id": "schema:xpath"}, - "yearlyRevenue": { "@id": "schema:yearlyRevenue"}, - "yearsInOperation": { "@id": "schema:yearsInOperation"}, - "yield": { "@id": "schema:yield"} - } - } - http_version: - recorded_at: Sun, 11 Mar 2018 20:39:38 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/content_negotiation/validates_against_schema.yml deleted file mode 100644 index 70f439a4d..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/content_negotiation/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/298 - body: - encoding: UTF-8 - string: '{"id":298,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST275","updated":"2018-07-05T05:13:05.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/298" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"298","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/226 - body: - encoding: UTF-8 - string: '{"id":226,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:05.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST275.TEST232","updated":"2018-07-05T05:13:05.000-04:00","version":0,"allocator":298,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/226" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"226","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:05 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json.yml b/spec/fixtures/vcr_cassettes/Doi/from_json/from_json.yml deleted file mode 100644 index 51ef6f62e..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/12 - body: - encoding: UTF-8 - string: '{"id":12,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST11","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/12" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"12","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/4 - body: - encoding: UTF-8 - string: '{"id":4,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST11.TEST8","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":12,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/4" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"4","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_duplicate_keys.yml b/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_duplicate_keys.yml deleted file mode 100644 index fca958ca4..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_duplicate_keys.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/14 - body: - encoding: UTF-8 - string: '{"id":14,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST13","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/14" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"14","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/6 - body: - encoding: UTF-8 - string: '{"id":6,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST13.TEST10","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":14,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/6" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"6","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_malformed.yml b/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_malformed.yml deleted file mode 100644 index 538e60015..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/from_json/from_json_malformed.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/13 - body: - encoding: UTF-8 - string: '{"id":13,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST12","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/13" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"13","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/5 - body: - encoding: UTF-8 - string: '{"id":5,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST12.TEST9","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":13,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/5" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"5","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml.yml b/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml.yml deleted file mode 100644 index 8f227d6f7..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/10 - body: - encoding: UTF-8 - string: '{"id":10,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST9","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/10" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"10","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/2 - body: - encoding: UTF-8 - string: '{"id":2,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST9.TEST6","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":10,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/2" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"2","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml_malformed.yml b/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml_malformed.yml deleted file mode 100644 index 5ad91c7dc..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/from_xml/from_xml_malformed.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/11 - body: - encoding: UTF-8 - string: '{"id":11,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST10","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/11" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"11","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/3 - body: - encoding: UTF-8 - string: '{"id":3,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST10.TEST7","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":11,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/3" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"3","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate.yml deleted file mode 100644 index 65bdb78f3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/36 - body: - encoding: UTF-8 - string: '{"id":36,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST35","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/36" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"36","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/26 - body: - encoding: UTF-8 - string: '{"id":26,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST35.TEST30","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":36,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/26" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"26","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_another_seed_checksum.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_another_seed_checksum.yml deleted file mode 100644 index ed49ac8e1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_another_seed_checksum.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/39 - body: - encoding: UTF-8 - string: '{"id":39,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST38","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/39" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"39","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/29 - body: - encoding: UTF-8 - string: '{"id":29,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST38.TEST33","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":39,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/29" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"29","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed.yml deleted file mode 100644 index 14b7bc3dc..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/37 - body: - encoding: UTF-8 - string: '{"id":37,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST36","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/37" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"37","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/27 - body: - encoding: UTF-8 - string: '{"id":27,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST36.TEST31","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":37,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/27" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"27","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed_checksum.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed_checksum.yml deleted file mode 100644 index 202651015..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_seed_checksum.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/38 - body: - encoding: UTF-8 - string: '{"id":38,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST37","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/38" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"38","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/28 - body: - encoding: UTF-8 - string: '{"id":28,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST37.TEST32","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":38,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/28" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"28","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_shoulder.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_shoulder.yml deleted file mode 100644 index 9cca427cb..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_generate_with_shoulder.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/40 - body: - encoding: UTF-8 - string: '{"id":40,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST39","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/40" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"40","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/30 - body: - encoding: UTF-8 - string: '{"id":30,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST39.TEST34","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":40,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/30" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"30","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_not_generate_if_not_DOI_prefix.yml b/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_not_generate_if_not_DOI_prefix.yml deleted file mode 100644 index 15356fa27..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/generate_random_doi/should_not_generate_if_not_DOI_prefix.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/41 - body: - encoding: UTF-8 - string: '{"id":41,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:14.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST40","updated":"2018-07-05T09:12:14.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/41" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"41","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:14 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/31 - body: - encoding: UTF-8 - string: '{"id":31,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:14.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST40.TEST35","updated":"2018-07-05T09:12:14.000Z","version":0,"allocator":41,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/31" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"31","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:14 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_attributes/author.yml b/spec/fixtures/vcr_cassettes/Doi/get_attributes/author.yml deleted file mode 100644 index 34b942740..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_attributes/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/20 - body: - encoding: UTF-8 - string: '{"id":20,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST19","updated":"2018-07-05T09:12:11.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/20" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"20","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/12 - body: - encoding: UTF-8 - string: '{"id":12,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST19.TEST16","updated":"2018-07-05T09:12:11.000Z","version":0,"allocator":20,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/12" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"12","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_attributes/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/get_attributes/date_published.yml deleted file mode 100644 index 57905e3a7..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_attributes/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/23 - body: - encoding: UTF-8 - string: '{"id":23,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST22","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/23" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"23","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/15 - body: - encoding: UTF-8 - string: '{"id":15,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST22.TEST19","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":23,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/15" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"15","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_attributes/publisher.yml b/spec/fixtures/vcr_cassettes/Doi/get_attributes/publisher.yml deleted file mode 100644 index e7334c40e..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_attributes/publisher.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/22 - body: - encoding: UTF-8 - string: '{"id":22,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST21","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/22" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"22","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/14 - body: - encoding: UTF-8 - string: '{"id":14,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST21.TEST18","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":22,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/14" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"14","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_attributes/resource_type_general.yml b/spec/fixtures/vcr_cassettes/Doi/get_attributes/resource_type_general.yml deleted file mode 100644 index dbdfb3dcd..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_attributes/resource_type_general.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/24 - body: - encoding: UTF-8 - string: '{"id":24,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST23","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/24" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"24","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/16 - body: - encoding: UTF-8 - string: '{"id":16,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST23.TEST20","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":24,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/16" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"16","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_attributes/title.yml b/spec/fixtures/vcr_cassettes/Doi/get_attributes/title.yml deleted file mode 100644 index e6fffef90..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_attributes/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/21 - body: - encoding: UTF-8 - string: '{"id":21,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST20","updated":"2018-07-05T09:12:11.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/21" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"21","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/13 - body: - encoding: UTF-8 - string: '{"id":13,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST20.TEST17","updated":"2018-07-05T09:12:11.000Z","version":0,"allocator":21,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/13" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"13","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_get_dois.yml b/spec/fixtures/vcr_cassettes/Doi/get_dois/should_get_dois.yml index f3512731b..8ffe08334 100644 --- a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_get_dois.yml +++ b/spec/fixtures/vcr_cassettes/Doi/get_dois/should_get_dois.yml @@ -8,7 +8,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Authorization: @@ -19,7 +19,7 @@ http_interactions: message: OK headers: Date: - - Sun, 03 Feb 2019 15:39:42 GMT + - Sat, 20 Jul 2019 08:59:56 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -28,9 +28,9 @@ http_interactions: - Accept-Encoding body: encoding: ASCII-8BIT - string: '{"responseCode":1,"prefix":"10.5438","totalCount":"442","handles":["10.5438/0000-00SS","10.5438/0000-01HC","10.5438/0000-03VC","10.5438/0001","10.5438/0002","10.5438/0003","10.5438/0004","10.5438/0005","10.5438/0006","10.5438/0007","10.5438/0007-NW90","10.5438/0010","10.5438/022J-CC0M","10.5438/02BH-TGC7","10.5438/045S-EC11","10.5438/08A0-3F64","10.5438/08H0-8MQY","10.5438/09C3-4V7S","10.5438/0DPB-24DR","10.5438/0DW9-MPAF","10.5438/0JGW-B795","10.5438/0MAE-2Y7~","10.5438/0Q0J-AJHF","10.5438/0QCA-V2AP","10.5438/0QS4-A3G0","10.5438/0S9T-VT1H","10.5438/0TK6-KN9=","10.5438/0V73-FK2C","10.5438/0X88-GVGE","10.5438/0XJG-XW5Q","10.5438/13J9-6GQ3","10.5438/15X1-BJ6R","10.5438/18MQ-RPGG","10.5438/1A5Y-7XSB","10.5438/1E3Q-74PQ","10.5438/1FDB-E490","10.5438/1H7N-3CEN","10.5438/1HV8-2GC2","10.5438/1J97-YVHJ","10.5438/1K45-K844","10.5438/1M14-41XZ","10.5438/1M69-A1ZK","10.5438/1MAM-DVC~","10.5438/1NX6-PQ88","10.5438/1PNA-0ZKH","10.5438/1S5T-M2D1","10.5438/1W0P-W0BC","10.5438/1XX7-7765","10.5438/1YAA-K6D1","10.5438/20G9-6WB1","10.5438/2516-KNTQ","10.5438/2629-X1J6","10.5438/26HT-FE7P","10.5438/28A6-4QV*","10.5438/28E3-DP9C","10.5438/2B73-V3YB","10.5438/2B8J-TDXH","10.5438/2G4X-Q6S9","10.5438/2R6Y-9G5Q","10.5438/2WFX-2HZ1","10.5438/2WPE-THS0","10.5438/31V8-C457","10.5438/350C-QNPD","10.5438/3604-7V9$","10.5438/36H3-CQV*","10.5438/36RH-W023","10.5438/382F-TKFV","10.5438/3CN7-V545","10.5438/3DFW-Z4KQ","10.5438/3E7A-6HK7","10.5438/3FYV-2G0V","10.5438/3J8D-X85J","10.5438/3JKB-2QP9","10.5438/3JMF-VP13","10.5438/3MTR-WGS9","10.5438/3Q29-9NWT","10.5438/3TYG-2KW7","10.5438/3X51-RC2B","10.5438/3X7Y-HBP2","10.5438/3YQ5-6N53","10.5438/408J-EAJ4","10.5438/44JK-BESG","10.5438/44VH-95FY","10.5438/455Y-9TR8","10.5438/462Q-X856","10.5438/4BY7-B7ZN","10.5438/4DCW-96B*","10.5438/4K0Q-PB5A","10.5438/4K3M-NYVG","10.5438/4N30-NJPN","10.5438/4QX3-RP8Y","10.5438/4T5V-0PT8","10.5438/53NZ-N4G7","10.5438/54CN-P40V","10.5438/55E5-T5C0","10.5438/5653-THGW","10.5438/57SK-XD8G","10.5438/59G5-93T4","10.5438/59R2-VEEV","10.5438/5AEG-WEEV","10.5438/5B5R-B9DE","10.5438/5E2Q-NJ95","10.5438/5HZJ-5KDS","10.5438/5K96-CDVP","10.5438/5N3Y-GTDY","10.5438/5PS5-G3V~","10.5438/5SJZ-JT21","10.5438/5SQZ-H72E","10.5438/5TJ1-Z20*","10.5438/5YCZ-R519","10.5438/63PZ-PG99","10.5438/67C9-ZAZB","10.5438/68F9-B337","10.5438/6BRG-2M37","10.5438/6BRW-VEMG","10.5438/6DDP-WW08","10.5438/6GEP-3S5E","10.5438/6GG8-SDG9","10.5438/6T44-7BDJ","10.5438/6WCF-EFW5","10.5438/6XDQ-4DT0","10.5438/75RM-4VE2","10.5438/76M6-STNZ","10.5438/7705-12GY","10.5438/7780-8F8P","10.5438/78P9-FNRN","10.5438/78ZD-REDY","10.5438/7D9J-P0FP","10.5438/7MDQ-CFQJ","10.5438/7MRF-MPDK","10.5438/7RXD-S8A3","10.5438/7SSY-QVBV","10.5438/81P5-2D8H","10.5438/85SN-MX23","10.5438/85Y8-8J2Z","10.5438/879W-C2W7","10.5438/87E5-GKYY","10.5438/8AY6-WA82","10.5438/8E5N-E3Q5","10.5438/8EFW-N085","10.5438/8H16-WPEK","10.5438/8JBJ-M82P","10.5438/8QKH-1R6~","10.5438/8S99-7AWR","10.5438/8SZS-1H0H","10.5438/8TWW-0XC8","10.5438/8W5K-8W4K","10.5438/8YMV-8436","10.5438/9171-4B4F","10.5438/95DP-Q6FX","10.5438/99TJ-JZSN","10.5438/9FE4-8FNT","10.5438/9JWD-TN3A","10.5438/9QSK-2MPH","10.5438/9SNZ-VV1Y","10.5438/9Z99-A1RC","10.5438/9ZAT-8K6K","10.5438/A997-PAB1","10.5438/AB8Z-2599","10.5438/AKXG-KCQ*","10.5438/AN60-YNTY","10.5438/ANGM-ARS8","10.5438/AW9V-A6YS","10.5438/AZ3Q-C1VF","10.5438/B77P-W36R","10.5438/BAKK-ZHJN","10.5438/BBGG-0ZKW","10.5438/BC11-CQW1","10.5438/BC11-CQW6","10.5438/BC11-CQW8","10.5438/BDMN-SCW8","10.5438/BG66-DJN~","10.5438/BJ3H-4S1P","10.5438/BJ5V-MW65","10.5438/BMMQ-YCE9","10.5438/BNC7-JAYB","10.5438/BND2-A57V","10.5438/BNY0-AF15","10.5438/BPZZ-EAY0","10.5438/BRAINLIFE.007","10.5438/BZ8M-MBK5","10.5438/C1ZY-STZQ","10.5438/C3BY-VYZS","10.5438/C61Q-Z2K7","10.5438/C7VR-43SC","10.5438/C81T-HKVP","10.5438/CAB5-TEG0","10.5438/CAPM-3JK5","10.5438/CBS9-YE5~","10.5438/CEVP-HAVW","10.5438/CJT2-T6DZ","10.5438/CMHK-ZH44","10.5438/CRKW-AJ5D","10.5438/CT6S-F4X*","10.5438/D31R-P039","10.5438/D3FQ-BXPA","10.5438/D54Q-GW6Q","10.5438/D6PT-J5Y7","10.5438/D8E2-50Q~","10.5438/D9EQ-9DGA","10.5438/DE51-9GCW","10.5438/DJ3W-83H5","10.5438/DJ5K-XDB0","10.5438/DPJ1-Q3AZ","10.5438/DQCR-N40N","10.5438/E13Q-YPED","10.5438/E2J1-DK5A","10.5438/E5SQ-R8G1","10.5438/E66Y-3X8V","10.5438/EA4H-TX3G","10.5438/EAZK-SSE~","10.5438/ECC1-WA5S","10.5438/ECV0-QFAK","10.5438/ED4H-Y9Q0","10.5438/EJDA-7GW1","10.5438/EKBF-T33Y","10.5438/ESYS-F867","10.5438/ETEB-HG2~","10.5438/EWSV-1821","10.5438/EXAMPLE-FULL","10.5438/F17B-45VZ","10.5438/F1P0-3FK5","10.5438/F2KV-2YK3","10.5438/F36E-H22F","10.5438/FBJ5-3DWP","10.5438/FD06-ABAW","10.5438/FERW-CWHQ","10.5438/FJ3W-0SHD","10.5438/FRC3-XR1E","10.5438/G063-GKT~","10.5438/G39T-WYP1","10.5438/G3ZB-M1GS","10.5438/G59A-FBT2","10.5438/G5QG-A8SA","10.5438/G9G5-CKR7","10.5438/G9QG-M5NJ","10.5438/G9Z6-J964","10.5438/GA8V-FA94","10.5438/GFD7-6QA1","10.5438/GK1Q-HKKR","10.5438/GN8X-06M0","10.5438/GS93-BY4R","10.5438/GWSC-DADG","10.5438/GY4A-STW*","10.5438/GY9W-92W=","10.5438/GYE3-PP2A","10.5438/H0PX-5YTV","10.5438/H0WW-75T7","10.5438/H1JN-QT8$","10.5438/H40K-S4K*","10.5438/H4TY-HS9F","10.5438/H8DR-4TTX","10.5438/HCE6-GCRP","10.5438/HFEA-PRR5","10.5438/HGHT-610$","10.5438/HGMF-XE8X","10.5438/HHE9-1G5=","10.5438/HN7K-SV5Z","10.5438/HQ54-9A6C","10.5438/J5FD-TF79","10.5438/J7K4-98WC","10.5438/J8BC-4SJW","10.5438/J8C8-C0M0","10.5438/JEGK-2DF0","10.5438/JG8P-DVZX","10.5438/JHTN-6890","10.5438/JKW6-K78G","10.5438/JM9F-325F","10.5438/JMED-JCAM","10.5438/JPHX-V7A0","10.5438/JQ7T-HXH8","10.5438/JWX3-KWZ4","10.5438/JZG5-VCQV","10.5438/K3W2-59D0","10.5438/KBG2-ZS5Y","10.5438/KBRV-TZAG","10.5438/KHYZ-6Z8$","10.5438/KTR7-ZJJH","10.5438/KVP3-XY0A","10.5438/KY61-VNBM","10.5438/M5K4-AMKR","10.5438/M68V-4GK6","10.5438/M8TS-BD9~","10.5438/MBW1-0GT1","10.5438/MCMF-B7EH","10.5438/MCNV-GA6N","10.5438/MDS-CLIENT-RUBY-TEST","10.5438/MK56-9XM4","10.5438/MK65-3M12","10.5438/MRR6-MF3Q","10.5438/MSK0-15R2","10.5438/MW0P-H8HQ","10.5438/N39S-B1K9","10.5438/NBXT-KY11","10.5438/NDHK-V0BX","10.5438/NDRJ-BX5K","10.5438/NG46-GVT2","10.5438/NHT3-8M8F","10.5438/NMVM-6WC6","10.5438/NNWW-3NX$","10.5438/NQCF-E0EM","10.5438/NSF1-NVKY","10.5438/NTEN-WEYS","10.5438/NZ7N-4YHF","10.5438/NZEX-EY30","10.5438/P1X8-NPY$","10.5438/P3BH-TBB~","10.5438/P59X-916F","10.5438/PE54-ZJ5T","10.5438/PQXM-76GQ","10.5438/PRF0-NRXQ","10.5438/PRXJ-7PZ6","10.5438/PVBB-BTPB","10.5438/Q019-6VE4","10.5438/Q10P-C66K","10.5438/Q2GH-6EGD","10.5438/Q36Q-82CN","10.5438/Q699-SSGR","10.5438/Q8N8-XRQZ","10.5438/QCFT-GV12","10.5438/QDMX-ECG0","10.5438/QGQ5-PGE7","10.5438/QTHF-2NGC","10.5438/QV34-E1WS","10.5438/QVW6-10XP","10.5438/QW2X-PGCY","10.5438/QYJP-1GFT","10.5438/R2ZV-P5WP","10.5438/R33F-96GH","10.5438/R438-S70*","10.5438/R4RA-8DD~","10.5438/R5AV-PTNH","10.5438/R8XY-8XK=","10.5438/R9M1-77T$","10.5438/RC4N-42YJ","10.5438/RCTN-QJCB","10.5438/RCZV-HJNS","10.5438/RDEE-P7JW","10.5438/RFJ3-C3SM","10.5438/RMT6-W97W","10.5438/RN1Z-DWRB","10.5438/RNNR-X2H~","10.5438/RPZ2-WBY6","10.5438/RQ5Q-PPEP","10.5438/RQY9-0M3B","10.5438/RTQF-7S4J","10.5438/RWAD-EB1A","10.5438/RX2V-V5WT","10.5438/RZQM-SYE2","10.5438/S20C-STGX","10.5438/S2YG-RY5K","10.5438/S7KD-S2C7","10.5438/S8GF-0CK9","10.5438/S9ZJ-ARXG","10.5438/SBTT-S36E","10.5438/SC37-K1J5","10.5438/SD03-1XBE","10.5438/SD2R-YCG9","10.5438/SDQ2-7G1Y","10.5438/SHCG-EA1F","10.5438/SHR4-2BS2","10.5438/SS2R-9CNS","10.5438/SSAF-KFTT","10.5438/SSK4-YEJ9","10.5438/SWBY-VWG~","10.5438/SYW5-VQA5","10.5438/T0AP-D5W7","10.5438/T3NT-4627","10.5438/T964-M8SM","10.5438/TEPP-YTY6","10.5438/THY1-TC09","10.5438/TK9X-RNY9","10.5438/TNHX-54CG","10.5438/TQ4C-6C0Q","10.5438/TSJR-F9CH","10.5438/TT7V-JP55","10.5438/TW5H-21DH","10.5438/TXD3-C9ZP","10.5438/V0VG-8JJK","10.5438/V1W9-VF4H","10.5438/V2XJ-NFAP","10.5438/V683-K48X","10.5438/VAKZ-08VB","10.5438/VCC2-T9SJ","10.5438/VFJ4-8DQ$","10.5438/VHQF-PWJQ","10.5438/VKG9-X9BZ","10.5438/VQ2T-VR4K","10.5438/VQ3X-QDWT","10.5438/VTBT-NTJ8","10.5438/VZX2-KFRD","10.5438/W029-Y6W~","10.5438/W354-4XQB","10.5438/W4N7-01AT","10.5438/W8QF-4HMG","10.5438/W9H1-WE44","10.5438/WD63-6X8~","10.5438/WDYW-1K1R","10.5438/WMAS-KM0V","10.5438/WQCK-V16M","10.5438/WQX6-2DSQ","10.5438/WTJH-QHX1","10.5438/X0BB-6959","10.5438/X4JQ-EGT5","10.5438/X6WA-82RZ","10.5438/X9EG-VF27","10.5438/XCBJ-G7ZY","10.5438/XCVB-T9EW","10.5438/XDPK-WM3E","10.5438/XF8R-7VZT","10.5438/XGHB-6E1H","10.5438/XQ3J-1CMK","10.5438/XXAJ-N6H9","10.5438/XY47-C7JF","10.5438/XZH2-HG04","10.5438/Y0HC-S62S","10.5438/Y131-YX9D","10.5438/Y4KS-KSBC","10.5438/Y543-2QJX","10.5438/Y5SF-0K1T","10.5438/Y72S-E9JW","10.5438/Y81Q-R21F","10.5438/Y919-5QN4","10.5438/YAA9-F80*","10.5438/YDFF-0DNH","10.5438/YEG5-6R6Z","10.5438/YHCJ-P5HR","10.5438/YX93-ZP3M","10.5438/YYM6-6WVT","10.5438/Z2DD-TKPN","10.5438/Z2GZ-V9MF","10.5438/ZAVG-XM4R","10.5438/ZDTR-AQTT","10.5438/ZE09-RCBA","10.5438/ZF4S-5M37","10.5438/ZFPH-3MXQ","10.5438/ZH1T-Z72K","10.5438/ZQGA-EWE7","10.5438/ZR9Y-K3Z5","10.5438/ZSKC-6BC1","10.5438/ZWSF-4Y7Y","10.5438/ZYJN-KXX9"]}' + string: '{"responseCode":1,"prefix":"10.5438","totalCount":"443","handles":["10.5438/0000-00SS","10.5438/0000-01HC","10.5438/0000-03VC","10.5438/0001","10.5438/0002","10.5438/0003","10.5438/0004","10.5438/0005","10.5438/0006","10.5438/0007","10.5438/0007-NW90","10.5438/0010","10.5438/022J-CC0M","10.5438/02BH-TGC7","10.5438/045S-EC11","10.5438/08A0-3F64","10.5438/08H0-8MQY","10.5438/09C3-4V7S","10.5438/0DPB-24DR","10.5438/0DW9-MPAF","10.5438/0JGW-B795","10.5438/0MAE-2Y7~","10.5438/0Q0J-AJHF","10.5438/0QCA-V2AP","10.5438/0QS4-A3G0","10.5438/0S9T-VT1H","10.5438/0TK6-KN9=","10.5438/0V73-FK2C","10.5438/0X88-GVGE","10.5438/0XJG-XW5Q","10.5438/13J9-6GQ3","10.5438/15X1-BJ6R","10.5438/18MQ-RPGG","10.5438/1A5Y-7XSB","10.5438/1E3Q-74PQ","10.5438/1FDB-E490","10.5438/1H7N-3CEN","10.5438/1HV8-2GC2","10.5438/1J97-YVHJ","10.5438/1K45-K844","10.5438/1M14-41XZ","10.5438/1M69-A1ZK","10.5438/1MAM-DVC~","10.5438/1NX6-PQ88","10.5438/1PNA-0ZKH","10.5438/1S5T-M2D1","10.5438/1W0P-W0BC","10.5438/1XX7-7765","10.5438/1YAA-K6D1","10.5438/20G9-6WB1","10.5438/2516-KNTQ","10.5438/2629-X1J6","10.5438/26HT-FE7P","10.5438/28A6-4QV*","10.5438/28E3-DP9C","10.5438/2B73-V3YB","10.5438/2B8J-TDXH","10.5438/2G4X-Q6S9","10.5438/2R6Y-9G5Q","10.5438/2WFX-2HZ1","10.5438/2WPE-THS0","10.5438/31V8-C457","10.5438/350C-QNPD","10.5438/3604-7V9$","10.5438/36H3-CQV*","10.5438/36RH-W023","10.5438/382F-TKFV","10.5438/3CN7-V545","10.5438/3DFW-Z4KQ","10.5438/3E7A-6HK7","10.5438/3FYV-2G0V","10.5438/3J8D-X85J","10.5438/3JKB-2QP9","10.5438/3JMF-VP13","10.5438/3MTR-WGS9","10.5438/3Q29-9NWT","10.5438/3TYG-2KW7","10.5438/3X51-RC2B","10.5438/3X7Y-HBP2","10.5438/3YQ5-6N53","10.5438/408J-EAJ4","10.5438/44JK-BESG","10.5438/44VH-95FY","10.5438/455Y-9TR8","10.5438/462Q-X856","10.5438/4BY7-B7ZN","10.5438/4DCW-96B*","10.5438/4K0Q-PB5A","10.5438/4K3M-NYVG","10.5438/4N30-NJPN","10.5438/4QX3-RP8Y","10.5438/4T5V-0PT8","10.5438/53NZ-N4G7","10.5438/54CN-P40V","10.5438/55E5-T5C0","10.5438/5653-THGW","10.5438/57SK-XD8G","10.5438/59G5-93T4","10.5438/59R2-VEEV","10.5438/5AEG-WEEV","10.5438/5B5R-B9DE","10.5438/5E2Q-NJ95","10.5438/5HZJ-5KDS","10.5438/5K96-CDVP","10.5438/5N3Y-GTDY","10.5438/5PS5-G3V~","10.5438/5SJZ-JT21","10.5438/5SQZ-H72E","10.5438/5TJ1-Z20*","10.5438/5YCZ-R519","10.5438/63PZ-PG99","10.5438/67C9-ZAZB","10.5438/68F9-B337","10.5438/6BRG-2M37","10.5438/6BRW-VEMG","10.5438/6DDP-WW08","10.5438/6GEP-3S5E","10.5438/6GG8-SDG9","10.5438/6T44-7BDJ","10.5438/6WCF-EFW5","10.5438/6XDQ-4DT0","10.5438/75RM-4VE2","10.5438/76M6-STNZ","10.5438/7705-12GY","10.5438/7780-8F8P","10.5438/78P9-FNRN","10.5438/78ZD-REDY","10.5438/7D9J-P0FP","10.5438/7MDQ-CFQJ","10.5438/7MRF-MPDK","10.5438/7RXD-S8A3","10.5438/7SSY-QVBV","10.5438/81P5-2D8H","10.5438/85SN-MX23","10.5438/85Y8-8J2Z","10.5438/879W-C2W7","10.5438/87E5-GKYY","10.5438/8AY6-WA82","10.5438/8E5N-E3Q5","10.5438/8EFW-N085","10.5438/8H16-WPEK","10.5438/8JBJ-M82P","10.5438/8QKH-1R6~","10.5438/8S99-7AWR","10.5438/8SZS-1H0H","10.5438/8TWW-0XC8","10.5438/8W5K-8W4K","10.5438/8YMV-8436","10.5438/9171-4B4F","10.5438/95DP-Q6FX","10.5438/99TJ-JZSN","10.5438/9FE4-8FNT","10.5438/9JWD-TN3A","10.5438/9QSK-2MPH","10.5438/9SNZ-VV1Y","10.5438/9Z99-A1RC","10.5438/9ZAT-8K6K","10.5438/A997-PAB1","10.5438/AB8Z-2599","10.5438/AKXG-KCQ*","10.5438/AN60-YNTY","10.5438/ANGM-ARS8","10.5438/AW9V-A6YS","10.5438/AZ3Q-C1VF","10.5438/B77P-W36R","10.5438/BAKK-ZHJN","10.5438/BBGG-0ZKW","10.5438/BC11-CQW1","10.5438/BC11-CQW6","10.5438/BC11-CQW8","10.5438/BCHH11-DDDDDD","10.5438/BDMN-SCW8","10.5438/BG66-DJN~","10.5438/BJ3H-4S1P","10.5438/BJ5V-MW65","10.5438/BMMQ-YCE9","10.5438/BNC7-JAYB","10.5438/BND2-A57V","10.5438/BNY0-AF15","10.5438/BPZZ-EAY0","10.5438/BRAINLIFE.007","10.5438/BZ8M-MBK5","10.5438/C1ZY-STZQ","10.5438/C3BY-VYZS","10.5438/C61Q-Z2K7","10.5438/C7VR-43SC","10.5438/C81T-HKVP","10.5438/CAB5-TEG0","10.5438/CAPM-3JK5","10.5438/CBS9-YE5~","10.5438/CEVP-HAVW","10.5438/CJT2-T6DZ","10.5438/CMHK-ZH44","10.5438/CRKW-AJ5D","10.5438/CT6S-F4X*","10.5438/D31R-P039","10.5438/D3FQ-BXPA","10.5438/D54Q-GW6Q","10.5438/D6PT-J5Y7","10.5438/D8E2-50Q~","10.5438/D9EQ-9DGA","10.5438/DE51-9GCW","10.5438/DJ3W-83H5","10.5438/DJ5K-XDB0","10.5438/DPJ1-Q3AZ","10.5438/DQCR-N40N","10.5438/E13Q-YPED","10.5438/E2J1-DK5A","10.5438/E5SQ-R8G1","10.5438/E66Y-3X8V","10.5438/EA4H-TX3G","10.5438/EAZK-SSE~","10.5438/ECC1-WA5S","10.5438/ECV0-QFAK","10.5438/ED4H-Y9Q0","10.5438/EJDA-7GW1","10.5438/EKBF-T33Y","10.5438/ESYS-F867","10.5438/ETEB-HG2~","10.5438/EWSV-1821","10.5438/EXAMPLE-FULL","10.5438/F17B-45VZ","10.5438/F1P0-3FK5","10.5438/F2KV-2YK3","10.5438/F36E-H22F","10.5438/FBJ5-3DWP","10.5438/FD06-ABAW","10.5438/FERW-CWHQ","10.5438/FJ3W-0SHD","10.5438/FRC3-XR1E","10.5438/G063-GKT~","10.5438/G39T-WYP1","10.5438/G3ZB-M1GS","10.5438/G59A-FBT2","10.5438/G5QG-A8SA","10.5438/G9G5-CKR7","10.5438/G9QG-M5NJ","10.5438/G9Z6-J964","10.5438/GA8V-FA94","10.5438/GFD7-6QA1","10.5438/GK1Q-HKKR","10.5438/GN8X-06M0","10.5438/GS93-BY4R","10.5438/GWSC-DADG","10.5438/GY4A-STW*","10.5438/GY9W-92W=","10.5438/GYE3-PP2A","10.5438/H0PX-5YTV","10.5438/H0WW-75T7","10.5438/H1JN-QT8$","10.5438/H40K-S4K*","10.5438/H4TY-HS9F","10.5438/H8DR-4TTX","10.5438/HCE6-GCRP","10.5438/HFEA-PRR5","10.5438/HGHT-610$","10.5438/HGMF-XE8X","10.5438/HHE9-1G5=","10.5438/HN7K-SV5Z","10.5438/HQ54-9A6C","10.5438/J5FD-TF79","10.5438/J7K4-98WC","10.5438/J8BC-4SJW","10.5438/J8C8-C0M0","10.5438/JEGK-2DF0","10.5438/JG8P-DVZX","10.5438/JHTN-6890","10.5438/JKW6-K78G","10.5438/JM9F-325F","10.5438/JMED-JCAM","10.5438/JPHX-V7A0","10.5438/JQ7T-HXH8","10.5438/JWX3-KWZ4","10.5438/JZG5-VCQV","10.5438/K3W2-59D0","10.5438/KBG2-ZS5Y","10.5438/KBRV-TZAG","10.5438/KHYZ-6Z8$","10.5438/KTR7-ZJJH","10.5438/KVP3-XY0A","10.5438/KY61-VNBM","10.5438/M5K4-AMKR","10.5438/M68V-4GK6","10.5438/M8TS-BD9~","10.5438/MBW1-0GT1","10.5438/MCMF-B7EH","10.5438/MCNV-GA6N","10.5438/MDS-CLIENT-RUBY-TEST","10.5438/MK56-9XM4","10.5438/MK65-3M12","10.5438/MRR6-MF3Q","10.5438/MSK0-15R2","10.5438/MW0P-H8HQ","10.5438/N39S-B1K9","10.5438/NBXT-KY11","10.5438/NDHK-V0BX","10.5438/NDRJ-BX5K","10.5438/NG46-GVT2","10.5438/NHT3-8M8F","10.5438/NMVM-6WC6","10.5438/NNWW-3NX$","10.5438/NQCF-E0EM","10.5438/NSF1-NVKY","10.5438/NTEN-WEYS","10.5438/NZ7N-4YHF","10.5438/NZEX-EY30","10.5438/P1X8-NPY$","10.5438/P3BH-TBB~","10.5438/P59X-916F","10.5438/PE54-ZJ5T","10.5438/PQXM-76GQ","10.5438/PRF0-NRXQ","10.5438/PRXJ-7PZ6","10.5438/PVBB-BTPB","10.5438/Q019-6VE4","10.5438/Q10P-C66K","10.5438/Q2GH-6EGD","10.5438/Q36Q-82CN","10.5438/Q699-SSGR","10.5438/Q8N8-XRQZ","10.5438/QCFT-GV12","10.5438/QDMX-ECG0","10.5438/QGQ5-PGE7","10.5438/QTHF-2NGC","10.5438/QV34-E1WS","10.5438/QVW6-10XP","10.5438/QW2X-PGCY","10.5438/QYJP-1GFT","10.5438/R2ZV-P5WP","10.5438/R33F-96GH","10.5438/R438-S70*","10.5438/R4RA-8DD~","10.5438/R5AV-PTNH","10.5438/R8XY-8XK=","10.5438/R9M1-77T$","10.5438/RC4N-42YJ","10.5438/RCTN-QJCB","10.5438/RCZV-HJNS","10.5438/RDEE-P7JW","10.5438/RFJ3-C3SM","10.5438/RMT6-W97W","10.5438/RN1Z-DWRB","10.5438/RNNR-X2H~","10.5438/RPZ2-WBY6","10.5438/RQ5Q-PPEP","10.5438/RQY9-0M3B","10.5438/RTQF-7S4J","10.5438/RWAD-EB1A","10.5438/RX2V-V5WT","10.5438/RZQM-SYE2","10.5438/S20C-STGX","10.5438/S2YG-RY5K","10.5438/S7KD-S2C7","10.5438/S8GF-0CK9","10.5438/S9ZJ-ARXG","10.5438/SBTT-S36E","10.5438/SC37-K1J5","10.5438/SD03-1XBE","10.5438/SD2R-YCG9","10.5438/SDQ2-7G1Y","10.5438/SHCG-EA1F","10.5438/SHR4-2BS2","10.5438/SS2R-9CNS","10.5438/SSAF-KFTT","10.5438/SSK4-YEJ9","10.5438/SWBY-VWG~","10.5438/SYW5-VQA5","10.5438/T0AP-D5W7","10.5438/T3NT-4627","10.5438/T964-M8SM","10.5438/TEPP-YTY6","10.5438/THY1-TC09","10.5438/TK9X-RNY9","10.5438/TNHX-54CG","10.5438/TQ4C-6C0Q","10.5438/TSJR-F9CH","10.5438/TT7V-JP55","10.5438/TW5H-21DH","10.5438/TXD3-C9ZP","10.5438/V0VG-8JJK","10.5438/V1W9-VF4H","10.5438/V2XJ-NFAP","10.5438/V683-K48X","10.5438/VAKZ-08VB","10.5438/VCC2-T9SJ","10.5438/VFJ4-8DQ$","10.5438/VHQF-PWJQ","10.5438/VKG9-X9BZ","10.5438/VQ2T-VR4K","10.5438/VQ3X-QDWT","10.5438/VTBT-NTJ8","10.5438/VZX2-KFRD","10.5438/W029-Y6W~","10.5438/W354-4XQB","10.5438/W4N7-01AT","10.5438/W8QF-4HMG","10.5438/W9H1-WE44","10.5438/WD63-6X8~","10.5438/WDYW-1K1R","10.5438/WMAS-KM0V","10.5438/WQCK-V16M","10.5438/WQX6-2DSQ","10.5438/WTJH-QHX1","10.5438/X0BB-6959","10.5438/X4JQ-EGT5","10.5438/X6WA-82RZ","10.5438/X9EG-VF27","10.5438/XCBJ-G7ZY","10.5438/XCVB-T9EW","10.5438/XDPK-WM3E","10.5438/XF8R-7VZT","10.5438/XGHB-6E1H","10.5438/XQ3J-1CMK","10.5438/XXAJ-N6H9","10.5438/XY47-C7JF","10.5438/XZH2-HG04","10.5438/Y0HC-S62S","10.5438/Y131-YX9D","10.5438/Y4KS-KSBC","10.5438/Y543-2QJX","10.5438/Y5SF-0K1T","10.5438/Y72S-E9JW","10.5438/Y81Q-R21F","10.5438/Y919-5QN4","10.5438/YAA9-F80*","10.5438/YDFF-0DNH","10.5438/YEG5-6R6Z","10.5438/YHCJ-P5HR","10.5438/YX93-ZP3M","10.5438/YYM6-6WVT","10.5438/Z2DD-TKPN","10.5438/Z2GZ-V9MF","10.5438/ZAVG-XM4R","10.5438/ZDTR-AQTT","10.5438/ZE09-RCBA","10.5438/ZF4S-5M37","10.5438/ZFPH-3MXQ","10.5438/ZH1T-Z72K","10.5438/ZQGA-EWE7","10.5438/ZR9Y-K3Z5","10.5438/ZSKC-6BC1","10.5438/ZWSF-4Y7Y","10.5438/ZYJN-KXX9"]}' http_version: - recorded_at: Sun, 03 Feb 2019 15:39:42 GMT + recorded_at: Sat, 20 Jul 2019 08:59:56 GMT - request: method: get uri: https://handle.test.datacite.org/api/handles?page=0&pageSize=1000&prefix=10.5438 @@ -39,7 +39,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Authorization: @@ -50,7 +50,7 @@ http_interactions: message: OK headers: Date: - - Sun, 03 Feb 2019 15:39:42 GMT + - Sat, 20 Jul 2019 08:59:56 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -59,7 +59,7 @@ http_interactions: - Accept-Encoding body: encoding: ASCII-8BIT - string: '{"responseCode":1,"prefix":"10.5438","totalCount":"442","page":0,"pageSize":1000,"handles":["10.5438/0000-00SS","10.5438/0000-01HC","10.5438/0000-03VC","10.5438/0001","10.5438/0002","10.5438/0003","10.5438/0004","10.5438/0005","10.5438/0006","10.5438/0007","10.5438/0007-NW90","10.5438/0010","10.5438/022J-CC0M","10.5438/02BH-TGC7","10.5438/045S-EC11","10.5438/08A0-3F64","10.5438/08H0-8MQY","10.5438/09C3-4V7S","10.5438/0DPB-24DR","10.5438/0DW9-MPAF","10.5438/0JGW-B795","10.5438/0MAE-2Y7~","10.5438/0Q0J-AJHF","10.5438/0QCA-V2AP","10.5438/0QS4-A3G0","10.5438/0S9T-VT1H","10.5438/0TK6-KN9=","10.5438/0V73-FK2C","10.5438/0X88-GVGE","10.5438/0XJG-XW5Q","10.5438/13J9-6GQ3","10.5438/15X1-BJ6R","10.5438/18MQ-RPGG","10.5438/1A5Y-7XSB","10.5438/1E3Q-74PQ","10.5438/1FDB-E490","10.5438/1H7N-3CEN","10.5438/1HV8-2GC2","10.5438/1J97-YVHJ","10.5438/1K45-K844","10.5438/1M14-41XZ","10.5438/1M69-A1ZK","10.5438/1MAM-DVC~","10.5438/1NX6-PQ88","10.5438/1PNA-0ZKH","10.5438/1S5T-M2D1","10.5438/1W0P-W0BC","10.5438/1XX7-7765","10.5438/1YAA-K6D1","10.5438/20G9-6WB1","10.5438/2516-KNTQ","10.5438/2629-X1J6","10.5438/26HT-FE7P","10.5438/28A6-4QV*","10.5438/28E3-DP9C","10.5438/2B73-V3YB","10.5438/2B8J-TDXH","10.5438/2G4X-Q6S9","10.5438/2R6Y-9G5Q","10.5438/2WFX-2HZ1","10.5438/2WPE-THS0","10.5438/31V8-C457","10.5438/350C-QNPD","10.5438/3604-7V9$","10.5438/36H3-CQV*","10.5438/36RH-W023","10.5438/382F-TKFV","10.5438/3CN7-V545","10.5438/3DFW-Z4KQ","10.5438/3E7A-6HK7","10.5438/3FYV-2G0V","10.5438/3J8D-X85J","10.5438/3JKB-2QP9","10.5438/3JMF-VP13","10.5438/3MTR-WGS9","10.5438/3Q29-9NWT","10.5438/3TYG-2KW7","10.5438/3X51-RC2B","10.5438/3X7Y-HBP2","10.5438/3YQ5-6N53","10.5438/408J-EAJ4","10.5438/44JK-BESG","10.5438/44VH-95FY","10.5438/455Y-9TR8","10.5438/462Q-X856","10.5438/4BY7-B7ZN","10.5438/4DCW-96B*","10.5438/4K0Q-PB5A","10.5438/4K3M-NYVG","10.5438/4N30-NJPN","10.5438/4QX3-RP8Y","10.5438/4T5V-0PT8","10.5438/53NZ-N4G7","10.5438/54CN-P40V","10.5438/55E5-T5C0","10.5438/5653-THGW","10.5438/57SK-XD8G","10.5438/59G5-93T4","10.5438/59R2-VEEV","10.5438/5AEG-WEEV","10.5438/5B5R-B9DE","10.5438/5E2Q-NJ95","10.5438/5HZJ-5KDS","10.5438/5K96-CDVP","10.5438/5N3Y-GTDY","10.5438/5PS5-G3V~","10.5438/5SJZ-JT21","10.5438/5SQZ-H72E","10.5438/5TJ1-Z20*","10.5438/5YCZ-R519","10.5438/63PZ-PG99","10.5438/67C9-ZAZB","10.5438/68F9-B337","10.5438/6BRG-2M37","10.5438/6BRW-VEMG","10.5438/6DDP-WW08","10.5438/6GEP-3S5E","10.5438/6GG8-SDG9","10.5438/6T44-7BDJ","10.5438/6WCF-EFW5","10.5438/6XDQ-4DT0","10.5438/75RM-4VE2","10.5438/76M6-STNZ","10.5438/7705-12GY","10.5438/7780-8F8P","10.5438/78P9-FNRN","10.5438/78ZD-REDY","10.5438/7D9J-P0FP","10.5438/7MDQ-CFQJ","10.5438/7MRF-MPDK","10.5438/7RXD-S8A3","10.5438/7SSY-QVBV","10.5438/81P5-2D8H","10.5438/85SN-MX23","10.5438/85Y8-8J2Z","10.5438/879W-C2W7","10.5438/87E5-GKYY","10.5438/8AY6-WA82","10.5438/8E5N-E3Q5","10.5438/8EFW-N085","10.5438/8H16-WPEK","10.5438/8JBJ-M82P","10.5438/8QKH-1R6~","10.5438/8S99-7AWR","10.5438/8SZS-1H0H","10.5438/8TWW-0XC8","10.5438/8W5K-8W4K","10.5438/8YMV-8436","10.5438/9171-4B4F","10.5438/95DP-Q6FX","10.5438/99TJ-JZSN","10.5438/9FE4-8FNT","10.5438/9JWD-TN3A","10.5438/9QSK-2MPH","10.5438/9SNZ-VV1Y","10.5438/9Z99-A1RC","10.5438/9ZAT-8K6K","10.5438/A997-PAB1","10.5438/AB8Z-2599","10.5438/AKXG-KCQ*","10.5438/AN60-YNTY","10.5438/ANGM-ARS8","10.5438/AW9V-A6YS","10.5438/AZ3Q-C1VF","10.5438/B77P-W36R","10.5438/BAKK-ZHJN","10.5438/BBGG-0ZKW","10.5438/BC11-CQW1","10.5438/BC11-CQW6","10.5438/BC11-CQW8","10.5438/BDMN-SCW8","10.5438/BG66-DJN~","10.5438/BJ3H-4S1P","10.5438/BJ5V-MW65","10.5438/BMMQ-YCE9","10.5438/BNC7-JAYB","10.5438/BND2-A57V","10.5438/BNY0-AF15","10.5438/BPZZ-EAY0","10.5438/BRAINLIFE.007","10.5438/BZ8M-MBK5","10.5438/C1ZY-STZQ","10.5438/C3BY-VYZS","10.5438/C61Q-Z2K7","10.5438/C7VR-43SC","10.5438/C81T-HKVP","10.5438/CAB5-TEG0","10.5438/CAPM-3JK5","10.5438/CBS9-YE5~","10.5438/CEVP-HAVW","10.5438/CJT2-T6DZ","10.5438/CMHK-ZH44","10.5438/CRKW-AJ5D","10.5438/CT6S-F4X*","10.5438/D31R-P039","10.5438/D3FQ-BXPA","10.5438/D54Q-GW6Q","10.5438/D6PT-J5Y7","10.5438/D8E2-50Q~","10.5438/D9EQ-9DGA","10.5438/DE51-9GCW","10.5438/DJ3W-83H5","10.5438/DJ5K-XDB0","10.5438/DPJ1-Q3AZ","10.5438/DQCR-N40N","10.5438/E13Q-YPED","10.5438/E2J1-DK5A","10.5438/E5SQ-R8G1","10.5438/E66Y-3X8V","10.5438/EA4H-TX3G","10.5438/EAZK-SSE~","10.5438/ECC1-WA5S","10.5438/ECV0-QFAK","10.5438/ED4H-Y9Q0","10.5438/EJDA-7GW1","10.5438/EKBF-T33Y","10.5438/ESYS-F867","10.5438/ETEB-HG2~","10.5438/EWSV-1821","10.5438/EXAMPLE-FULL","10.5438/F17B-45VZ","10.5438/F1P0-3FK5","10.5438/F2KV-2YK3","10.5438/F36E-H22F","10.5438/FBJ5-3DWP","10.5438/FD06-ABAW","10.5438/FERW-CWHQ","10.5438/FJ3W-0SHD","10.5438/FRC3-XR1E","10.5438/G063-GKT~","10.5438/G39T-WYP1","10.5438/G3ZB-M1GS","10.5438/G59A-FBT2","10.5438/G5QG-A8SA","10.5438/G9G5-CKR7","10.5438/G9QG-M5NJ","10.5438/G9Z6-J964","10.5438/GA8V-FA94","10.5438/GFD7-6QA1","10.5438/GK1Q-HKKR","10.5438/GN8X-06M0","10.5438/GS93-BY4R","10.5438/GWSC-DADG","10.5438/GY4A-STW*","10.5438/GY9W-92W=","10.5438/GYE3-PP2A","10.5438/H0PX-5YTV","10.5438/H0WW-75T7","10.5438/H1JN-QT8$","10.5438/H40K-S4K*","10.5438/H4TY-HS9F","10.5438/H8DR-4TTX","10.5438/HCE6-GCRP","10.5438/HFEA-PRR5","10.5438/HGHT-610$","10.5438/HGMF-XE8X","10.5438/HHE9-1G5=","10.5438/HN7K-SV5Z","10.5438/HQ54-9A6C","10.5438/J5FD-TF79","10.5438/J7K4-98WC","10.5438/J8BC-4SJW","10.5438/J8C8-C0M0","10.5438/JEGK-2DF0","10.5438/JG8P-DVZX","10.5438/JHTN-6890","10.5438/JKW6-K78G","10.5438/JM9F-325F","10.5438/JMED-JCAM","10.5438/JPHX-V7A0","10.5438/JQ7T-HXH8","10.5438/JWX3-KWZ4","10.5438/JZG5-VCQV","10.5438/K3W2-59D0","10.5438/KBG2-ZS5Y","10.5438/KBRV-TZAG","10.5438/KHYZ-6Z8$","10.5438/KTR7-ZJJH","10.5438/KVP3-XY0A","10.5438/KY61-VNBM","10.5438/M5K4-AMKR","10.5438/M68V-4GK6","10.5438/M8TS-BD9~","10.5438/MBW1-0GT1","10.5438/MCMF-B7EH","10.5438/MCNV-GA6N","10.5438/MDS-CLIENT-RUBY-TEST","10.5438/MK56-9XM4","10.5438/MK65-3M12","10.5438/MRR6-MF3Q","10.5438/MSK0-15R2","10.5438/MW0P-H8HQ","10.5438/N39S-B1K9","10.5438/NBXT-KY11","10.5438/NDHK-V0BX","10.5438/NDRJ-BX5K","10.5438/NG46-GVT2","10.5438/NHT3-8M8F","10.5438/NMVM-6WC6","10.5438/NNWW-3NX$","10.5438/NQCF-E0EM","10.5438/NSF1-NVKY","10.5438/NTEN-WEYS","10.5438/NZ7N-4YHF","10.5438/NZEX-EY30","10.5438/P1X8-NPY$","10.5438/P3BH-TBB~","10.5438/P59X-916F","10.5438/PE54-ZJ5T","10.5438/PQXM-76GQ","10.5438/PRF0-NRXQ","10.5438/PRXJ-7PZ6","10.5438/PVBB-BTPB","10.5438/Q019-6VE4","10.5438/Q10P-C66K","10.5438/Q2GH-6EGD","10.5438/Q36Q-82CN","10.5438/Q699-SSGR","10.5438/Q8N8-XRQZ","10.5438/QCFT-GV12","10.5438/QDMX-ECG0","10.5438/QGQ5-PGE7","10.5438/QTHF-2NGC","10.5438/QV34-E1WS","10.5438/QVW6-10XP","10.5438/QW2X-PGCY","10.5438/QYJP-1GFT","10.5438/R2ZV-P5WP","10.5438/R33F-96GH","10.5438/R438-S70*","10.5438/R4RA-8DD~","10.5438/R5AV-PTNH","10.5438/R8XY-8XK=","10.5438/R9M1-77T$","10.5438/RC4N-42YJ","10.5438/RCTN-QJCB","10.5438/RCZV-HJNS","10.5438/RDEE-P7JW","10.5438/RFJ3-C3SM","10.5438/RMT6-W97W","10.5438/RN1Z-DWRB","10.5438/RNNR-X2H~","10.5438/RPZ2-WBY6","10.5438/RQ5Q-PPEP","10.5438/RQY9-0M3B","10.5438/RTQF-7S4J","10.5438/RWAD-EB1A","10.5438/RX2V-V5WT","10.5438/RZQM-SYE2","10.5438/S20C-STGX","10.5438/S2YG-RY5K","10.5438/S7KD-S2C7","10.5438/S8GF-0CK9","10.5438/S9ZJ-ARXG","10.5438/SBTT-S36E","10.5438/SC37-K1J5","10.5438/SD03-1XBE","10.5438/SD2R-YCG9","10.5438/SDQ2-7G1Y","10.5438/SHCG-EA1F","10.5438/SHR4-2BS2","10.5438/SS2R-9CNS","10.5438/SSAF-KFTT","10.5438/SSK4-YEJ9","10.5438/SWBY-VWG~","10.5438/SYW5-VQA5","10.5438/T0AP-D5W7","10.5438/T3NT-4627","10.5438/T964-M8SM","10.5438/TEPP-YTY6","10.5438/THY1-TC09","10.5438/TK9X-RNY9","10.5438/TNHX-54CG","10.5438/TQ4C-6C0Q","10.5438/TSJR-F9CH","10.5438/TT7V-JP55","10.5438/TW5H-21DH","10.5438/TXD3-C9ZP","10.5438/V0VG-8JJK","10.5438/V1W9-VF4H","10.5438/V2XJ-NFAP","10.5438/V683-K48X","10.5438/VAKZ-08VB","10.5438/VCC2-T9SJ","10.5438/VFJ4-8DQ$","10.5438/VHQF-PWJQ","10.5438/VKG9-X9BZ","10.5438/VQ2T-VR4K","10.5438/VQ3X-QDWT","10.5438/VTBT-NTJ8","10.5438/VZX2-KFRD","10.5438/W029-Y6W~","10.5438/W354-4XQB","10.5438/W4N7-01AT","10.5438/W8QF-4HMG","10.5438/W9H1-WE44","10.5438/WD63-6X8~","10.5438/WDYW-1K1R","10.5438/WMAS-KM0V","10.5438/WQCK-V16M","10.5438/WQX6-2DSQ","10.5438/WTJH-QHX1","10.5438/X0BB-6959","10.5438/X4JQ-EGT5","10.5438/X6WA-82RZ","10.5438/X9EG-VF27","10.5438/XCBJ-G7ZY","10.5438/XCVB-T9EW","10.5438/XDPK-WM3E","10.5438/XF8R-7VZT","10.5438/XGHB-6E1H","10.5438/XQ3J-1CMK","10.5438/XXAJ-N6H9","10.5438/XY47-C7JF","10.5438/XZH2-HG04","10.5438/Y0HC-S62S","10.5438/Y131-YX9D","10.5438/Y4KS-KSBC","10.5438/Y543-2QJX","10.5438/Y5SF-0K1T","10.5438/Y72S-E9JW","10.5438/Y81Q-R21F","10.5438/Y919-5QN4","10.5438/YAA9-F80*","10.5438/YDFF-0DNH","10.5438/YEG5-6R6Z","10.5438/YHCJ-P5HR","10.5438/YX93-ZP3M","10.5438/YYM6-6WVT","10.5438/Z2DD-TKPN","10.5438/Z2GZ-V9MF","10.5438/ZAVG-XM4R","10.5438/ZDTR-AQTT","10.5438/ZE09-RCBA","10.5438/ZF4S-5M37","10.5438/ZFPH-3MXQ","10.5438/ZH1T-Z72K","10.5438/ZQGA-EWE7","10.5438/ZR9Y-K3Z5","10.5438/ZSKC-6BC1","10.5438/ZWSF-4Y7Y","10.5438/ZYJN-KXX9"]}' + string: '{"responseCode":1,"prefix":"10.5438","totalCount":"443","page":0,"pageSize":1000,"handles":["10.5438/0000-00SS","10.5438/0000-01HC","10.5438/0000-03VC","10.5438/0001","10.5438/0002","10.5438/0003","10.5438/0004","10.5438/0005","10.5438/0006","10.5438/0007","10.5438/0007-NW90","10.5438/0010","10.5438/022J-CC0M","10.5438/02BH-TGC7","10.5438/045S-EC11","10.5438/08A0-3F64","10.5438/08H0-8MQY","10.5438/09C3-4V7S","10.5438/0DPB-24DR","10.5438/0DW9-MPAF","10.5438/0JGW-B795","10.5438/0MAE-2Y7~","10.5438/0Q0J-AJHF","10.5438/0QCA-V2AP","10.5438/0QS4-A3G0","10.5438/0S9T-VT1H","10.5438/0TK6-KN9=","10.5438/0V73-FK2C","10.5438/0X88-GVGE","10.5438/0XJG-XW5Q","10.5438/13J9-6GQ3","10.5438/15X1-BJ6R","10.5438/18MQ-RPGG","10.5438/1A5Y-7XSB","10.5438/1E3Q-74PQ","10.5438/1FDB-E490","10.5438/1H7N-3CEN","10.5438/1HV8-2GC2","10.5438/1J97-YVHJ","10.5438/1K45-K844","10.5438/1M14-41XZ","10.5438/1M69-A1ZK","10.5438/1MAM-DVC~","10.5438/1NX6-PQ88","10.5438/1PNA-0ZKH","10.5438/1S5T-M2D1","10.5438/1W0P-W0BC","10.5438/1XX7-7765","10.5438/1YAA-K6D1","10.5438/20G9-6WB1","10.5438/2516-KNTQ","10.5438/2629-X1J6","10.5438/26HT-FE7P","10.5438/28A6-4QV*","10.5438/28E3-DP9C","10.5438/2B73-V3YB","10.5438/2B8J-TDXH","10.5438/2G4X-Q6S9","10.5438/2R6Y-9G5Q","10.5438/2WFX-2HZ1","10.5438/2WPE-THS0","10.5438/31V8-C457","10.5438/350C-QNPD","10.5438/3604-7V9$","10.5438/36H3-CQV*","10.5438/36RH-W023","10.5438/382F-TKFV","10.5438/3CN7-V545","10.5438/3DFW-Z4KQ","10.5438/3E7A-6HK7","10.5438/3FYV-2G0V","10.5438/3J8D-X85J","10.5438/3JKB-2QP9","10.5438/3JMF-VP13","10.5438/3MTR-WGS9","10.5438/3Q29-9NWT","10.5438/3TYG-2KW7","10.5438/3X51-RC2B","10.5438/3X7Y-HBP2","10.5438/3YQ5-6N53","10.5438/408J-EAJ4","10.5438/44JK-BESG","10.5438/44VH-95FY","10.5438/455Y-9TR8","10.5438/462Q-X856","10.5438/4BY7-B7ZN","10.5438/4DCW-96B*","10.5438/4K0Q-PB5A","10.5438/4K3M-NYVG","10.5438/4N30-NJPN","10.5438/4QX3-RP8Y","10.5438/4T5V-0PT8","10.5438/53NZ-N4G7","10.5438/54CN-P40V","10.5438/55E5-T5C0","10.5438/5653-THGW","10.5438/57SK-XD8G","10.5438/59G5-93T4","10.5438/59R2-VEEV","10.5438/5AEG-WEEV","10.5438/5B5R-B9DE","10.5438/5E2Q-NJ95","10.5438/5HZJ-5KDS","10.5438/5K96-CDVP","10.5438/5N3Y-GTDY","10.5438/5PS5-G3V~","10.5438/5SJZ-JT21","10.5438/5SQZ-H72E","10.5438/5TJ1-Z20*","10.5438/5YCZ-R519","10.5438/63PZ-PG99","10.5438/67C9-ZAZB","10.5438/68F9-B337","10.5438/6BRG-2M37","10.5438/6BRW-VEMG","10.5438/6DDP-WW08","10.5438/6GEP-3S5E","10.5438/6GG8-SDG9","10.5438/6T44-7BDJ","10.5438/6WCF-EFW5","10.5438/6XDQ-4DT0","10.5438/75RM-4VE2","10.5438/76M6-STNZ","10.5438/7705-12GY","10.5438/7780-8F8P","10.5438/78P9-FNRN","10.5438/78ZD-REDY","10.5438/7D9J-P0FP","10.5438/7MDQ-CFQJ","10.5438/7MRF-MPDK","10.5438/7RXD-S8A3","10.5438/7SSY-QVBV","10.5438/81P5-2D8H","10.5438/85SN-MX23","10.5438/85Y8-8J2Z","10.5438/879W-C2W7","10.5438/87E5-GKYY","10.5438/8AY6-WA82","10.5438/8E5N-E3Q5","10.5438/8EFW-N085","10.5438/8H16-WPEK","10.5438/8JBJ-M82P","10.5438/8QKH-1R6~","10.5438/8S99-7AWR","10.5438/8SZS-1H0H","10.5438/8TWW-0XC8","10.5438/8W5K-8W4K","10.5438/8YMV-8436","10.5438/9171-4B4F","10.5438/95DP-Q6FX","10.5438/99TJ-JZSN","10.5438/9FE4-8FNT","10.5438/9JWD-TN3A","10.5438/9QSK-2MPH","10.5438/9SNZ-VV1Y","10.5438/9Z99-A1RC","10.5438/9ZAT-8K6K","10.5438/A997-PAB1","10.5438/AB8Z-2599","10.5438/AKXG-KCQ*","10.5438/AN60-YNTY","10.5438/ANGM-ARS8","10.5438/AW9V-A6YS","10.5438/AZ3Q-C1VF","10.5438/B77P-W36R","10.5438/BAKK-ZHJN","10.5438/BBGG-0ZKW","10.5438/BC11-CQW1","10.5438/BC11-CQW6","10.5438/BC11-CQW8","10.5438/BCHH11-DDDDDD","10.5438/BDMN-SCW8","10.5438/BG66-DJN~","10.5438/BJ3H-4S1P","10.5438/BJ5V-MW65","10.5438/BMMQ-YCE9","10.5438/BNC7-JAYB","10.5438/BND2-A57V","10.5438/BNY0-AF15","10.5438/BPZZ-EAY0","10.5438/BRAINLIFE.007","10.5438/BZ8M-MBK5","10.5438/C1ZY-STZQ","10.5438/C3BY-VYZS","10.5438/C61Q-Z2K7","10.5438/C7VR-43SC","10.5438/C81T-HKVP","10.5438/CAB5-TEG0","10.5438/CAPM-3JK5","10.5438/CBS9-YE5~","10.5438/CEVP-HAVW","10.5438/CJT2-T6DZ","10.5438/CMHK-ZH44","10.5438/CRKW-AJ5D","10.5438/CT6S-F4X*","10.5438/D31R-P039","10.5438/D3FQ-BXPA","10.5438/D54Q-GW6Q","10.5438/D6PT-J5Y7","10.5438/D8E2-50Q~","10.5438/D9EQ-9DGA","10.5438/DE51-9GCW","10.5438/DJ3W-83H5","10.5438/DJ5K-XDB0","10.5438/DPJ1-Q3AZ","10.5438/DQCR-N40N","10.5438/E13Q-YPED","10.5438/E2J1-DK5A","10.5438/E5SQ-R8G1","10.5438/E66Y-3X8V","10.5438/EA4H-TX3G","10.5438/EAZK-SSE~","10.5438/ECC1-WA5S","10.5438/ECV0-QFAK","10.5438/ED4H-Y9Q0","10.5438/EJDA-7GW1","10.5438/EKBF-T33Y","10.5438/ESYS-F867","10.5438/ETEB-HG2~","10.5438/EWSV-1821","10.5438/EXAMPLE-FULL","10.5438/F17B-45VZ","10.5438/F1P0-3FK5","10.5438/F2KV-2YK3","10.5438/F36E-H22F","10.5438/FBJ5-3DWP","10.5438/FD06-ABAW","10.5438/FERW-CWHQ","10.5438/FJ3W-0SHD","10.5438/FRC3-XR1E","10.5438/G063-GKT~","10.5438/G39T-WYP1","10.5438/G3ZB-M1GS","10.5438/G59A-FBT2","10.5438/G5QG-A8SA","10.5438/G9G5-CKR7","10.5438/G9QG-M5NJ","10.5438/G9Z6-J964","10.5438/GA8V-FA94","10.5438/GFD7-6QA1","10.5438/GK1Q-HKKR","10.5438/GN8X-06M0","10.5438/GS93-BY4R","10.5438/GWSC-DADG","10.5438/GY4A-STW*","10.5438/GY9W-92W=","10.5438/GYE3-PP2A","10.5438/H0PX-5YTV","10.5438/H0WW-75T7","10.5438/H1JN-QT8$","10.5438/H40K-S4K*","10.5438/H4TY-HS9F","10.5438/H8DR-4TTX","10.5438/HCE6-GCRP","10.5438/HFEA-PRR5","10.5438/HGHT-610$","10.5438/HGMF-XE8X","10.5438/HHE9-1G5=","10.5438/HN7K-SV5Z","10.5438/HQ54-9A6C","10.5438/J5FD-TF79","10.5438/J7K4-98WC","10.5438/J8BC-4SJW","10.5438/J8C8-C0M0","10.5438/JEGK-2DF0","10.5438/JG8P-DVZX","10.5438/JHTN-6890","10.5438/JKW6-K78G","10.5438/JM9F-325F","10.5438/JMED-JCAM","10.5438/JPHX-V7A0","10.5438/JQ7T-HXH8","10.5438/JWX3-KWZ4","10.5438/JZG5-VCQV","10.5438/K3W2-59D0","10.5438/KBG2-ZS5Y","10.5438/KBRV-TZAG","10.5438/KHYZ-6Z8$","10.5438/KTR7-ZJJH","10.5438/KVP3-XY0A","10.5438/KY61-VNBM","10.5438/M5K4-AMKR","10.5438/M68V-4GK6","10.5438/M8TS-BD9~","10.5438/MBW1-0GT1","10.5438/MCMF-B7EH","10.5438/MCNV-GA6N","10.5438/MDS-CLIENT-RUBY-TEST","10.5438/MK56-9XM4","10.5438/MK65-3M12","10.5438/MRR6-MF3Q","10.5438/MSK0-15R2","10.5438/MW0P-H8HQ","10.5438/N39S-B1K9","10.5438/NBXT-KY11","10.5438/NDHK-V0BX","10.5438/NDRJ-BX5K","10.5438/NG46-GVT2","10.5438/NHT3-8M8F","10.5438/NMVM-6WC6","10.5438/NNWW-3NX$","10.5438/NQCF-E0EM","10.5438/NSF1-NVKY","10.5438/NTEN-WEYS","10.5438/NZ7N-4YHF","10.5438/NZEX-EY30","10.5438/P1X8-NPY$","10.5438/P3BH-TBB~","10.5438/P59X-916F","10.5438/PE54-ZJ5T","10.5438/PQXM-76GQ","10.5438/PRF0-NRXQ","10.5438/PRXJ-7PZ6","10.5438/PVBB-BTPB","10.5438/Q019-6VE4","10.5438/Q10P-C66K","10.5438/Q2GH-6EGD","10.5438/Q36Q-82CN","10.5438/Q699-SSGR","10.5438/Q8N8-XRQZ","10.5438/QCFT-GV12","10.5438/QDMX-ECG0","10.5438/QGQ5-PGE7","10.5438/QTHF-2NGC","10.5438/QV34-E1WS","10.5438/QVW6-10XP","10.5438/QW2X-PGCY","10.5438/QYJP-1GFT","10.5438/R2ZV-P5WP","10.5438/R33F-96GH","10.5438/R438-S70*","10.5438/R4RA-8DD~","10.5438/R5AV-PTNH","10.5438/R8XY-8XK=","10.5438/R9M1-77T$","10.5438/RC4N-42YJ","10.5438/RCTN-QJCB","10.5438/RCZV-HJNS","10.5438/RDEE-P7JW","10.5438/RFJ3-C3SM","10.5438/RMT6-W97W","10.5438/RN1Z-DWRB","10.5438/RNNR-X2H~","10.5438/RPZ2-WBY6","10.5438/RQ5Q-PPEP","10.5438/RQY9-0M3B","10.5438/RTQF-7S4J","10.5438/RWAD-EB1A","10.5438/RX2V-V5WT","10.5438/RZQM-SYE2","10.5438/S20C-STGX","10.5438/S2YG-RY5K","10.5438/S7KD-S2C7","10.5438/S8GF-0CK9","10.5438/S9ZJ-ARXG","10.5438/SBTT-S36E","10.5438/SC37-K1J5","10.5438/SD03-1XBE","10.5438/SD2R-YCG9","10.5438/SDQ2-7G1Y","10.5438/SHCG-EA1F","10.5438/SHR4-2BS2","10.5438/SS2R-9CNS","10.5438/SSAF-KFTT","10.5438/SSK4-YEJ9","10.5438/SWBY-VWG~","10.5438/SYW5-VQA5","10.5438/T0AP-D5W7","10.5438/T3NT-4627","10.5438/T964-M8SM","10.5438/TEPP-YTY6","10.5438/THY1-TC09","10.5438/TK9X-RNY9","10.5438/TNHX-54CG","10.5438/TQ4C-6C0Q","10.5438/TSJR-F9CH","10.5438/TT7V-JP55","10.5438/TW5H-21DH","10.5438/TXD3-C9ZP","10.5438/V0VG-8JJK","10.5438/V1W9-VF4H","10.5438/V2XJ-NFAP","10.5438/V683-K48X","10.5438/VAKZ-08VB","10.5438/VCC2-T9SJ","10.5438/VFJ4-8DQ$","10.5438/VHQF-PWJQ","10.5438/VKG9-X9BZ","10.5438/VQ2T-VR4K","10.5438/VQ3X-QDWT","10.5438/VTBT-NTJ8","10.5438/VZX2-KFRD","10.5438/W029-Y6W~","10.5438/W354-4XQB","10.5438/W4N7-01AT","10.5438/W8QF-4HMG","10.5438/W9H1-WE44","10.5438/WD63-6X8~","10.5438/WDYW-1K1R","10.5438/WMAS-KM0V","10.5438/WQCK-V16M","10.5438/WQX6-2DSQ","10.5438/WTJH-QHX1","10.5438/X0BB-6959","10.5438/X4JQ-EGT5","10.5438/X6WA-82RZ","10.5438/X9EG-VF27","10.5438/XCBJ-G7ZY","10.5438/XCVB-T9EW","10.5438/XDPK-WM3E","10.5438/XF8R-7VZT","10.5438/XGHB-6E1H","10.5438/XQ3J-1CMK","10.5438/XXAJ-N6H9","10.5438/XY47-C7JF","10.5438/XZH2-HG04","10.5438/Y0HC-S62S","10.5438/Y131-YX9D","10.5438/Y4KS-KSBC","10.5438/Y543-2QJX","10.5438/Y5SF-0K1T","10.5438/Y72S-E9JW","10.5438/Y81Q-R21F","10.5438/Y919-5QN4","10.5438/YAA9-F80*","10.5438/YDFF-0DNH","10.5438/YEG5-6R6Z","10.5438/YHCJ-P5HR","10.5438/YX93-ZP3M","10.5438/YYM6-6WVT","10.5438/Z2DD-TKPN","10.5438/Z2GZ-V9MF","10.5438/ZAVG-XM4R","10.5438/ZDTR-AQTT","10.5438/ZE09-RCBA","10.5438/ZF4S-5M37","10.5438/ZFPH-3MXQ","10.5438/ZH1T-Z72K","10.5438/ZQGA-EWE7","10.5438/ZR9Y-K3Z5","10.5438/ZSKC-6BC1","10.5438/ZWSF-4Y7Y","10.5438/ZYJN-KXX9"]}' http_version: - recorded_at: Sun, 03 Feb 2019 15:39:42 GMT + recorded_at: Sat, 20 Jul 2019 08:59:56 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zeor_dois.yml b/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zeor_dois.yml deleted file mode 100644 index 5099999fe..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zeor_dois.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -http_interactions: -- request: - method: get - uri: https://handle.test.datacite.org/api/handles?pageSize=0&prefix=10.70001 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.1; +https://github.com/datacite/maremma) - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - Authorization: - - Basic - response: - status: - code: 500 - message: Server Error - headers: - Date: - - Sun, 03 Feb 2019 17:39:27 GMT - Content-Type: - - application/json;charset=UTF-8 - Content-Length: - - '121' - Connection: - - keep-alive - body: - encoding: ASCII-8BIT - string: '{"responseCode":2,"message":"HandleException (INVALID_VALUE) The requested - prefix doesn''t live here","handle":"10.70001"}' - http_version: - recorded_at: Sun, 03 Feb 2019 17:39:27 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zero_dois.yml b/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zero_dois.yml index 0d54ec88e..11e616205 100644 --- a/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zero_dois.yml +++ b/spec/fixtures/vcr_cassettes/Doi/get_dois/should_handle_zero_dois.yml @@ -8,7 +8,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Authorization: @@ -19,7 +19,7 @@ http_interactions: message: Server Error headers: Date: - - Sun, 03 Feb 2019 17:39:55 GMT + - Sat, 20 Jul 2019 08:59:56 GMT Content-Type: - application/json;charset=UTF-8 Content-Length: @@ -31,5 +31,5 @@ http_interactions: string: '{"responseCode":2,"message":"HandleException (INVALID_VALUE) The requested prefix doesn''t live here","handle":"10.70001"}' http_version: - recorded_at: Sun, 03 Feb 2019 17:39:55 GMT + recorded_at: Sat, 20 Jul 2019 08:59:56 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/content_type_pdf.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/content_type_pdf.yml deleted file mode 100644 index 36fd7a197..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/content_type_pdf.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - application/pdf - Content-Length: - - '1196918' - Connection: - - keep-alive - Date: - - Sun, 11 Mar 2018 21:10:28 GMT - Last-Modified: - - Thu, 01 Feb 2018 18:04:54 GMT - Etag: - - '"401f5e585e3c29b9c0310fafed9688b6"' - Server: - - AmazonS3 - Age: - - '1553' - X-Cache: - - Hit from cloudfront - Via: - - 1.1 c76a5a41a8483a9e5dcccdfeb87a16ca.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - ce5G4ntUBmpCn2ghmS7T46jpLLq5De4OJsCOwICIPulUqYmQ_xnBGw== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:19 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/get_info.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/get_info.yml deleted file mode 100644 index fc5b8dc51..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/get_info.yml +++ /dev/null @@ -1,48 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://blog.datacite.org/re3data-science-europe/ - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/html - Content-Length: - - '17629' - Connection: - - keep-alive - Date: - - Sun, 11 Mar 2018 07:23:33 GMT - Cache-Control: - - max-age=31536000 - Last-Modified: - - Wed, 28 Feb 2018 20:13:40 GMT - Etag: - - '"1920e368fefb9ce45b3a103f9378853d"' - Server: - - AmazonS3 - Age: - - '51167' - X-Cache: - - Hit from cloudfront - Via: - - 1.1 d5e8c461ea4d131327b2ba97a2d7f473.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - amlN4P32Vs3AdTPo_6liUOc8lFbmq_7aoyBMf3e768Slr10AbrQrVw== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:19 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/no_url.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/no_url.yml deleted file mode 100644 index d5b6ea4e1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/no_url.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/9 - body: - encoding: UTF-8 - string: '{"id":9,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:09.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST8","updated":"2018-07-05T09:12:09.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/9" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"9","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:09 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/1 - body: - encoding: UTF-8 - string: '{"id":1,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:09.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST8.TEST5","updated":"2018-07-05T09:12:09.000Z","version":0,"allocator":9,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/1" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"1","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:09 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/not_found.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/not_found.yml deleted file mode 100644 index c539e8c51..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_doi_and_url/not_found.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://blog.datacite.org/xxx - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 404 - message: Not Found - headers: - Content-Length: - - '0' - Connection: - - keep-alive - X-Amz-Error-Code: - - NoSuchKey - X-Amz-Error-Message: - - The specified key does not exist. - X-Amz-Error-Detail-Key: - - xxx - Date: - - Sun, 11 Mar 2018 21:36:18 GMT - Server: - - AmazonS3 - Age: - - '1' - X-Cache: - - Error from cloudfront - Via: - - 1.1 96c175ce63da79b249fc4597809077cc.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - gqSME6tyFYUkOeT05ETDaDbMEBO9fAvGg_qD6X8aS652x5tCnlTQzw== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:19 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/content_type_pdf.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_url/content_type_pdf.yml deleted file mode 100644 index 1c215e49b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/content_type_pdf.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - application/pdf - Content-Length: - - '1196918' - Connection: - - keep-alive - Date: - - Sun, 11 Mar 2018 21:10:28 GMT - Last-Modified: - - Thu, 01 Feb 2018 18:04:54 GMT - Etag: - - '"401f5e585e3c29b9c0310fafed9688b6"' - Server: - - AmazonS3 - Age: - - '1552' - X-Cache: - - Hit from cloudfront - Via: - - 1.1 e89c67951b2bc58773e3664c08702f34.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - Bt9E8ZjNi22nU_Q53Tsnq0fgAho2XwWqpPjUm6iwBx4o3PCnaVDWXQ== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:18 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/get_info.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_url/get_info.yml deleted file mode 100644 index b1bf9a54b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/get_info.yml +++ /dev/null @@ -1,48 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://blog.datacite.org/re3data-science-europe/ - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - text/html - Content-Length: - - '17629' - Connection: - - keep-alive - Date: - - Sun, 11 Mar 2018 07:23:33 GMT - Cache-Control: - - max-age=31536000 - Last-Modified: - - Wed, 28 Feb 2018 20:13:40 GMT - Etag: - - '"1920e368fefb9ce45b3a103f9378853d"' - Server: - - AmazonS3 - Age: - - '51167' - X-Cache: - - Hit from cloudfront - Via: - - 1.1 e4438a14707a01f6102dc21875d75080.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - qhfG9wJo1366xLP5gl8_jc0XPWD14JJjTyv7knPdeNX5Q3QVi3yBUQ== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:18 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/not_found.yml b/spec/fixtures/vcr_cassettes/Doi/landing_page_url/not_found.yml deleted file mode 100644 index fc2f5d8c8..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/landing_page_url/not_found.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -http_interactions: -- request: - method: head - uri: https://blog.datacite.org/xxx - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Maremma - http://a6b15c7c990c - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 404 - message: Not Found - headers: - Connection: - - keep-alive - X-Amz-Error-Code: - - NoSuchKey - X-Amz-Error-Message: - - The specified key does not exist. - X-Amz-Error-Detail-Key: - - xxx - Date: - - Sun, 11 Mar 2018 21:36:18 GMT - Server: - - AmazonS3 - X-Cache: - - Error from cloudfront - Via: - - 1.1 d89eaba973a5c1614ea9f0994f5e8a12.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - fAH4yO1hHLUpNg6Bwxz2d25OXRC1BcI9zWcCIeZbzauwFVqwJjSWzQ== - body: - encoding: UTF-8 - string: '' - http_version: - recorded_at: Sun, 11 Mar 2018 21:36:18 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/author.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/author.yml deleted file mode 100644 index 3b22d78ac..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/206 - body: - encoding: UTF-8 - string: '{"id":206,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST184","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/206" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"206","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/134 - body: - encoding: UTF-8 - string: '{"id":134,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST184.TEST140","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":206,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/134" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"134","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/date_published.yml deleted file mode 100644 index 92f14a82e..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/207 - body: - encoding: UTF-8 - string: '{"id":207,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST185","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/207" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"207","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/135 - body: - encoding: UTF-8 - string: '{"id":135,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST185.TEST141","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":207,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/135" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"135","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/metadata.yml deleted file mode 100644 index 590fe2339..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/210 - body: - encoding: UTF-8 - string: '{"id":210,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST188","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/210" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"210","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/138 - body: - encoding: UTF-8 - string: '{"id":138,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST188.TEST144","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":210,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/138" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"138","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/namespace.yml deleted file mode 100644 index 7ee4bd755..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/211 - body: - encoding: UTF-8 - string: '{"id":211,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST189","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/211" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"211","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/139 - body: - encoding: UTF-8 - string: '{"id":139,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST189.TEST145","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":211,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/139" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"139","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/publication_year.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/publication_year.yml deleted file mode 100644 index 9c3e02c6d..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/publication_year.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/208 - body: - encoding: UTF-8 - string: '{"id":208,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST186","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/208" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"208","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/136 - body: - encoding: UTF-8 - string: '{"id":136,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST186.TEST142","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":208,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/136" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"136","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/schema_version.yml deleted file mode 100644 index 36a29d775..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/209 - body: - encoding: UTF-8 - string: '{"id":209,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST187","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/209" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"209","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/137 - body: - encoding: UTF-8 - string: '{"id":137,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST187.TEST143","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":209,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/137" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"137","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/metadata/title.yml b/spec/fixtures/vcr_cassettes/Doi/metadata/title.yml deleted file mode 100644 index 2b1644283..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/metadata/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/205 - body: - encoding: UTF-8 - string: '{"id":205,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST183","updated":"2018-07-05T09:12:33.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/205" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"205","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/133 - body: - encoding: UTF-8 - string: '{"id":133,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:33.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST183.TEST139","updated":"2018-07-05T09:12:33.000Z","version":0,"allocator":205,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/133" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"133","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:33 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_crossref_url.yml b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_crossref_url.yml index a3179acee..44cca7517 100644 --- a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_crossref_url.yml +++ b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_crossref_url.yml @@ -8,7 +8,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.3; mailto:info@datacite.org) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -17,7 +17,7 @@ http_interactions: message: '' headers: Date: - - Wed, 03 Jul 2019 22:05:20 GMT + - Sat, 20 Jul 2019 08:59:09 GMT Content-Type: - application/json;charset=UTF-8 Content-Length: @@ -25,14 +25,16 @@ http_interactions: Connection: - keep-alive Set-Cookie: - - __cfduid=d8bf3a5e29f9b80122dade2b877274b481562191520; expires=Thu, 02-Jul-20 - 22:05:20 GMT; path=/; domain=.doi.org; HttpOnly + - __cfduid=d3f1b707d75f9f7c3c9d6ea55b6efbd781563613149; expires=Sun, 19-Jul-20 + 08:59:09 GMT; path=/; domain=.doi.org; HttpOnly + Strict-Transport-Security: + - max-age=3600; includeSubDomains Expect-Ct: - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: - cloudflare Cf-Ray: - - 4f0c290abafaa8af-CDG + - 4f93bcc7fe46bee7-FRA body: encoding: ASCII-8BIT string: |- @@ -43,7 +45,7 @@ http_interactions: } ] http_version: - recorded_at: Wed, 03 Jul 2019 22:05:20 GMT + recorded_at: Sat, 20 Jul 2019 08:59:09 GMT - request: method: get uri: https://api.crossref.org/works/10.7554/elife.01567/transform/application/vnd.crossref.unixsd+xml @@ -52,7 +54,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.3; mailto:info@datacite.org) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/xml response: @@ -79,7 +81,7 @@ http_interactions: Server: - http-kit Date: - - Wed, 03 Jul 2019 22:05:21 GMT + - Sat, 20 Jul 2019 08:59:10 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: @@ -91,5 +93,5 @@ http_interactions: string: !binary |- PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGNyb3NzcmVmX3Jlc3VsdCB4bWxucz0iaHR0cDovL3d3dy5jcm9zc3JlZi5vcmcvcXJzY2hlbWEvMy4wIiB2ZXJzaW9uPSIzLjAiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5jcm9zc3JlZi5vcmcvcXJzY2hlbWEvMy4wIGh0dHA6Ly93d3cuY3Jvc3NyZWYub3JnL3NjaGVtYXMvY3Jvc3NyZWZfcXVlcnlfb3V0cHV0My4wLnhzZCI+DQogIDxxdWVyeV9yZXN1bHQ+DQogICAgPGhlYWQ+DQogICAgICA8ZG9pX2JhdGNoX2lkPm5vbmU8L2RvaV9iYXRjaF9pZD4NCiAgICA8L2hlYWQ+DQogICAgPGJvZHk+DQogICAgICA8cXVlcnkgc3RhdHVzPSJyZXNvbHZlZCI+DQogICAgICAgIDxkb2kgdHlwZT0iam91cm5hbF9hcnRpY2xlIj4xMC43NTU0L2VMaWZlLjAxNTY3PC9kb2k+DQogICAgICAgIDxjcm0taXRlbSBuYW1lPSJwdWJsaXNoZXItbmFtZSIgdHlwZT0ic3RyaW5nIj5lTGlmZSBTY2llbmNlcyBQdWJsaWNhdGlvbnMsIEx0ZDwvY3JtLWl0ZW0+DQogICAgICAgIDxjcm0taXRlbSBuYW1lPSJwcmVmaXgtbmFtZSIgdHlwZT0ic3RyaW5nIj5lTGlmZSBTY2llbmNlcyBQdWJsaWNhdGlvbnMsIEx0ZC48L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0ibWVtYmVyLWlkIiB0eXBlPSJudW1iZXIiPjQzNzQ8L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0iY2l0YXRpb24taWQiIHR5cGU9Im51bWJlciI+NjcxMjQ2MTc8L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0iam91cm5hbC1pZCIgdHlwZT0ibnVtYmVyIj4xODkzNjU8L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0iZGVwb3NpdC10aW1lc3RhbXAiIHR5cGU9Im51bWJlciI+MjAxODA4MjMxMzM2NDY8L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0ib3duZXItcHJlZml4IiB0eXBlPSJzdHJpbmciPjEwLjc1NTQ8L2NybS1pdGVtPg0KICAgICAgICA8Y3JtLWl0ZW0gbmFtZT0ibGFzdC11cGRhdGUiIHR5cGU9ImRhdGUiPjIwMTgtMDgtMjNUMTM6NDE6NDlaPC9jcm0taXRlbT4NCiAgICAgICAgPGNybS1pdGVtIG5hbWU9ImNyZWF0ZWQiIHR5cGU9ImRhdGUiPjIwMTQtMDItMTFUMTY6Mjk6MDRaPC9jcm0taXRlbT4NCiAgICAgICAgPGNybS1pdGVtIG5hbWU9ImNpdGVkYnktY291bnQiIHR5cGU9Im51bWJlciI+MTM8L2NybS1pdGVtPg0KICAgICAgICA8ZG9pX3JlY29yZD4NCiAgICAgICAgICA8Y3Jvc3NyZWYgeG1sbnM9Imh0dHA6Ly93d3cuY3Jvc3NyZWYub3JnL3hzY2hlbWEvMS4xIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuY3Jvc3NyZWYub3JnL3hzY2hlbWEvMS4xIGh0dHA6Ly9kb2kuY3Jvc3NyZWYub3JnL3NjaGVtYXMvdW5peHJlZjEuMS54c2QiPg0KICAgICAgICAgICAgPGpvdXJuYWw+DQogICAgICAgICAgICAgIDxqb3VybmFsX21ldGFkYXRhIGxhbmd1YWdlPSJlbiI+DQogICAgICAgICAgICAgICAgPGZ1bGxfdGl0bGU+ZUxpZmU8L2Z1bGxfdGl0bGU+DQogICAgICAgICAgICAgICAgPGlzc24gbWVkaWFfdHlwZT0iZWxlY3Ryb25pYyI+MjA1MC0wODRYPC9pc3NuPg0KICAgICAgICAgICAgICA8L2pvdXJuYWxfbWV0YWRhdGE+DQogICAgICAgICAgICAgIDxqb3VybmFsX2lzc3VlPg0KICAgICAgICAgICAgICAgIDxwdWJsaWNhdGlvbl9kYXRlIG1lZGlhX3R5cGU9Im9ubGluZSI+DQogICAgICAgICAgICAgICAgICA8bW9udGg+MDI8L21vbnRoPg0KICAgICAgICAgICAgICAgICAgPGRheT4xMTwvZGF5Pg0KICAgICAgICAgICAgICAgICAgPHllYXI+MjAxNDwveWVhcj4NCiAgICAgICAgICAgICAgICA8L3B1YmxpY2F0aW9uX2RhdGU+DQogICAgICAgICAgICAgICAgPGpvdXJuYWxfdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgPHZvbHVtZT4zPC92b2x1bWU+DQogICAgICAgICAgICAgICAgPC9qb3VybmFsX3ZvbHVtZT4NCiAgICAgICAgICAgICAgPC9qb3VybmFsX2lzc3VlPg0KICAgICAgICAgICAgICA8am91cm5hbF9hcnRpY2xlIHB1YmxpY2F0aW9uX3R5cGU9ImZ1bGxfdGV4dCIgcmVmZXJlbmNlX2Rpc3RyaWJ1dGlvbl9vcHRzPSJhbnkiPg0KICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICA8dGl0bGU+QXV0b21hdGVkIHF1YW50aXRhdGl2ZSBoaXN0b2xvZ3kgcmV2ZWFscyB2YXNjdWxhciBtb3JwaG9keW5hbWljcyBkdXJpbmcgQXJhYmlkb3BzaXMgaHlwb2NvdHlsIHNlY29uZGFyeSBncm93dGg8L3RpdGxlPg0KICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgIDxjb250cmlidXRvcnM+DQogICAgICAgICAgICAgICAgICA8cGVyc29uX25hbWUgY29udHJpYnV0b3Jfcm9sZT0iYXV0aG9yIiBzZXF1ZW5jZT0iZmlyc3QiPg0KICAgICAgICAgICAgICAgICAgICA8Z2l2ZW5fbmFtZT5NYXJ0aWFsPC9naXZlbl9uYW1lPg0KICAgICAgICAgICAgICAgICAgICA8c3VybmFtZT5TYW5rYXI8L3N1cm5hbWU+DQogICAgICAgICAgICAgICAgICAgIDxhZmZpbGlhdGlvbj5EZXBhcnRtZW50IG9mIFBsYW50IE1vbGVjdWxhciBCaW9sb2d5LCBVbml2ZXJzaXR5IG9mIExhdXNhbm5lLCBMYXVzYW5uZSwgU3dpdHplcmxhbmQ8L2FmZmlsaWF0aW9uPg0KICAgICAgICAgICAgICAgICAgPC9wZXJzb25fbmFtZT4NCiAgICAgICAgICAgICAgICAgIDxwZXJzb25fbmFtZSBjb250cmlidXRvcl9yb2xlPSJhdXRob3IiIHNlcXVlbmNlPSJhZGRpdGlvbmFsIj4NCiAgICAgICAgICAgICAgICAgICAgPGdpdmVuX25hbWU+S2Fpc2E8L2dpdmVuX25hbWU+DQogICAgICAgICAgICAgICAgICAgIDxzdXJuYW1lPk5pZW1pbmVuPC9zdXJuYW1lPg0KICAgICAgICAgICAgICAgICAgICA8YWZmaWxpYXRpb24+RGVwYXJ0bWVudCBvZiBQbGFudCBNb2xlY3VsYXIgQmlvbG9neSwgVW5pdmVyc2l0eSBvZiBMYXVzYW5uZSwgTGF1c2FubmUsIFN3aXR6ZXJsYW5kPC9hZmZpbGlhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDwvcGVyc29uX25hbWU+DQogICAgICAgICAgICAgICAgICA8cGVyc29uX25hbWUgY29udHJpYnV0b3Jfcm9sZT0iYXV0aG9yIiBzZXF1ZW5jZT0iYWRkaXRpb25hbCI+DQogICAgICAgICAgICAgICAgICAgIDxnaXZlbl9uYW1lPkxhdXJhPC9naXZlbl9uYW1lPg0KICAgICAgICAgICAgICAgICAgICA8c3VybmFtZT5SYWduaTwvc3VybmFtZT4NCiAgICAgICAgICAgICAgICAgICAgPGFmZmlsaWF0aW9uPkRlcGFydG1lbnQgb2YgUGxhbnQgTW9sZWN1bGFyIEJpb2xvZ3ksIFVuaXZlcnNpdHkgb2YgTGF1c2FubmUsIExhdXNhbm5lLCBTd2l0emVybGFuZDwvYWZmaWxpYXRpb24+DQogICAgICAgICAgICAgICAgICA8L3BlcnNvbl9uYW1lPg0KICAgICAgICAgICAgICAgICAgPHBlcnNvbl9uYW1lIGNvbnRyaWJ1dG9yX3JvbGU9ImF1dGhvciIgc2VxdWVuY2U9ImFkZGl0aW9uYWwiPg0KICAgICAgICAgICAgICAgICAgICA8Z2l2ZW5fbmFtZT5Jb2FubmlzPC9naXZlbl9uYW1lPg0KICAgICAgICAgICAgICAgICAgICA8c3VybmFtZT5YZW5hcmlvczwvc3VybmFtZT4NCiAgICAgICAgICAgICAgICAgICAgPGFmZmlsaWF0aW9uPlZpdGFsLUlULCBTd2lzcyBJbnN0aXR1dGUgb2YgQmlvaW5mb3JtYXRpY3MsIExhdXNhbm5lLCBTd2l0emVybGFuZDwvYWZmaWxpYXRpb24+DQogICAgICAgICAgICAgICAgICA8L3BlcnNvbl9uYW1lPg0KICAgICAgICAgICAgICAgICAgPHBlcnNvbl9uYW1lIGNvbnRyaWJ1dG9yX3JvbGU9ImF1dGhvciIgc2VxdWVuY2U9ImFkZGl0aW9uYWwiPg0KICAgICAgICAgICAgICAgICAgICA8Z2l2ZW5fbmFtZT5DaHJpc3RpYW4gUzwvZ2l2ZW5fbmFtZT4NCiAgICAgICAgICAgICAgICAgICAgPHN1cm5hbWU+SGFyZHRrZTwvc3VybmFtZT4NCiAgICAgICAgICAgICAgICAgICAgPGFmZmlsaWF0aW9uPkRlcGFydG1lbnQgb2YgUGxhbnQgTW9sZWN1bGFyIEJpb2xvZ3ksIFVuaXZlcnNpdHkgb2YgTGF1c2FubmUsIExhdXNhbm5lLCBTd2l0emVybGFuZDwvYWZmaWxpYXRpb24+DQogICAgICAgICAgICAgICAgICA8L3BlcnNvbl9uYW1lPg0KICAgICAgICAgICAgICAgIDwvY29udHJpYnV0b3JzPg0KICAgICAgICAgICAgICAgIDxqYXRzOmFic3RyYWN0IHhtbG5zOmphdHM9Imh0dHA6Ly93d3cubmNiaS5ubG0ubmloLmdvdi9KQVRTMSI+DQogICAgICAgICAgICAgICAgICA8amF0czpwPkFtb25nIHZhcmlvdXMgYWR2YW50YWdlcywgdGhlaXIgc21hbGwgc2l6ZSBtYWtlcyBtb2RlbCBvcmdhbmlzbXMgcHJlZmVycmVkIHN1YmplY3RzIG9mIGludmVzdGlnYXRpb24uIFlldCwgZXZlbiBpbiBtb2RlbCBzeXN0ZW1zIGRldGFpbGVkIGFuYWx5c2lzIG9mIG51bWVyb3VzIGRldmVsb3BtZW50YWwgcHJvY2Vzc2VzIGF0IGNlbGx1bGFyIGxldmVsIGlzIHNldmVyZWx5IGhhbXBlcmVkIGJ5IHRoZWlyIHNjYWxlLiBGb3IgaW5zdGFuY2UsIHNlY29uZGFyeSBncm93dGggb2YgQXJhYmlkb3BzaXMgaHlwb2NvdHlscyBjcmVhdGVzIGEgcmFkaWFsIHBhdHRlcm4gb2YgaGlnaGx5IHNwZWNpYWxpemVkIHRpc3N1ZXMgdGhhdCBjb21wcmlzZXMgc2V2ZXJhbCB0aG91c2FuZCBjZWxscyBzdGFydGluZyBmcm9tIGEgZmV3IGRvemVuLiBUaGlzIGR5bmFtaWMgcHJvY2VzcyBpcyBkaWZmaWN1bHQgdG8gZm9sbG93IGJlY2F1c2Ugb2YgaXRzIHNjYWxlIGFuZCBiZWNhdXNlIGl0IGNhbiBvbmx5IGJlIGludmVzdGlnYXRlZCBpbnZhc2l2ZWx5LCBwcmVjbHVkaW5nIGNvbXByZWhlbnNpdmUgdW5kZXJzdGFuZGluZyBvZiB0aGUgY2VsbCBwcm9saWZlcmF0aW9uLCBkaWZmZXJlbnRpYXRpb24sIGFuZCBwYXR0ZXJuaW5nIGV2ZW50cyBpbnZvbHZlZC4gVG8gb3ZlcmNvbWUgc3VjaCBsaW1pdGF0aW9uLCB3ZSBlc3RhYmxpc2hlZCBhbiBhdXRvbWF0ZWQgcXVhbnRpdGF0aXZlIGhpc3RvbG9neSBhcHByb2FjaC4gV2UgYWNxdWlyZWQgaHlwb2NvdHlsIGNyb3NzLXNlY3Rpb25zIGZyb20gdGlsZWQgaGlnaC1yZXNvbHV0aW9uIGltYWdlcyBhbmQgZXh0cmFjdGVkIHRoZWlyIGluZm9ybWF0aW9uIGNvbnRlbnQgdXNpbmcgY3VzdG9tIGhpZ2gtdGhyb3VnaHB1dCBpbWFnZSBwcm9jZXNzaW5nIGFuZCBzZWdtZW50YXRpb24uIENvdXBsZWQgd2l0aCBhdXRvbWF0ZWQgY2VsbCB0eXBlIHJlY29nbml0aW9uIHRocm91Z2ggbWFjaGluZSBsZWFybmluZywgd2UgY291bGQgZXN0YWJsaXNoIGEgY2VsbHVsYXIgcmVzb2x1dGlvbiBhdGxhcyB0aGF0IHJldmVhbHMgdmFzY3VsYXIgbW9ycGhvZHluYW1pY3MgZHVyaW5nIHNlY29uZGFyeSBncm93dGgsIGZvciBleGFtcGxlIGVxdWlkaXN0YW50IHBobG9lbSBwb2xlIGZvcm1hdGlvbi48L2phdHM6cD4NCiAgICAgICAgICAgICAgICA8L2phdHM6YWJzdHJhY3Q+DQogICAgICAgICAgICAgICAgPGphdHM6YWJzdHJhY3QgeG1sbnM6amF0cz0iaHR0cDovL3d3dy5uY2JpLm5sbS5uaWguZ292L0pBVFMxIiBhYnN0cmFjdC10eXBlPSJleGVjdXRpdmUtc3VtbWFyeSI+DQogICAgICAgICAgICAgICAgICA8amF0czpwPk91ciB1bmRlcnN0YW5kaW5nIG9mIHRoZSBsaXZpbmcgd29ybGQgaGFzIGJlZW4gYWR2YW5jZWQgZ3JlYXRseSBieSBzdHVkaWVzIG9mIOKAmG1vZGVsIG9yZ2FuaXNtc+KAmSwgc3VjaCBhcyBtaWNlLCB6ZWJyYWZpc2gsIGFuZCBmcnVpdCBmbGllcy4gU3R1ZHlpbmcgdGhlc2UgY3JlYXR1cmVzIGhhcyBiZWVuIGNydWNpYWwgdG8gdW5jb3ZlcmluZyB0aGUgZ2VuZXMgdGhhdCBjb250cm9sIGhvdyBvdXIgYm9kaWVzIGRldmVsb3AgYW5kIGdyb3csIGFuZCBhbHNvIHRvIGRpc2NvdmVyIHRoZSBnZW5ldGljIGJhc2lzIG9mIGRpc2Vhc2VzIHN1Y2ggYXMgY2FuY2VyLjwvamF0czpwPg0KICAgICAgICAgICAgICAgICAgPGphdHM6cD5UaGFsZSBjcmVzc+KAlG9yIEFyYWJpZG9wc2lzIHRoYWxpYW5hIHRvIGdpdmUgaXRzIGZvcm1hbCBuYW1l4oCUaXMgdGhlIG1vZGVsIG9yZ2FuaXNtIG9mIGNob2ljZSBmb3IgbWFueSBwbGFudCBiaW9sb2dpc3RzLiBUaGlzIHRpbnkgd2VlZCBoYXMgYmVlbiB3aWRlbHkgc3R1ZGllZCBiZWNhdXNlIGl0IGNhbiBjb21wbGV0ZSBpdHMgbGlmZWN5Y2xlLCBmcm9tIHNlZWQgdG8gc2VlZCwgaW4gYWJvdXQgNiB3ZWVrcywgYW5kIGJlY2F1c2UgaXRzIHJlbGF0aXZlbHkgc21hbGwgZ2Vub21lIHNpbXBsaWZpZXMgdGhlIHNlYXJjaCBmb3IgZ2VuZXMgdGhhdCBjb250cm9sIHNwZWNpZmljIHRyYWl0cy4gSG93ZXZlciwgYXMgd2l0aCBvdGhlciBtdWNoLXN0dWRpZWQgbW9kZWwgc3lzdGVtcywgdW5kZXJzdGFuZGluZyB0aGUgY2hhbmdlcyB0aGF0IHVuZGVycGluIHRoZSBkZXZlbG9wbWVudCBvZiBzb21lIG9mIHRoZSBtb3JlIGNvbXBsZXggdGlzc3VlcyBpbiBBcmFiaWRvcHNpcyBoYXMgYmVlbiBzZXZlcmVseSBoYW1wZXJlZCBieSB0aGUgc2hlYXIgbnVtYmVyIG9mIGNlbGxzIGludm9sdmVkLjwvamF0czpwPg0KICAgICAgICAgICAgICAgICAgPGphdHM6cD5BZnRlciBpdCBoYXMgZW1lcmdlZCBmcm9tIHRoZSBzZWVkLCB0aGUgcGxhbnTigJlzIGZpcnN0IHN0ZW0gd2lsbCBkZXZlbG9wIGZyb20gYSBmZXcgZG96ZW4gY2VsbHMgaW4gd2lkdGggdG8gc2V2ZXJhbCB0aG91c2FuZCBjZWxscyB3aXRoIGhpZ2hseSBzcGVjaWFsaXplZCB0aXNzdWVzIGFycmFuZ2VkIGluIGEgY29tcGxleCBwYXR0ZXJuIG9mIGNvbmNlbnRyaWMgY2lyY2xlcy4gQWx0aG91Z2ggdGhpcyBzdGVtIHRoaWNrZW5pbmcgcHJvY2VzcyByZXByZXNlbnRzIGEgbWFqb3IgZGV2ZWxvcG1lbnRhbCBjaGFuZ2UgaW4gbWFueSBwbGFudHPigJRmcm9tIEFyYWJpZG9wc2lzIHRvIG9hayB0cmVlc+KAlGl0IGhhcyBiZWVuIHVuZGVyLXJlc2VhcmNoZWQuIFRoaXMgaXMgcGFydGx5IGJlY2F1c2UgaXQgaW52b2x2ZXMgc28gbWFueSBkaWZmZXJlbnQgY2VsbHMsIGFuZCBhbHNvIGJlY2F1c2UgaXQgY2FuIG9ubHkgYmUgb2JzZXJ2ZWQgaW4gdGhpbiBzZWN0aW9ucyBjdXQgb3V0IG9mIHRoZSBwbGFudOKAmXMgc3RlbS48L2phdHM6cD4NCiAgICAgICAgICAgICAgICAgIDxqYXRzOnA+Tm93IFNhbmthciwgTmllbWluZW4sIFJhZ25pIGV0IGFsLiBoYXZlIGRldmVsb3BlZCBhIG5vdmVsIGFwcHJvYWNoLCB0ZXJtZWQg4oCYYXV0b21hdGVkIHF1YW50aXRhdGl2ZSBoaXN0b2xvZ3nigJksIHRvIG92ZXJjb21lIHRoZXNlIHByb2JsZW1zLiBUaGlzIHN0cmF0ZWd5IGludm9sdmVzIOKAmHRlYWNoaW5n4oCZIGEgY29tcHV0ZXIgdG8gYXV0b21hdGljYWxseSByZWNvZ25pemUgZGlmZmVyZW50IHBsYW50IGNlbGxzIGFuZCB0byBtZWFzdXJlIHRoZWlyIGltcG9ydGFudCBmZWF0dXJlcyBpbiBoaWdoLXJlc29sdXRpb24gaW1hZ2VzIG9mIHRpc3N1ZSBzZWN0aW9ucy4gVGhlIHJlc3VsdGluZyDigJhtYXDigJkgb2YgdGhlIGRldmVsb3Bpbmcgc3RlbeKAlHdoaWNoIHJlcXVpcmVkIG92ZXIgODAwIGhyIG9mIGNvbXB1dGluZyB0aW1lIHRvIGNvbXBsZXRl4oCUcmV2ZWFscyB0aGUgY2hhbmdlcyB0byBjZWxscyBhbmQgdGlzc3VlcyBhcyB0aGV5IGRldmVsb3AgdGhhdCBhbGxvdyB0aGUgdHJhbnNwb3J0IG9mIHdhdGVyLCBzdWdhcnMgYW5kIG51dHJpZW50cyBiZXR3ZWVuIHRoZSBhYm92ZS0gYW5kIGJlbG93LWdyb3VuZCBvcmdhbnMuIFNhbmthciwgTmllbWluZW4sIFJhZ25pIGV0IGFsLiBzdWdnZXN0IHRoYXQgdGhlaXIgbm92ZWwgYXBwcm9hY2ggY291bGQsIGluIHRoZSBmdXR1cmUsIGFsc28gYmUgYXBwbGllZCB0byBzdHVkeSB0aGUgZGV2ZWxvcG1lbnQgb2Ygb3RoZXIgdGlzc3VlcyBhbmQgb3JnYW5pc21zLCBpbmNsdWRpbmcgYW5pbWFscy48L2phdHM6cD4NCiAgICAgICAgICAgICAgICA8L2phdHM6YWJzdHJhY3Q+DQogICAgICAgICAgICAgICAgPHB1YmxpY2F0aW9uX2RhdGUgbWVkaWFfdHlwZT0ib25saW5lIj4NCiAgICAgICAgICAgICAgICAgIDxtb250aD4wMjwvbW9udGg+DQogICAgICAgICAgICAgICAgICA8ZGF5PjExPC9kYXk+DQogICAgICAgICAgICAgICAgICA8eWVhcj4yMDE0PC95ZWFyPg0KICAgICAgICAgICAgICAgIDwvcHVibGljYXRpb25fZGF0ZT4NCiAgICAgICAgICAgICAgICA8cHVibGlzaGVyX2l0ZW0+DQogICAgICAgICAgICAgICAgICA8aXRlbV9udW1iZXIgaXRlbV9udW1iZXJfdHlwZT0iYXJ0aWNsZV9udW1iZXIiPmUwMTU2NzwvaXRlbV9udW1iZXI+DQogICAgICAgICAgICAgICAgICA8aWRlbnRpZmllciBpZF90eXBlPSJkb2kiPjEwLjc1NTQvZUxpZmUuMDE1Njc8L2lkZW50aWZpZXI+DQogICAgICAgICAgICAgICAgPC9wdWJsaXNoZXJfaXRlbT4NCiAgICAgICAgICAgICAgICA8ZnI6cHJvZ3JhbSB4bWxuczpmcj0iaHR0cDovL3d3dy5jcm9zc3JlZi5vcmcvZnVuZHJlZi54c2QiIG5hbWU9ImZ1bmRyZWYiPg0KICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZ3JvdXAiPg0KICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9uYW1lIj5TeXN0ZW1zWDwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRncm91cCI+DQogICAgICAgICAgICAgICAgICAgIDxmcjphc3NlcnRpb24gbmFtZT0iZnVuZGVyX25hbWUiPkVNQk8gbG9uZ3Rlcm0gcG9zdC1kb2N0b3JhbCBmZWxsb3dzaGlwczwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRncm91cCI+DQogICAgICAgICAgICAgICAgICAgIDxmcjphc3NlcnRpb24gbmFtZT0iZnVuZGVyX25hbWUiPk1hcmllIEhlaW0tVm9lZ3RsaW48L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgIDwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZ3JvdXAiPg0KICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9uYW1lIj4NCiAgICAgICAgICAgICAgICAgICAgICBVbml2ZXJzaXR5IG9mIExhdXNhbm5lDQogICAgICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZXJfaWRlbnRpZmllciIgcHJvdmlkZXI9ImNyb3NzcmVmIj41MDExMDAwMDYzOTA8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICA8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICA8L2ZyOnByb2dyYW0+DQogICAgICAgICAgICAgICAgPGFpOnByb2dyYW0geG1sbnM6YWk9Imh0dHA6Ly93d3cuY3Jvc3NyZWYub3JnL0FjY2Vzc0luZGljYXRvcnMueHNkIiBuYW1lPSJBY2Nlc3NJbmRpY2F0b3JzIj4NCiAgICAgICAgICAgICAgICAgIDxhaTpsaWNlbnNlX3JlZiBhcHBsaWVzX3RvPSJ2b3IiPmh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LzMuMC88L2FpOmxpY2Vuc2VfcmVmPg0KICAgICAgICAgICAgICAgICAgPGFpOmxpY2Vuc2VfcmVmIGFwcGxpZXNfdG89ImFtIj5odHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS8zLjAvPC9haTpsaWNlbnNlX3JlZj4NCiAgICAgICAgICAgICAgICAgIDxhaTpsaWNlbnNlX3JlZiBhcHBsaWVzX3RvPSJ0ZG0iPmh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LzMuMC88L2FpOmxpY2Vuc2VfcmVmPg0KICAgICAgICAgICAgICAgIDwvYWk6cHJvZ3JhbT4NCiAgICAgICAgICAgICAgICA8Y3Jvc3NtYXJrPg0KICAgICAgICAgICAgICAgICAgPGNyb3NzbWFya192ZXJzaW9uPjE8L2Nyb3NzbWFya192ZXJzaW9uPg0KICAgICAgICAgICAgICAgICAgPGNyb3NzbWFya19wb2xpY3k+ZUxpZmVzY2llbmNlczwvY3Jvc3NtYXJrX3BvbGljeT4NCiAgICAgICAgICAgICAgICAgIDxjcm9zc21hcmtfZG9tYWlucz4NCiAgICAgICAgICAgICAgICAgICAgPGNyb3NzbWFya19kb21haW4+DQogICAgICAgICAgICAgICAgICAgICAgPGRvbWFpbj53d3cuZWxpZmVzY2llbmNlcy5vcmc8L2RvbWFpbj4NCiAgICAgICAgICAgICAgICAgICAgPC9jcm9zc21hcmtfZG9tYWluPg0KICAgICAgICAgICAgICAgICAgPC9jcm9zc21hcmtfZG9tYWlucz4NCiAgICAgICAgICAgICAgICAgIDxjcm9zc21hcmtfZG9tYWluX2V4Y2x1c2l2ZT5mYWxzZTwvY3Jvc3NtYXJrX2RvbWFpbl9leGNsdXNpdmU+DQogICAgICAgICAgICAgICAgICA8Y3VzdG9tX21ldGFkYXRhPg0KICAgICAgICAgICAgICAgICAgICA8YXNzZXJ0aW9uIG5hbWU9InJlY2VpdmVkIiBsYWJlbD0iUmVjZWl2ZWQiIGdyb3VwX25hbWU9InB1YmxpY2F0aW9uX2hpc3RvcnkiIGdyb3VwX2xhYmVsPSJQdWJsaWNhdGlvbiBIaXN0b3J5IiBvcmRlcj0iMCI+MjAxMy0wOS0yMDwvYXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgICA8YXNzZXJ0aW9uIG5hbWU9ImFjY2VwdGVkIiBsYWJlbD0iQWNjZXB0ZWQiIGdyb3VwX25hbWU9InB1YmxpY2F0aW9uX2hpc3RvcnkiIGdyb3VwX2xhYmVsPSJQdWJsaWNhdGlvbiBIaXN0b3J5IiBvcmRlcj0iMSI+MjAxMy0xMi0yNDwvYXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgICA8YXNzZXJ0aW9uIG5hbWU9InB1Ymxpc2hlZCIgbGFiZWw9IlB1Ymxpc2hlZCIgZ3JvdXBfbmFtZT0icHVibGljYXRpb25faGlzdG9yeSIgZ3JvdXBfbGFiZWw9IlB1YmxpY2F0aW9uIEhpc3RvcnkiIG9yZGVyPSIyIj4yMDE0LTAyLTExPC9hc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICAgIDxmcjpwcm9ncmFtIHhtbG5zOmZyPSJodHRwOi8vd3d3LmNyb3NzcmVmLm9yZy9mdW5kcmVmLnhzZCIgbmFtZT0iZnVuZHJlZiI+DQogICAgICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZ3JvdXAiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZXJfbmFtZSI+U3lzdGVtc1g8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgICA8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRncm91cCI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9uYW1lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgRU1CTw0KICAgICAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9pZGVudGlmaWVyIj5odHRwOi8vZHguZG9pLm9yZy8xMC4xMzAzOS81MDExMDAwMDMwNDM8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgICAgIDwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgICAgIDxmcjphc3NlcnRpb24gbmFtZT0iZnVuZGdyb3VwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxmcjphc3NlcnRpb24gbmFtZT0iZnVuZGVyX25hbWUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICBTd2lzcyBOYXRpb25hbCBTY2llbmNlIEZvdW5kYXRpb24NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPGZyOmFzc2VydGlvbiBuYW1lPSJmdW5kZXJfaWRlbnRpZmllciI+aHR0cDovL2R4LmRvaS5vcmcvMTAuMTMwMzkvNTAxMTAwMDAxNzExPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgICA8L2ZyOmFzc2VydGlvbj4NCiAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRncm91cCI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9uYW1lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgVW5pdmVyc2l0eSBvZiBMYXVzYW5uZQ0KICAgICAgICAgICAgICAgICAgICAgICAgICA8ZnI6YXNzZXJ0aW9uIG5hbWU9ImZ1bmRlcl9pZGVudGlmaWVyIiBwcm92aWRlcj0iY3Jvc3NyZWYiPmh0dHA6Ly9keC5kb2kub3JnLzEwLjEzMDM5LzUwMTEwMDAwNjM5MDwvZnI6YXNzZXJ0aW9uPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICAgICAgPC9mcjphc3NlcnRpb24+DQogICAgICAgICAgICAgICAgICAgIDwvZnI6cHJvZ3JhbT4NCiAgICAgICAgICAgICAgICAgICAgPGFpOnByb2dyYW0geG1sbnM6YWk9Imh0dHA6Ly93d3cuY3Jvc3NyZWYub3JnL0FjY2Vzc0luZGljYXRvcnMueHNkIiBuYW1lPSJBY2Nlc3NJbmRpY2F0b3JzIj4NCiAgICAgICAgICAgICAgICAgICAgICA8YWk6bGljZW5zZV9yZWYgYXBwbGllc190bz0idm9yIj5odHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS8zLjAvPC9haTpsaWNlbnNlX3JlZj4NCiAgICAgICAgICAgICAgICAgICAgICA8YWk6bGljZW5zZV9yZWYgYXBwbGllc190bz0iYW0iPmh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LzMuMC88L2FpOmxpY2Vuc2VfcmVmPg0KICAgICAgICAgICAgICAgICAgICAgIDxhaTpsaWNlbnNlX3JlZiBhcHBsaWVzX3RvPSJ0ZG0iPmh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LzMuMC88L2FpOmxpY2Vuc2VfcmVmPg0KICAgICAgICAgICAgICAgICAgICA8L2FpOnByb2dyYW0+DQogICAgICAgICAgICAgICAgICA8L2N1c3RvbV9tZXRhZGF0YT4NCiAgICAgICAgICAgICAgICA8L2Nyb3NzbWFyaz4NCiAgICAgICAgICAgICAgICA8cmVsOnByb2dyYW0geG1sbnM6cmVsPSJodHRwOi8vd3d3LmNyb3NzcmVmLm9yZy9yZWxhdGlvbnMueHNkIj4NCiAgICAgICAgICAgICAgICAgIDxyZWw6cmVsYXRlZF9pdGVtPg0KICAgICAgICAgICAgICAgICAgICA8cmVsOmRlc2NyaXB0aW9uPkRhdGEgZnJvbTogQXV0b21hdGVkIHF1YW50aXRhdGl2ZSBoaXN0b2xvZ3kgcmV2ZWFscyB2YXNjdWxhciBtb3JwaG9keW5hbWljcyBkdXJpbmcgQXJhYmlkb3BzaXMgaHlwb2NvdHlsIHNlY29uZGFyeSBncm93dGg8L3JlbDpkZXNjcmlwdGlvbj4NCiAgICAgICAgICAgICAgICAgICAgPHJlbDppbnRlcl93b3JrX3JlbGF0aW9uIGlkZW50aWZpZXItdHlwZT0iZG9pIiByZWxhdGlvbnNoaXAtdHlwZT0iaXNTdXBwbGVtZW50ZWRCeSI+MTAuNTA2MS9kcnlhZC5iODM1azwvcmVsOmludGVyX3dvcmtfcmVsYXRpb24+DQogICAgICAgICAgICAgICAgICA8L3JlbDpyZWxhdGVkX2l0ZW0+DQogICAgICAgICAgICAgICAgPC9yZWw6cHJvZ3JhbT4NCiAgICAgICAgICAgICAgICA8YXJjaGl2ZV9sb2NhdGlvbnM+DQogICAgICAgICAgICAgICAgICA8YXJjaGl2ZSBuYW1lPSJDTE9DS1NTIiAvPg0KICAgICAgICAgICAgICAgIDwvYXJjaGl2ZV9sb2NhdGlvbnM+DQogICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3PC9kb2k+DQogICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2NzwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICA8Y29sbGVjdGlvbiBwcm9wZXJ0eT0idGV4dC1taW5pbmciPg0KICAgICAgICAgICAgICAgICAgICA8aXRlbT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2UgbWltZV90eXBlPSJhcHBsaWNhdGlvbi9wZGYiPmh0dHBzOi8vY2RuLmVsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3L2VsaWZlLTAxNTY3LXYxLnBkZjwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvaXRlbT4NCiAgICAgICAgICAgICAgICAgICAgPGl0ZW0+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlIG1pbWVfdHlwZT0iYXBwbGljYXRpb24veG1sIj5odHRwczovL2Nkbi5lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2Ny9lbGlmZS0wMTU2Ny12MS54bWw8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2l0ZW0+DQogICAgICAgICAgICAgICAgICA8L2NvbGxlY3Rpb24+DQogICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICA8Y2l0YXRpb25fbGlzdD4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjEiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5OYXR1cmU8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+Qm9ua2U8L2F1dGhvcj4NCiAgICAgICAgICAgICAgICAgICAgPHZvbHVtZT40MjY8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MTgxPC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MjAwMzwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkFQTCByZWd1bGF0ZXMgdmFzY3VsYXIgdGlzc3VlIGlkZW50aXR5IGluIEFyYWJpZG9wc2lzPC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEwMzgvbmF0dXJlMDIxMDA8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWIyIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+R2VuZXRpY3M8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+QnJlbm5lcjwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjE4Mjwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT40MTM8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDA5PC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+SW4gdGhlIGJlZ2lubmluZyB3YXMgdGhlIHdvcm08L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTUzNC9nZW5ldGljcy4xMDkuMTA0OTc2PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMyI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPlBoeXNpb2xvZ2lhIFBsYW50YXJ1bTwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5DaGFmZmV5PC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTE0PC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjU5NDwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDI8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5TZWNvbmRhcnkgeHlsZW0gZGV2ZWxvcG1lbnQgaW4gQXJhYmlkb3BzaXM6IGEgbW9kZWwgZm9yIHdvb2QgZm9ybWF0aW9uPC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEwMzQvai4xMzk5LTMwNTQuMjAwMi4xMTQwNDEzLng8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWI0Ij4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+TmV1cmFsIGNvbXB1dGF0aW9uPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPkNoYW5nPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTM8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MjExOTwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDE8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5UcmFpbmluZyBudS1zdXBwb3J0IHZlY3RvciBjbGFzc2lmaWVyczogdGhlb3J5IGFuZCBhbGdvcml0aG1zPC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjExNjIvMDg5OTc2NjAxNzUwMzk5MzM1PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliNSI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPk1hY2hpbmUgTGVhcm5pbmc8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+Q29ydGVzPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MjA8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MjczPC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MTk5NTwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxkb2kgcHJvdmlkZXI9ImNyb3NzcmVmIj4xMC4xMDA3L0JGMDA5OTQwMTg8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+U3VwcG9ydC12ZWN0b3IgTmV0d29ya3M8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliNiI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPkRldmVsb3BtZW50PC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPkRvbGFuPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTE5PC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjcxPC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MTk5MzwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkNlbGx1bGFyIG9yZ2FuaXNhdGlvbiBvZiB0aGUgQXJhYmlkb3BzaXMgdGhhbGlhbmEgcm9vdDwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWI3Ij4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+U2VtaW5hcnMgaW4gQ2VsbCAmYW1wOyBEZXZlbG9wbWVudGFsIEJpb2xvZ3k8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+RWxvPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MjA8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MTA5NzwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDk8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5TdGVtIGNlbGwgZnVuY3Rpb24gZHVyaW5nIHBsYW50IHZhc2N1bGFyIGRldmVsb3BtZW50PC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEwMTYvai5zZW1jZGIuMjAwOS4wOS4wMDk8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWI4Ij4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+RGV2ZWxvcG1lbnQ8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+RXRjaGVsbHM8L2F1dGhvcj4NCiAgICAgICAgICAgICAgICAgICAgPHZvbHVtZT4xNDA8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MjIyNDwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMTM8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5XT1g0IGFuZCBXT1gxNCBhY3QgZG93bnN0cmVhbSBvZiB0aGUgUFhZIHJlY2VwdG9yIGtpbmFzZSB0byByZWd1bGF0ZSBwbGFudCB2YXNjdWxhciBwcm9saWZlcmF0aW9uIGluZGVwZW5kZW50bHkgb2YgYW55IHJvbGUgaW4gdmFzY3VsYXIgb3JnYW5pc2F0aW9uPC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEyNDIvZGV2LjA5MTMxNDwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjkiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5QTE9TIEdlbmV0aWNzPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPkV0Y2hlbGxzPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+ODwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT5lMTAwMjk5NzwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMTI8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5QbGFudCB2YXNjdWxhciBjZWxsIGRpdmlzaW9uIGlzIG1haW50YWluZWQgYnkgYW4gaW50ZXJhY3Rpb24gYmV0d2VlbiBQWFkgYW5kIGV0aHlsZW5lIHNpZ25hbGxpbmc8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTM3MS9qb3VybmFsLnBnZW4uMTAwMjk5NzwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjEwIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+TW9sZWN1bGFyIFN5c3RlbXMgQmlvbG9neTwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5GdWNoczwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjY8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MzcwPC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MjAxMDwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkNsdXN0ZXJpbmcgcGhlbm90eXBlIHBvcHVsYXRpb25zIGJ5IGdlbm9tZS13aWRlIFJOQWkgYW5kIG11bHRpcGFyYW1ldHJpYyBpbWFnaW5nPC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEwMzgvbXNiLjIwMTAuMjU8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWIxMSI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPkJpbyBTeXN0ZW1zPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPkdyYW5xdmlzdDwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjExMDwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT42MDwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMTI8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5CYVNBUi1BIHRvb2wgaW4gUiBmb3IgZnJlcXVlbmN5IGRldGVjdGlvbjwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMDE2L2ouYmlvc3lzdGVtcy4yMDEyLjA3LjAwNDwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjEyIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+Q3VycmVudCBPcGluaW9uIGluIFBsYW50IEJpb2xvZ3k8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+R3Jvb3ZlcjwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjk8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+NTU8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDA2PC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+RGV2ZWxvcG1lbnRhbCBtZWNoYW5pc21zIHJlZ3VsYXRpbmcgc2Vjb25kYXJ5IGdyb3d0aCBpbiB3b29keSBwbGFudHM8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTAxNi9qLnBiaS4yMDA1LjExLjAxMzwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjEzIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+UGxhbnQgQ2VsbDwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5IaXJha2F3YTwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjIyPC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjI2MTg8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDEwPC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+VERJRiBwZXB0aWRlIHNpZ25hbGluZyByZWd1bGF0ZXMgdmFzY3VsYXIgc3RlbSBjZWxsIHByb2xpZmVyYXRpb24gdmlhIHRoZSBXT1g0IGhvbWVvYm94IGdlbmUgaW4gQXJhYmlkb3BzaXM8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTEwNS90cGMuMTEwLjA3NjA4MzwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjE0Ij4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+UHJvY2VlZGluZ3Mgb2YgdGhlIE5hdGlvbmFsIEFjYWRlbXkgb2YgU2NpZW5jZXMgb2YgdGhlIFVuaXRlZCBTdGF0ZXMgb2YgQW1lcmljYTwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5IaXJha2F3YTwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjEwNTwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT4xNTIwODwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDg8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5Ob24tY2VsbC1hdXRvbm9tb3VzIGNvbnRyb2wgb2YgdmFzY3VsYXIgc3RlbSBjZWxsIGZhdGUgYnkgYSBDTEUgcGVwdGlkZS9yZWNlcHRvciBzeXN0ZW08L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTA3My9wbmFzLjA4MDg0NDQxMDU8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWIxNSI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPkNlbGw8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+TWV5ZXJvd2l0ejwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjU2PC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjI2MzwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjE5ODk8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5BcmFiaWRvcHNpcywgYSB1c2VmdWwgd2VlZDwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMDE2LzAwOTItODY3NCg4OSk5MDkwMC04PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMTYiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5TY2llbmNlPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPk1leWVyb3dpdHo8L2F1dGhvcj4NCiAgICAgICAgICAgICAgICAgICAgPHZvbHVtZT4yOTU8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MTQ4MjwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDI8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5QbGFudHMgY29tcGFyZWQgdG8gYW5pbWFsczogdGhlIGJyb2FkZXN0IGNvbXBhcmF0aXZlIHN0dWR5IG9mIGRldmVsb3BtZW50PC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjExMjYvc2NpZW5jZS4xMDY2NjA5PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMTciPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5QbGFudCBQaHlzaW9sPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPk5pZW1pbmVuPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTM1PC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjY1MzwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjIwMDQ8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5BIHdlZWQgZm9yIHdvb2Q/IEFyYWJpZG9wc2lzIGFzIGEgZ2VuZXRpYyBtb2RlbCBmb3IgeHlsZW0gZGV2ZWxvcG1lbnQ8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTEwNC9wcC4xMDQuMDQwMjEyPC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMTgiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5OYXR1cmUgQmlvdGVjaG5vbG9neTwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5Ob2JsZTwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjI0PC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjE1NjU8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDA2PC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+V2hhdCBpcyBhIHN1cHBvcnQgdmVjdG9yIG1hY2hpbmU/PC9hcnRpY2xlX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjEwMzgvbmJ0MTIwNi0xNTY1PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMTkiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5Qcm9jZWVkaW5ncyBvZiB0aGUgTmF0aW9uYWwgQWNhZGVteSBvZiBTY2llbmNlcyBvZiB0aGUgVW5pdGVkIFN0YXRlcyBvZiBBbWVyaWNhPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPk9sc29uPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+Nzc8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+MTUxNjwvZmlyc3RfcGFnZT4NCiAgICAgICAgICAgICAgICAgICAgPGNZZWFyPjE5ODA8L2NZZWFyPg0KICAgICAgICAgICAgICAgICAgICA8YXJ0aWNsZV90aXRsZT5DbGFzc2lmaWNhdGlvbiBvZiBjdWx0dXJlZCBtYW1tYWxpYW4gY2VsbHMgYnkgc2hhcGUgYW5hbHlzaXMgYW5kIHBhdHRlcm4gcmVjb2duaXRpb248L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTA3My9wbmFzLjc3LjMuMTUxNjwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjIwIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+QmlvaW5mb3JtYXRpY3M8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+UGF1PC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MjY8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+OTc5PC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MjAxMDwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkVCSW1hZ2XigJNhbiBSIHBhY2thZ2UgZm9yIGltYWdlIHByb2Nlc3Npbmcgd2l0aCBhcHBsaWNhdGlvbnMgdG8gY2VsbHVsYXIgcGhlbm90eXBlczwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMDkzL2Jpb2luZm9ybWF0aWNzL2J0cTA0NjwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjIxIj4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+UGxhbnQgQ2VsbDwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5SYWduaTwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjIzPC92b2x1bWU+DQogICAgICAgICAgICAgICAgICAgIDxmaXJzdF9wYWdlPjEzMjI8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDExPC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+TW9iaWxlIGdpYmJlcmVsbGluIGRpcmVjdGx5IHN0aW11bGF0ZXMgQXJhYmlkb3BzaXMgaHlwb2NvdHlsIHh5bGVtIGV4cGFuc2lvbjwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMTA1L3RwYy4xMTEuMDg0MDIwPC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMjIiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+U2Fua2FyPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDE0PC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+RGF0YSBmcm9tOiBBdXRvbWF0ZWQgcXVhbnRpdGF0aXZlIGhpc3RvbG9neSByZXZlYWxzIHZhc2N1bGFyIG1vcnBob2R5bmFtaWNzIGR1cmluZyBBcmFiaWRvcHNpcyBoeXBvY290eWwgc2Vjb25kYXJ5IGdyb3d0aDwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC41MDYxL2RyeWFkLmI4MzVrPC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMjMiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5DdXJyZW50IEJpb2xvZ3k8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+U2lib3V0PC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTg8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+NDU4PC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MjAwODwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkZsb3dlcmluZyBhcyBhIGNvbmRpdGlvbiBmb3IgeHlsZW0gZXhwYW5zaW9uIGluIEFyYWJpZG9wc2lzIGh5cG9jb3R5bCBhbmQgcm9vdDwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMDE2L2ouY3ViLjIwMDguMDIuMDcwPC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMjQiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5UaGUgTmV3IFBoeXRvbG9naXN0PC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPlNwaWNlcjwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjE4Njwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT41Nzc8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDEwPC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+RXZvbHV0aW9uIG9mIGRldmVsb3BtZW50IG9mIHZhc2N1bGFyIGNhbWJpYSBhbmQgc2Vjb25kYXJ5IGdyb3d0aDwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMTExL2ouMTQ2OS04MTM3LjIwMTAuMDMyMzYueDwvZG9pPg0KICAgICAgICAgICAgICAgICAgPC9jaXRhdGlvbj4NCiAgICAgICAgICAgICAgICAgIDxjaXRhdGlvbiBrZXk9ImJpYjI1Ij4NCiAgICAgICAgICAgICAgICAgICAgPGpvdXJuYWxfdGl0bGU+TWFjaGluZSBWaXNpb24gYW5kIEFwcGxpY2F0aW9uczwvam91cm5hbF90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGF1dGhvcj5UaGVyaWF1bHQ8L2F1dGhvcj4NCiAgICAgICAgICAgICAgICAgICAgPHZvbHVtZT4yMzwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT42NTk8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDEyPC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+Q2VsbCBtb3JwaG9sb2d5IGNsYXNzaWZpY2F0aW9uIGFuZCBjbHV0dGVyIG1pdGlnYXRpb24gaW4gcGhhc2UtY29udHJhc3QgbWljcm9zY29weSBpbWFnZXMgdXNpbmcgbWFjaGluZSBsZWFybmluZzwvYXJ0aWNsZV90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC4xMDA3L3MwMDEzOC0wMTEtMDM0NS05PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgICAgPGNpdGF0aW9uIGtleT0iYmliMjYiPg0KICAgICAgICAgICAgICAgICAgICA8am91cm5hbF90aXRsZT5DZWxsPC9qb3VybmFsX3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8YXV0aG9yPlV5dHRld2FhbDwvYXV0aG9yPg0KICAgICAgICAgICAgICAgICAgICA8dm9sdW1lPjE0OTwvdm9sdW1lPg0KICAgICAgICAgICAgICAgICAgICA8Zmlyc3RfcGFnZT40Mzk8L2ZpcnN0X3BhZ2U+DQogICAgICAgICAgICAgICAgICAgIDxjWWVhcj4yMDEyPC9jWWVhcj4NCiAgICAgICAgICAgICAgICAgICAgPGFydGljbGVfdGl0bGU+TWVjaGFuaWNhbCBzdHJlc3MgYWN0cyB2aWEga2F0YW5pbiB0byBhbXBsaWZ5IGRpZmZlcmVuY2VzIGluIGdyb3d0aCByYXRlIGJldHdlZW4gYWRqYWNlbnQgY2VsbHMgaW4gQXJhYmlkb3BzaXM8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTAxNi9qLmNlbGwuMjAxMi4wMi4wNDg8L2RvaT4NCiAgICAgICAgICAgICAgICAgIDwvY2l0YXRpb24+DQogICAgICAgICAgICAgICAgICA8Y2l0YXRpb24ga2V5PSJiaWIyNyI+DQogICAgICAgICAgICAgICAgICAgIDxqb3VybmFsX3RpdGxlPk5hdHVyZSBDZWxsIEJpb2xvZ3k8L2pvdXJuYWxfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxhdXRob3I+WWluPC9hdXRob3I+DQogICAgICAgICAgICAgICAgICAgIDx2b2x1bWU+MTU8L3ZvbHVtZT4NCiAgICAgICAgICAgICAgICAgICAgPGZpcnN0X3BhZ2U+ODYwPC9maXJzdF9wYWdlPg0KICAgICAgICAgICAgICAgICAgICA8Y1llYXI+MjAxMzwvY1llYXI+DQogICAgICAgICAgICAgICAgICAgIDxhcnRpY2xlX3RpdGxlPkEgc2NyZWVuIGZvciBtb3JwaG9sb2dpY2FsIGNvbXBsZXhpdHkgaWRlbnRpZmllcyByZWd1bGF0b3JzIG9mIHN3aXRjaC1saWtlIHRyYW5zaXRpb25zIGJldHdlZW4gZGlzY3JldGUgY2VsbCBzaGFwZXM8L2FydGljbGVfdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuMTAzOC9uY2IyNzY0PC9kb2k+DQogICAgICAgICAgICAgICAgICA8L2NpdGF0aW9uPg0KICAgICAgICAgICAgICAgIDwvY2l0YXRpb25fbGlzdD4NCiAgICAgICAgICAgICAgICA8Y29tcG9uZW50X2xpc3Q+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5BYnN0cmFjdDwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0idGV4dC9wbGFpbiIgLz4NCiAgICAgICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuNzU1NC9lTGlmZS4wMTU2Ny4wMDE8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2NyNhYnN0cmFjdDwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPmVMaWZlIGRpZ2VzdDwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0idGV4dC9wbGFpbiIgLz4NCiAgICAgICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuNzU1NC9lTGlmZS4wMTU2Ny4wMDI8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2NyNkaWdlc3Q8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2RvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPC9jb21wb25lbnQ+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5GaWd1cmUgMS4gQ2VsbHVsYXIgbGV2ZWwgYW5hbHlzaXMgb2YgQXJhYmlkb3BzaXMgaHlwb2NvdHlsIHNlY29uZGFyeSBncm93dGguPC90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgICA8c3VidGl0bGU+KEEpIExpZ2h0IG1pY3Jvc2NvcHkgb2YgY3Jvc3Mgc2VjdGlvbnMgb2J0YWluZWQgZnJvbSBBcmFiaWRvcHNpcyBoeXBvY290eWxzIChvcmdhbiBwb3NpdGlvbiBpbGx1c3RyYXRlZCBmb3IgYSA5LWRheS1vbGQgc2VlZGxpbmcsIGxvd2VyIGxlZnQpIGF0IDkgZGFnICh1cHBlciBsZWZ0KSBhbmQgMzUgZGFnIChyaWdodCkuIFNpemUgYmFycyBhcmUgMTAwIM68bS4gQmx1ZSBHVVMgc3RhaW5pbmcgZHVlIHRvIHRoZSBwcmVzZW5jZSBvZiBhbiBBUEw6OkdVUyByZXBvcnRlciBnZW5lIGluIHRoaXMgQ29sLTAgYmFja2dyb3VuZCBsaW5lIG1hcmtzIHBobG9lbSBidW5kbGVzLiAoQikgT3ZlcnZpZXcgb2YgdGhlIGRldmVsb3BtZW50YWwgc2VyaWVzICh0aW1lIHBvaW50cyBhbmQgZGlzdGluY3Qgc2FtcGxlcyBwZXIgZ2Vub3R5cGUpIGFuYWx5emVkIGluIHRoaXMgc3R1ZHkuIChDKSBFeGFtcGxlIG9mIGEgaGlnaC1yZXNvbHV0aW9uIGh5cG9jb3R5bCBzZWN0aW9uIGltYWdlIGFzc2VtYmxlZCBmcm9tIDExIMOXIDExIHRpbGVzLiAoRCkgVGhlIHNhbWUgaW1hZ2UgYWZ0ZXIgcHJlLXByb2Nlc3NpbmcgYW5kIGJpbmFyaXphdGlvbiwgYW5kIChFKSBzdWJzZXF1ZW50IHNlZ21lbnRhdGlvbiB1c2luZyBhIHdhdGVyc2hlZCBhbGdvcml0aG0uIChGKSBOdW1iZXIgb2YgbWlzLXNlZ21lbnRlZCBjZWxscyBhcyBkZXRlcm1pbmVkIGJ5IGNhcmVmdWwgdmlzdWFsIGluc3BlY3Rpb24gaW4gMTIgc2VjdGlvbnMsIHBsb3R0ZWQgYWdhaW5zdCB0aGUgdG90YWwgbnVtYmVyIG9mIGNlbGxzIHBlciBzZWN0aW9uIChsb2cgc2NhbGUpLjwvc3VidGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0iaW1hZ2UvdGlmZiIgLz4NCiAgICAgICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuNzU1NC9lTGlmZS4wMTU2Ny4wMDM8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2NyNmaWcxPC9yZXNvdXJjZT4NCiAgICAgICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgIDwvY29tcG9uZW50Pg0KICAgICAgICAgICAgICAgICAgPGNvbXBvbmVudCBwYXJlbnRfcmVsYXRpb249ImlzUGFydE9mIj4NCiAgICAgICAgICAgICAgICAgICAgPHRpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+RmlndXJlIDIuIFRoZSDigJhRdWFudGl0YXRpdmUgSGlzdG9sb2d54oCZIGFwcHJvYWNoLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPihBKSBPdmVydmlldyBvZiB0aGUgY29tcHV0YXRpb25hbCBwaXBlbGluZSBmcm9tIGltYWdlIGFjcXVpc2l0aW9uIHRvIGFuYWx5c2lzLiAoQikg4oCYUGhlbm9wcmludHPigJkgZm9yIHRoZSBkaWZmZXJlbnQgZ2Vub3R5cGVzIGFuZCBkZXZlbG9wbWVudGFsIHN0YWdlcy48L3N1YnRpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8L3RpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgPGZvcm1hdCBtaW1lX3R5cGU9ImltYWdlL3RpZmYiIC8+DQogICAgICAgICAgICAgICAgICAgIDxkb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjc1NTQvZUxpZmUuMDE1NjcuMDA0PC9kb2k+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlPmh0dHBzOi8vZWxpZmVzY2llbmNlcy5vcmcvYXJ0aWNsZXMvMDE1NjcjZmlnMjwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPkZpZ3VyZSAy4oCUZmlndXJlIHN1cHBsZW1lbnQgMS4gQW4gZXhhbXBsZSBvZiBjbGFzc2lmaWVyIHNlbGVjdGlvbiB0aHJvdWdoIFYtZm9sZCBjcm9zcyB2YWxpZGF0aW9uLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPlRoZSBncmVlbiBhcnJvdyBwb2ludHMgb3V0IHRoZSBzZWxlY3RlZCBmZWF0dXJlIGNvbWJpbmF0aW9uIGFjY29yZGluZyB0byB0aGUgY3JpdGVyaWEgb2YgbWluaW11bSBudW1iZXIgb2YgZmVhdHVyZXMgd2l0aCB0aGUgaGlnaGVzdCBwZXJmb3JtYW5jZSBhbmQgdGhlIGxvd2VzdCB2YXJpYXRpb24gKHRoZSByYWRpdXNWIGZlYXR1cmUgd2FzIGV4Y2x1ZGVkIGR1ZSB0byBpdHMgcHV0YXRpdmUgdmFyaWF0aW9uIGluIHRpc3N1ZSBsb2NhdGlvbikuPC9zdWJ0aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPC90aXRsZXM+DQogICAgICAgICAgICAgICAgICAgIDxmb3JtYXQgbWltZV90eXBlPSJpbWFnZS90aWZmIiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAwNTwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3L2ZpZ3VyZXMjZmlnMnMxPC9yZXNvdXJjZT4NCiAgICAgICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgIDwvY29tcG9uZW50Pg0KICAgICAgICAgICAgICAgICAgPGNvbXBvbmVudCBwYXJlbnRfcmVsYXRpb249ImlzUGFydE9mIj4NCiAgICAgICAgICAgICAgICAgICAgPHRpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+RmlndXJlIDMuIFByb2dyZXNzaW9uIG9mIHRpc3N1ZSBwcm9saWZlcmF0aW9uLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPihBKSBQcmluY2lwYWwgY29tcG9uZW50IGFuYWx5c2lzIChQQ0EpIG9mIHRoZSBwaGVub3ByaW50cyBzaG93biBpbiBGaWd1cmUgMkIsIHBlcmZvcm1lZCB3aXRoIG5vcm1hbGl6ZWQgdmFsdWVzIChTdXBwbGVtZW50YXJ5IGZpbGUgNCkuIFRoZSBpbmxheSBzY3JlZXBsb3QgZGlzcGxheXMgdGhlIHByb3BvcnRpb24gb2YgdG90YWwgdmFyaWF0aW9uIGV4cGxhaW5lZCBieSBlYWNoIHByaW5jaXBhbCBjb21wb25lbnQuIChC4oCTRSkgQ29tcGFyYXRpdmUgcGxvdHMgb2YgcGFyYW1ldGVyIHByb2dyZXNzaW9uIGluIHRoZSB0d28gZ2Vub3R5cGVzLiBJbiAoRCksIHh5bGVtIHJlcHJlc2VudHMgY29tYmluZWQgdmVzc2VsLCBwYXJlbmNoeW1hLCBhbmQgZmliZXIgY2VsbHMsIHBobG9lbSByZXByZXNlbnRzIGNvbWJpbmVkIHBobG9lbSBwYXJlbmNoeW1hIGFuZCBidW5kbGUgY2VsbHMuIEVycm9yIGJhcnMgaW5kaWNhdGUgc3RhbmRhcmQgZXJyb3IuPC9zdWJ0aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPC90aXRsZXM+DQogICAgICAgICAgICAgICAgICAgIDxmb3JtYXQgbWltZV90eXBlPSJpbWFnZS90aWZmIiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAwNjwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3I2ZpZzM8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2RvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPC9jb21wb25lbnQ+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5GaWd1cmUgNC4gQmltb2RhbCBkaXN0cmlidXRpb24gb2YgaW5jbGluZSBhbmdsZSBhY2NvcmRpbmcgdG8gcG9zaXRpb24uPC90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgICA8c3VidGl0bGU+KEEgYW5kIEIpIFNwYXRpYWwgZGlzdHJpYnV0aW9uIG9mIGNlbGwgaW5jbGluZSBhbmdsZSBpbGx1c3RyYXRlcyB0aGUgdmFzY3VsYXIgb3JnYW5pemF0aW9uIGluIExlciAoQikgYXMgY29tcGFyZWQgdG8gQ29sLTAgKEEpIGF0IGxhdGVyIHN0YWdlcyBvZiBkZXZlbG9wbWVudCwgZm9yIGV4YW1wbGUgMzAgZGFnLiBUaGUgc2l6ZSBvZiB0aGUgZGlzYyBpbmNyZWFzZXMgd2l0aCB0aGUgYXJlYSBvZiB0aGUgY2VsbC4gQmx1ZSBjb2xvciBpbmRpY2F0ZXMgcmFkaWFsIGNlbGwgb3JpZW50YXRpb24sIHJlZCBvcnRob3JhZGlhbC4gKEMgYW5kIEQpIFZpb2xpbiBwbG90cyBvZiBpbmNsaW5lIGFuZ2xlIGRpc3RyaWJ1dGlvbiwgaWxsdXN0cmF0aW5nIGluY3JlYXNpbmdseSBiaW1vZGFsIGRpc3RyaWJ1dGlvbiBjb2luY2lkZW50IHdpdGggcmVmaW5lZCB2YXNjdWxhciBvcmdhbml6YXRpb24gYW5kIGRpZmZlcmVudCBkeW5hbWljcyBvZiB0aGUgcHJvY2VzcyBpbiB0aGUgdHdvIGdlbm90eXBlcy48L3N1YnRpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8L3RpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgPGZvcm1hdCBtaW1lX3R5cGU9ImltYWdlL3RpZmYiIC8+DQogICAgICAgICAgICAgICAgICAgIDxkb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjc1NTQvZUxpZmUuMDE1NjcuMDA3PC9kb2k+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlPmh0dHBzOi8vZWxpZmVzY2llbmNlcy5vcmcvYXJ0aWNsZXMvMDE1NjcjZmlnNDwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPkZpZ3VyZSA04oCUZmlndXJlIHN1cHBsZW1lbnQgMS4gQW4gaWxsdXN0cmF0aW9uIG9mIHRoZSBpbmNsaW5lIGFuZ2xlLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPlRoZSBpbmNsaW5lIGlzIHRoZSBhbmdsZSBiZXR3ZWVuIHRoZSBzZWN0aW9uIHJhZGl1cyB0aHJvdWdoIHRoZSBjZW50ZXIgb2YgYW4gZWxsaXBzZSBmaXQgdG8gYSBjZWxsIGFuZCB0aGUgbWFqb3IgYXhpcyBvZiB0aGF0IGVsbGlwc2UgZXh0ZW5kZWQgdG93YXJkcyB0aGUgeCBheGlzLjwvc3VidGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0iaW1hZ2UvdGlmZiIgLz4NCiAgICAgICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuNzU1NC9lTGlmZS4wMTU2Ny4wMDg8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2Ny9maWd1cmVzI2ZpZzRzMTwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPkZpZ3VyZSA1LiBEaXN0aW5jdCBsb2NhbCBvcmdhbml6YXRpb24gb2YgaW5jbGluZSBhbmdsZSBkdXJpbmcgaHlwb2NvdHlsIHNlY29uZGFyeSBncm93dGggcHJvZ3Jlc3Npb24uPC90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgICA8c3VidGl0bGU+KEHigJNKKSBEZW5zaXR5IHBsb3RzIG9mIGNlbGwgaW5jbGluZSBhbmdsZSB2cyByYWRpYWwgcG9zaXRpb24gZm9yIHRoZSB0d28gZ2Vub3R5cGVzIGF0IHRoZSBpbmRpY2F0ZWQgZGV2ZWxvcG1lbnRhbCBzdGFnZXMsIHJlcHJlc2VudGluZyBhbGwgY2VsbHMgYWNyb3NzIGFsbCBzZWN0aW9ucyBmb3IgYSBnaXZlbiB0aW1lIHBvaW50LiBUaGUgcmVkIGxpbmVzIHJlcHJlc2VudCB0aGUgZml0IG9mIHRoZXNlIGNsb3VkIGRpc3RyaWJ1dGlvbnMgd2l0aCBsb2NhbGx5IHdlaWdodGVkIGxpbmVhciByZWdyZXNzaW9uIChpLmUuLCBsb3dlc3MpLCByZXZlYWxpbmcgdGhlIGVzc2VudGlhbCBkYXRhIHRyZW5kcy4gQWxsIHNlY3Rpb25zIHdlcmUgbm9ybWFsaXplZCBmcm9tIDAuMCAodGhlIG1hbnVhbGx5IGRlZmluZWQgY2VudGVyKSB0byAxLjAgKHRoZSBhdmVyYWdlIHJhZGl1cyBpbiBhIHNldCBvZiBzZWN0aW9ucyBhcyBkZXRlcm1pbmVkIGJ5IHRoZSBhdmVyYWdlIGRpc3RhbmNlIG9mIHRoZSBvdXRlcm1vc3QgY2VsbHMgZnJvbSB0aGUgY2VudGVyIGZvciBpbmRpdmlkdWFsIHNlY3Rpb25zKS4gQm94IHBsb3RzIGluZGljYXRlIHRoZSBxdWFydGlsZXMgb2YgdGhlIHJhZGlhbiBkaXN0cmlidXRpb24gZm9yIGVhY2ggY2VsbC10eXBlIGNsYXNzIGFuZCBhcmUgcGxhY2VkIGF0IHRoZSBhdmVyYWdlIHBvc2l0aW9uIG9mIHRoZSBjZWxsIHR5cGUgd2l0aCByZXNwZWN0IHRvIHRoZSB5IGF4aXMuIE91dGxpZXJzIGFyZSBzaG93biBhcyBjaXJjbGVzLjwvc3VidGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0iaW1hZ2UvdGlmZiIgLz4NCiAgICAgICAgICAgICAgICAgICAgPGRvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgICAgIDxkb2k+MTAuNzU1NC9lTGlmZS4wMTU2Ny4wMDk8L2RvaT4NCiAgICAgICAgICAgICAgICAgICAgICA8cmVzb3VyY2U+aHR0cHM6Ly9lbGlmZXNjaWVuY2VzLm9yZy9hcnRpY2xlcy8wMTU2NyNmaWc1PC9yZXNvdXJjZT4NCiAgICAgICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgIDwvY29tcG9uZW50Pg0KICAgICAgICAgICAgICAgICAgPGNvbXBvbmVudCBwYXJlbnRfcmVsYXRpb249ImlzUGFydE9mIj4NCiAgICAgICAgICAgICAgICAgICAgPHRpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+RmlndXJlIDXigJRmaWd1cmUgc3VwcGxlbWVudCAxLiBBbmFseXNpcyBvZiBjZWxsIG51bWJlciBpbiBkZWZpbmVkIHh5bGVtIHJlZ2lvbnMgb2YgZGlmZmVyZW50IHNpemUuPC90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgICA8c3VidGl0bGU+Q2VsbCBudW1iZXIgaW4gYSBjaXJjbGUgb2YgMjAw4oCTNTAwIHBpeGVscyBhcm91bmQgdGhlIHNlY3Rpb24gY2VudGVycyBmb3IgQ29sLTAuIENlbGwgY291bnQgaW4gYSBjb25zdGFudCBhcmVhIG9mIHh5bGVtIG92ZXIgdGltZSBhY3Jvc3MgYWxsIGF2ZXJhZ2VkIGFjcm9zcyBhbGwgc2VjdGlvbnMuPC9zdWJ0aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPC90aXRsZXM+DQogICAgICAgICAgICAgICAgICAgIDxmb3JtYXQgbWltZV90eXBlPSJpbWFnZS90aWZmIiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAxMDwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3L2ZpZ3VyZXMjZmlnNXMxPC9yZXNvdXJjZT4NCiAgICAgICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgIDwvY29tcG9uZW50Pg0KICAgICAgICAgICAgICAgICAgPGNvbXBvbmVudCBwYXJlbnRfcmVsYXRpb249ImlzUGFydE9mIj4NCiAgICAgICAgICAgICAgICAgICAgPHRpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+RmlndXJlIDYuIE1hcHBpbmcgb2YgcGhsb2VtIHBvbGUgcGF0dGVybmluZy48L3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICAgIDxzdWJ0aXRsZT4oQSkgRXhhbXBsZSBvZiBHYXVzc2lhbiBrZXJuZWwgZGVuc2l0eSBlc3RpbWF0ZSBvZiB0aGUgbG9jYXRpb24gb2YgcHJlZGljdGVkIHBobG9lbSBidW5kbGVzIGNlbGxzIGluIGEgMzAgZGFnIENvbC0wIHNlY3Rpb24uIEhpZ2ggZGVuc2l0eSByZXByZXNlbnRzIHBobG9lbSBwb2xlcy4gKEIpIEV4YW1wbGUgb2YgYW4gYW5hbHlzaXMgb2YgZW1lcmdpbmcgcGhsb2VtIHBvbGUgcG9zaXRpb24gaW4gYSAzMCBkYWcgQ29sLTAgc2VjdGlvbi4gVGhlIHBsb3QgcmVwcmVzZW50cyBhIHBpeGVsIGludGVuc2l0eSBtYXAgYWZ0ZXIgbm9pc2UgcmVkdWN0aW9uIGFsb25nIGEgY2lyY3VsYXIgcmVnaW9uIG9mIGludGVyZXN0IGFjcm9zcyB0aGUgZW1lcmdpbmcgcGhsb2VtIHBvbGVzLiBJbnRlbnNpdHkgcGVha3MgYXJlIGR1ZSB0byBHVVMgc3RhaW5pbmcgY29uZmVycmVkIHRvIHBobG9lbSBidW5kbGVzIGJ5IGFuIEFQTDo6R1VTIHJlcG9ydGVyIGNvbnN0cnVjdC4gKEMpIFByb2JhYmlsaXR5IGRlbnNpdHkgZnVuY3Rpb24gb2YgdGhlIGRhdGEgc2hvd24gaW4gKEIpIG9idGFpbmVkIGZyb20gYW4gYXV0b21hdGVkIEJheWVzaWFuIG1vZGVsLiBUaGUgZG9taW5hbnQgc2luZ2xlIHBlYWsgaW5kaWNhdGVzIGEgY29uc3RhbnQgYXJjIGRpc3RhbmNlIG9mIGNhLiA2MiBwaXhlbCBiZXR3ZWVuIHRoZSBwaGxvZW0gcG9sZXMuPC9zdWJ0aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPC90aXRsZXM+DQogICAgICAgICAgICAgICAgICAgIDxmb3JtYXQgbWltZV90eXBlPSJpbWFnZS90aWZmIiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAxMTwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3I2ZpZzY8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2RvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPC9jb21wb25lbnQ+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5TdXBwbGVtZW50YXJ5IGZpbGUgMS48L3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICAgIDxzdWJ0aXRsZT4oQSkgQW4gZXhwbGFuYXRpb24gb2YgdGhlIGV4dHJhY3RlZCBwYXJhbWV0ZXJzIHRoYXQgZGVzY3JpYmUgdGhlIGNlbGx1bGFyIGZlYXR1cmVzLiAoQikgU3VtbWFyeSBpbmZvcm1hdGlvbiBvZiB0aGUgaGFuZC1sYWJlbGVkIHRyYWluaW5nIHNldCBmb3Igc3VwZXJ2aXNlZCBtYWNoaW5lIGxlYXJuaW5nLiAoQykgRGVmaW5pdGlvbiBvZiB0aGUgY2xhc3NpZmllcnMgc2VsZWN0ZWQgZm9yIGFuYWx5c2lzLiAoRCkgU3VtbWFyeSBvZiB0aGUgY2xhc3NpZmllciBwYXJhbWV0ZXJzIGZvciBzdXBlcnZpc2VkIG1hY2hpbmUgbGVhcm5pbmcuIChFKSBPdmVydmlldyBvZiB0aGUgY2VsbCB0eXBlIGNsYXNzZXMgcmVjb2duaXplZCBieSB0aGUgc3VwZXJ2aXNlZCBtYWNoaW5lIGxlYXJuaW5nIGFwcHJvYWNoIGFuZCB0aGVpciBhc3NpZ25tZW50IGNvZGVzIHVzZWQgaW4gRGF0YSBGaWxlcyAzIGFuZCA0Ljwvc3VidGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0iYXBwbGljYXRpb24vdm5kLm9wZW54bWxmb3JtYXRzLW9mZmljZWRvY3VtZW50LnNwcmVhZHNoZWV0bWwuc2hlZXQiIC8+DQogICAgICAgICAgICAgICAgICAgIDxkb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjc1NTQvZUxpZmUuMDE1NjcuMDEyPC9kb2k+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlPmh0dHBzOi8vZWxpZmVzY2llbmNlcy5vcmcvYXJ0aWNsZXMvMDE1NjcvZmlndXJlcyNTRDEtZGF0YTwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPlN1cHBsZW1lbnRhcnkgZmlsZSAyLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPlF1YWxpdHkgY29udHJvbCBmaWxlcyBmb3IgdGhlIENvbC0wIHNlY3Rpb25zLjwvc3VidGl0bGU+DQogICAgICAgICAgICAgICAgICAgIDwvdGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICA8Zm9ybWF0IG1pbWVfdHlwZT0iYXBwbGljYXRpb24vdm5kLm9wZW54bWxmb3JtYXRzLW9mZmljZWRvY3VtZW50LnNwcmVhZHNoZWV0bWwuc2hlZXQiIC8+DQogICAgICAgICAgICAgICAgICAgIDxkb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjc1NTQvZUxpZmUuMDE1NjcuMDEzPC9kb2k+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlPmh0dHBzOi8vZWxpZmVzY2llbmNlcy5vcmcvYXJ0aWNsZXMvMDE1NjcvZmlndXJlcyNTRDItZGF0YTwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICAgIDxjb21wb25lbnQgcGFyZW50X3JlbGF0aW9uPSJpc1BhcnRPZiI+DQogICAgICAgICAgICAgICAgICAgIDx0aXRsZXM+DQogICAgICAgICAgICAgICAgICAgICAgPHRpdGxlPlN1cHBsZW1lbnRhcnkgZmlsZSAzLjwvdGl0bGU+DQogICAgICAgICAgICAgICAgICAgICAgPHN1YnRpdGxlPlF1YWxpdHkgY29udHJvbCBmaWxlcyBmb3IgdGhlIExlciBzZWN0aW9ucy48L3N1YnRpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8L3RpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgPGZvcm1hdCBtaW1lX3R5cGU9ImFwcGxpY2F0aW9uL3ZuZC5vcGVueG1sZm9ybWF0cy1vZmZpY2Vkb2N1bWVudC5zcHJlYWRzaGVldG1sLnNoZWV0IiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAxNDwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3L2ZpZ3VyZXMjU0QzLWRhdGE8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2RvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPC9jb21wb25lbnQ+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5TdXBwbGVtZW50YXJ5IGZpbGUgNC48L3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICAgIDxzdWJ0aXRsZT5UaGUgbm9ybWFsaXplZCB2YWx1ZXMgb2YgdGhlIHBoZW5vcHJpbnRzIChGaWd1cmUgMkIpIHVzZWQgZm9yIFBDQS48L3N1YnRpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8L3RpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgPGZvcm1hdCBtaW1lX3R5cGU9ImFwcGxpY2F0aW9uL3ZuZC5vcGVueG1sZm9ybWF0cy1vZmZpY2Vkb2N1bWVudC5zcHJlYWRzaGVldG1sLnNoZWV0IiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAxNTwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3L2ZpZ3VyZXMjU0Q0LWRhdGE8L3Jlc291cmNlPg0KICAgICAgICAgICAgICAgICAgICA8L2RvaV9kYXRhPg0KICAgICAgICAgICAgICAgICAgPC9jb21wb25lbnQ+DQogICAgICAgICAgICAgICAgICA8Y29tcG9uZW50IHBhcmVudF9yZWxhdGlvbj0iaXNQYXJ0T2YiPg0KICAgICAgICAgICAgICAgICAgICA8dGl0bGVzPg0KICAgICAgICAgICAgICAgICAgICAgIDx0aXRsZT5EZWNpc2lvbiBsZXR0ZXI8L3RpdGxlPg0KICAgICAgICAgICAgICAgICAgICA8L3RpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgPGZvcm1hdCBtaW1lX3R5cGU9InRleHQvcGxhaW4iIC8+DQogICAgICAgICAgICAgICAgICAgIDxkb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgICAgICA8ZG9pPjEwLjc1NTQvZUxpZmUuMDE1NjcuMDE2PC9kb2k+DQogICAgICAgICAgICAgICAgICAgICAgPHJlc291cmNlPmh0dHBzOi8vZWxpZmVzY2llbmNlcy5vcmcvYXJ0aWNsZXMvMDE1NjcjU0ExPC9yZXNvdXJjZT4NCiAgICAgICAgICAgICAgICAgICAgPC9kb2lfZGF0YT4NCiAgICAgICAgICAgICAgICAgIDwvY29tcG9uZW50Pg0KICAgICAgICAgICAgICAgICAgPGNvbXBvbmVudCBwYXJlbnRfcmVsYXRpb249ImlzUGFydE9mIj4NCiAgICAgICAgICAgICAgICAgICAgPHRpdGxlcz4NCiAgICAgICAgICAgICAgICAgICAgICA8dGl0bGU+QXV0aG9yIHJlc3BvbnNlPC90aXRsZT4NCiAgICAgICAgICAgICAgICAgICAgPC90aXRsZXM+DQogICAgICAgICAgICAgICAgICAgIDxmb3JtYXQgbWltZV90eXBlPSJ0ZXh0L3BsYWluIiAvPg0KICAgICAgICAgICAgICAgICAgICA8ZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICAgICAgPGRvaT4xMC43NTU0L2VMaWZlLjAxNTY3LjAxNzwvZG9pPg0KICAgICAgICAgICAgICAgICAgICAgIDxyZXNvdXJjZT5odHRwczovL2VsaWZlc2NpZW5jZXMub3JnL2FydGljbGVzLzAxNTY3I1NBMjwvcmVzb3VyY2U+DQogICAgICAgICAgICAgICAgICAgIDwvZG9pX2RhdGE+DQogICAgICAgICAgICAgICAgICA8L2NvbXBvbmVudD4NCiAgICAgICAgICAgICAgICA8L2NvbXBvbmVudF9saXN0Pg0KICAgICAgICAgICAgICA8L2pvdXJuYWxfYXJ0aWNsZT4NCiAgICAgICAgICAgIDwvam91cm5hbD4NCiAgICAgICAgICA8L2Nyb3NzcmVmPg0KICAgICAgICA8L2RvaV9yZWNvcmQ+DQogICAgICA8L3F1ZXJ5Pg0KICAgIDwvYm9keT4NCiAgPC9xdWVyeV9yZXN1bHQ+DQo8L2Nyb3NzcmVmX3Jlc3VsdD4= http_version: - recorded_at: Wed, 03 Jul 2019 22:05:21 GMT + recorded_at: Sat, 20 Jul 2019 08:59:10 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_datacite_url.yml b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_datacite_url.yml index 6cfbfad03..4daa246a1 100644 --- a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_datacite_url.yml +++ b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_datacite_url.yml @@ -2,13 +2,13 @@ http_interactions: - request: method: get - uri: https://doi.org/ra/10.7272 + uri: https://doi.org/ra/10.14454 body: encoding: US-ASCII string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -17,42 +17,44 @@ http_interactions: message: '' headers: Date: - - Sat, 29 Dec 2018 11:51:41 GMT + - Sat, 20 Jul 2019 11:51:18 GMT Content-Type: - application/json;charset=UTF-8 Content-Length: - - '54' + - '55' Connection: - keep-alive Set-Cookie: - - __cfduid=d5aaad723af3ebd5509afdcb796173c301546084301; expires=Sun, 29-Dec-19 - 11:51:41 GMT; path=/; domain=.doi.org; HttpOnly + - __cfduid=dede2d7774338887eeca4aaa3fc63054f1563623478; expires=Sun, 19-Jul-20 + 11:51:18 GMT; path=/; domain=.doi.org; HttpOnly + Strict-Transport-Security: + - max-age=3600; includeSubDomains Expect-Ct: - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: - cloudflare Cf-Ray: - - 490c0e637df4973e-FRA + - 4f94b8f38bdbc281-FRA body: encoding: ASCII-8BIT string: |- [ { - "DOI": "10.7272", + "DOI": "10.14454", "RA": "DataCite" } ] http_version: - recorded_at: Sat, 29 Dec 2018 11:51:41 GMT + recorded_at: Sat, 20 Jul 2019 11:51:18 GMT - request: method: get - uri: https://api.test.datacite.org/dois/10.7272/q6g15xs4 + uri: https://api.test.datacite.org/dois/10.14454/1x4x-9056 body: encoding: US-ASCII string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -61,7 +63,7 @@ http_interactions: message: OK headers: Date: - - Sat, 29 Dec 2018 11:51:41 GMT + - Sat, 20 Jul 2019 11:51:18 GMT Content-Type: - application/json; charset=utf-8 Connection: @@ -74,20 +76,20 @@ http_interactions: - max-age=0, private, must-revalidate Vary: - Accept-Encoding, Origin + X-Request-Id: + - 3db6cc54-3688-42a1-90e5-46f0d986d721 Etag: - - W/"be47d2fa84faf88552f7bcf475c70d39" + - W/"86dedd78329fd7af4716fb3e26bc5398" X-Runtime: - - '0.019728' - X-Request-Id: - - ab416e41-bd33-4e38-8fbb-5d5514c8636b + - '0.039992' X-Powered-By: - - Phusion Passenger 6.0.0 + - Phusion Passenger 6.0.2 Server: - - nginx/1.15.7 + Phusion Passenger 6.0.0 + - nginx/1.15.8 + Phusion Passenger 6.0.2 body: encoding: ASCII-8BIT string: !binary |- - eyJkYXRhIjp7ImlkIjoiMTAuNzI3Mi9xNmcxNXhzNCIsInR5cGUiOiJkb2lzIiwiYXR0cmlidXRlcyI6eyJkb2kiOiIxMC43MjcyL3E2ZzE1eHM0IiwicHJlZml4IjoiMTAuNzI3MiIsInN1ZmZpeCI6InE2ZzE1eHM0IiwiaWRlbnRpZmllcnMiOlt7ImlkZW50aWZpZXIiOiJodHRwczovL2hhbmRsZS50ZXN0LmRhdGFjaXRlLm9yZy8xMC43MjcyL3E2ZzE1eHM0IiwiaWRlbnRpZmllclR5cGUiOiJET0kifV0sImNyZWF0b3JzIjpbeyJuYW1lIjoiUm9kcmlndWV6LCBSb2JlcnQiLCJuYW1lVHlwZSI6IlBlcnNvbmFsIiwiZ2l2ZW5OYW1lIjoiUm9iZXJ0IiwiZmFtaWx5TmFtZSI6IlJvZHJpZ3VleiIsImFmZmlsaWF0aW9uIjoiVUMgU2FuIEZyYW5jaXNjbyJ9LHsibmFtZSI6Ik1vd2VyLCBXaWxsaWFtIiwibmFtZVR5cGUiOiJQZXJzb25hbCIsImdpdmVuTmFtZSI6IldpbGxpYW0iLCJmYW1pbHlOYW1lIjoiTW93ZXIiLCJhZmZpbGlhdGlvbiI6IlVDTEEifV0sInRpdGxlcyI6W3sidGl0bGUiOiJORVhVUyBIZWFkIENUIn1dLCJwdWJsaXNoZXIiOiJVQyBTYW4gRnJhbmNpc2NvIiwiY29udGFpbmVyIjp7fSwicHVibGljYXRpb25ZZWFyIjoyMDE3LCJzdWJqZWN0cyI6W10sImNvbnRyaWJ1dG9ycyI6W10sImRhdGVzIjpbeyJkYXRlIjoiMjAxNyIsImRhdGVUeXBlIjoiSXNzdWVkIn1dLCJsYW5ndWFnZSI6ImVuIiwidHlwZXMiOnsicmlzIjoiREFUQSIsImJpYnRleCI6Im1pc2MiLCJjaXRlcHJvYyI6ImRhdGFzZXQiLCJzY2hlbWFPcmciOiJEYXRhc2V0IiwicmVzb3VyY2VUeXBlR2VuZXJhbCI6IkRhdGFzZXQifSwicmVsYXRlZElkZW50aWZpZXJzIjpbXSwic2l6ZXMiOlsiMTQ5NTIwNCBieXRlcyJdLCJmb3JtYXRzIjpbXSwidmVyc2lvbiI6bnVsbCwicmlnaHRzTGlzdCI6W3sicmlnaHRzIjoiQ3JlYXRpdmUgQ29tbW9ucyBBdHRyaWJ1dGlvbiA0LjAgSW50ZXJuYXRpb25hbCAoQ0MgQlkgNC4wKSIsInJpZ2h0c1VyaSI6Imh0dHBzOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS80LjAifV0sImRlc2NyaXB0aW9ucyI6W3siZGVzY3JpcHRpb24iOiJCYWNrZ3JvdW5kIENsaW5pY2lhbnMsIGFmcmFpZCBvZiBtaXNzaW5nIGludHJhY3JhbmlhbCBpbmp1cmllcywgbGliZXJhbGx5XG4gICAgICBvYnRhaW4gY29tcHV0ZWQgdG9tb2dyYXBoaWMgKENUKSBoZWFkIGltYWdpbmcgaW4gYmx1bnQgdHJhdW1hIHBhdGllbnRzLlxuICAgICAgUHJpb3Igd29yayBzdWdnZXN0cyB0aGF0IGNsaW5pY2FsIGNyaXRlcmlhIChORVhVUyBIZWFkIENUIGRlY2lzaW9uXG4gICAgICBpbnN0cnVtZW50KSBjYW4gcmVsaWFibHkgaWRlbnRpZnkgcGF0aWVudHMgd2l0aCBpbXBvcnRhbnQgaW5qdXJpZXMsIHdoaWxlXG4gICAgICBleGNsdWRpbmcgaW5qdXJ5LCBhbmQgdGhlIG5lZWQgZm9yIGltYWdpbmcgaW4gbWFueSBwYXRpZW50cy4gTWV0aG9kcyBXZVxuICAgICAgY29uZHVjdGVkIGEgcHJvc3BlY3RpdmUgb2JzZXJ2YXRpb25hbCBzdHVkeSBvZiB0aGUgTkVYVVMgSGVhZCBDVCBkZWNpc2lvblxuICAgICAgaW5zdHJ1bWVudCAoREkpIHRoYXQgcmVxdWlyZXMgcGF0aWVudHMgdG8gbWVldCBlaWdodCBjcml0ZXJpYSB0byBhY2hpZXZlXG4gICAgICDigJxsb3ctcmlza+KAnSBjbGFzc2lmaWNhdGlvbi4gV2UgZXhhbWluZWQgdGhlIGluc3RydW1lbnTigJlzIHBlcmZvcm1hbmNlIGluXG4gICAgICBpZGVudGlmeWluZyBwYXRpZW50cyByZXF1aXJpbmcgbmV1cm9sb2dpY2FsIGludGVydmVudGlvbiBmcm9tIGFtb25nIGFcbiAgICAgIGNvaG9ydCBvZiAxMSw3NzAgYmx1bnQgaGVhZCBpbmp1cnkgcGF0aWVudHMuIFJlc3VsdHMgVGhlIE5FWFVTIEhlYWQgQ1QgRElcbiAgICAgIGFzc2lnbmVkIGhpZ2gtcmlzayBzdGF0dXMgdG8gNDIwIG9mIDQyMCBwYXRpZW50cyByZXF1aXJpbmcgbmV1cm9sb2dpY2FsXG4gICAgICBpbnRlcnZlbnRpb24gKHNlbnNpdGl2aXR5LCAxMDAuMCUgWzk1JSBjb25maWRlbmNlIGludGVydmFsIFtDSV06IDk5LjElIOKAk1xuICAgICAgMTAwLjAlXSkuIFRoZSBpbnN0cnVtZW50IGFzc2lnbmVkIGxvdy1yaXNrIHN0YXR1cyB0byAyLDgyMyBvZiAxMSwzNTBcbiAgICAgIHBhdGllbnRzIHdobyBkaWQgbm90IHJlcXVpcmUgbmV1cm9sb2dpY2FsIGludGVydmVudGlvbiAoc3BlY2lmaWNpdHksIDI0LjklXG4gICAgICBbOTUlIENJOiAyNC4xJSAtIDI1LjclXSkuIE5vbmUgb2YgdGhlIDIsODIzIGxvdy1yaXNrIHBhdGllbnRzIHJlcXVpcmVkXG4gICAgICBuZXVyb2xvZ2ljYWwgaW50ZXJ2ZW50aW9uIChOUFYsIDEwMC4wJSBbOTUlIENJOiA5OS45JSAtIDEwMC4wJV0pLiBUaGUgRElcbiAgICAgIGFzc2lnbmVkIGhpZ2gtcmlzayBzdGF0dXMgdG8gNzU5IG9mIDc2NyBwYXRpZW50cyB3aXRoIHNpZ25pZmljYW50XG4gICAgICBpbnRyYWNyYW5pYWwgaW5qdXJpZXMgKHNlbnNpdGl2aXR5LCA5OS4wJSBbOTUlIENJOiA5OC4wJSAtIDk5LjYlXSkuIFRoZVxuICAgICAgaW5zdHJ1bWVudCBhc3NpZ25lZCBsb3ctcmlzayBzdGF0dXMgdG8gMiw4MTUgb2YgMTEsMDAzIHBhdGllbnRzIHdobyBkaWRcbiAgICAgIG5vdCBoYXZlIHNpZ25pZmljYW50IGluanVyaWVzIChzcGVjaWZpY2l0eSwgMjUuNiUgWzk1JSBDSTogMjQuOCUgLVxuICAgICAgMjYuNCVdKS4gU2lnbmlmaWNhbnQgaW5qdXJpZXMgd2VyZSBhYnNlbnQgaW4gMiw4MTUgb2YgdGhlIDIsODIzIHBhdGllbnRzXG4gICAgICBhc3NpZ25lZCBsb3ctcmlzayBzdGF0dXMgKE5QViwgOTkuNyUgWzk1JSBDSTogOTkuNCUgLSA5OS45JV0pLiBDb25jbHVzaW9uc1xuICAgICAgVGhlIE5FWFVTIEhlYWQgQ1QgREkgcmVsaWFibHkgaWRlbnRpZmllcyBibHVudCB0cmF1bWEgcGF0aWVudHMgd2hvIHJlcXVpcmVcbiAgICAgIGhlYWQgQ1QgaW1hZ2luZywgYW5kIGNvdWxkIHNpZ25pZmljYW50bHkgcmVkdWNpbmcgdGhlIHVzZSBvZiBDVCBpbWFnaW5nLiIsImRlc2NyaXB0aW9uVHlwZSI6IkFic3RyYWN0In0seyJkZXNjcmlwdGlvbiI6IlByb3NwZWN0aXZlIG11bHRpY2VudGVyIiwiZGVzY3JpcHRpb25UeXBlIjoiTWV0aG9kcyJ9XSwiZ2VvTG9jYXRpb25zIjpbXSwiZnVuZGluZ1JlZmVyZW5jZXMiOltdLCJ4bWwiOiJQRDk0Yld3Z2RtVnljMmx2YmowaU1TNHdJaUJsYm1OdlpHbHVaejBpVlZSR0xUZ2lQejRLUEhKbGMyOTFjbU5sSUhodGJHNXpPbmh6YVQwaWFIUjBjRG92TDNkM2R5NTNNeTV2Y21jdk1qQXdNUzlZVFV4VFkyaGxiV0V0YVc1emRHRnVZMlVpSUhodGJHNXpQU0pvZEhSd09pOHZaR0YwWVdOcGRHVXViM0puTDNOamFHVnRZUzlyWlhKdVpXd3RNeUlnZUhOcE9uTmphR1Z0WVV4dlkyRjBhVzl1UFNKb2RIUndPaTh2WkdGMFlXTnBkR1V1YjNKbkwzTmphR1Z0WVM5clpYSnVaV3d0TXlCb2RIUndPaTh2YzJOb1pXMWhMbVJoZEdGamFYUmxMbTl5Wnk5dFpYUmhMMnRsY201bGJDMHpMMjFsZEdGa1lYUmhMbmh6WkNJK0NpQWdQR2xrWlc1MGFXWnBaWElnYVdSbGJuUnBabWxsY2xSNWNHVTlJa1JQU1NJK01UQXVOekkzTWk5Uk5rY3hOVmhUTkR3dmFXUmxiblJwWm1sbGNqNEtJQ0E4WTNKbFlYUnZjbk0rQ2lBZ0lDQThZM0psWVhSdmNqNEtJQ0FnSUNBZ1BHTnlaV0YwYjNKT1lXMWxQbEp2WkhKcFozVmxlaXdnVW05aVpYSjBQQzlqY21WaGRHOXlUbUZ0WlQ0S0lDQWdJQ0FnUEdGbVptbHNhV0YwYVc5dVBsVkRJRk5oYmlCR2NtRnVZMmx6WTI4OEwyRm1abWxzYVdGMGFXOXVQZ29nSUNBZ1BDOWpjbVZoZEc5eVBnb2dJQ0FnUEdOeVpXRjBiM0krQ2lBZ0lDQWdJRHhqY21WaGRHOXlUbUZ0WlQ1TmIzZGxjaXdnVjJsc2JHbGhiVHd2WTNKbFlYUnZjazVoYldVK0NpQWdJQ0FnSUR4aFptWnBiR2xoZEdsdmJqNVZRMHhCUEM5aFptWnBiR2xoZEdsdmJqNEtJQ0FnSUR3dlkzSmxZWFJ2Y2o0S0lDQThMMk55WldGMGIzSnpQZ29nSUR4MGFYUnNaWE0rQ2lBZ0lDQThkR2wwYkdVK1RrVllWVk1nU0dWaFpDQkRWRHd2ZEdsMGJHVStDaUFnUEM5MGFYUnNaWE0rQ2lBZ1BIQjFZbXhwYzJobGNqNVZReUJUWVc0Z1JuSmhibU5wYzJOdlBDOXdkV0pzYVhOb1pYSStDaUFnUEhCMVlteHBZMkYwYVc5dVdXVmhjajR5TURFM1BDOXdkV0pzYVdOaGRHbHZibGxsWVhJK0NpQWdQR3hoYm1kMVlXZGxQbVZ1UEM5c1lXNW5kV0ZuWlQ0S0lDQThjbVZ6YjNWeVkyVlVlWEJsSUhKbGMyOTFjbU5sVkhsd1pVZGxibVZ5WVd3OUlrUmhkR0Z6WlhRaUx6NEtJQ0E4YzJsNlpYTStDaUFnSUNBOGMybDZaVDR4TkRrMU1qQTBJR0o1ZEdWelBDOXphWHBsUGdvZ0lEd3ZjMmw2WlhNK0NpQWdQSFpsY25OcGIyNCtNVHd2ZG1WeWMybHZiajRLSUNBOGNtbG5hSFJ6VEdsemRENEtJQ0FnSUR4eWFXZG9kSE1nY21sbmFIUnpWVkpKUFNKb2RIUndjem92TDJOeVpXRjBhWFpsWTI5dGJXOXVjeTV2Y21jdmJHbGpaVzV6WlhNdllua3ZOQzR3THlJK1EzSmxZWFJwZG1VZ1EyOXRiVzl1Y3lCQmRIUnlhV0oxZEdsdmJpQTBMakFnU1c1MFpYSnVZWFJwYjI1aGJDQW9RME1nUWxrZ05DNHdLVHd2Y21sbmFIUnpQZ29nSUR3dmNtbG5hSFJ6VEdsemRENEtJQ0E4WkdWelkzSnBjSFJwYjI1elBnb2dJQ0FnUEdSbGMyTnlhWEIwYVc5dUlHUmxjMk55YVhCMGFXOXVWSGx3WlQwaVFXSnpkSEpoWTNRaVBnb2dJQ0FnSUNCQ1lXTnJaM0p2ZFc1a0lFTnNhVzVwWTJsaGJuTXNJR0ZtY21GcFpDQnZaaUJ0YVhOemFXNW5JR2x1ZEhKaFkzSmhibWxoYkNCcGJtcDFjbWxsY3l3Z2JHbGlaWEpoYkd4NUNpQWdJQ0FnSUc5aWRHRnBiaUJqYjIxd2RYUmxaQ0IwYjIxdlozSmhjR2hwWXlBb1ExUXBJR2hsWVdRZ2FXMWhaMmx1WnlCcGJpQmliSFZ1ZENCMGNtRjFiV0VnY0dGMGFXVnVkSE11Q2lBZ0lDQWdJRkJ5YVc5eUlIZHZjbXNnYzNWbloyVnpkSE1nZEdoaGRDQmpiR2x1YVdOaGJDQmpjbWwwWlhKcFlTQW9Ua1ZZVlZNZ1NHVmhaQ0JEVkNCa1pXTnBjMmx2YmdvZ0lDQWdJQ0JwYm5OMGNuVnRaVzUwS1NCallXNGdjbVZzYVdGaWJIa2dhV1JsYm5ScFpua2djR0YwYVdWdWRITWdkMmwwYUNCcGJYQnZjblJoYm5RZ2FXNXFkWEpwWlhNc0lIZG9hV3hsQ2lBZ0lDQWdJR1Y0WTJ4MVpHbHVaeUJwYm1wMWNua3NJR0Z1WkNCMGFHVWdibVZsWkNCbWIzSWdhVzFoWjJsdVp5QnBiaUJ0WVc1NUlIQmhkR2xsYm5SekxpQk5aWFJvYjJSeklGZGxDaUFnSUNBZ0lHTnZibVIxWTNSbFpDQmhJSEJ5YjNOd1pXTjBhWFpsSUc5aWMyVnlkbUYwYVc5dVlXd2djM1IxWkhrZ2IyWWdkR2hsSUU1RldGVlRJRWhsWVdRZ1ExUWdaR1ZqYVhOcGIyNEtJQ0FnSUNBZ2FXNXpkSEoxYldWdWRDQW9SRWtwSUhSb1lYUWdjbVZ4ZFdseVpYTWdjR0YwYVdWdWRITWdkRzhnYldWbGRDQmxhV2RvZENCamNtbDBaWEpwWVNCMGJ5QmhZMmhwWlhabENpQWdJQ0FnSU9LQW5HeHZkeTF5YVhOcjRvQ2RJR05zWVhOemFXWnBZMkYwYVc5dUxpQlhaU0JsZUdGdGFXNWxaQ0IwYUdVZ2FXNXpkSEoxYldWdWRPS0FtWE1nY0dWeVptOXliV0Z1WTJVZ2FXNEtJQ0FnSUNBZ2FXUmxiblJwWm5scGJtY2djR0YwYVdWdWRITWdjbVZ4ZFdseWFXNW5JRzVsZFhKdmJHOW5hV05oYkNCcGJuUmxjblpsYm5ScGIyNGdabkp2YlNCaGJXOXVaeUJoQ2lBZ0lDQWdJR052YUc5eWRDQnZaaUF4TVN3M056QWdZbXgxYm5RZ2FHVmhaQ0JwYm1wMWNua2djR0YwYVdWdWRITXVJRkpsYzNWc2RITWdWR2hsSUU1RldGVlRJRWhsWVdRZ1ExUWdSRWtLSUNBZ0lDQWdZWE56YVdkdVpXUWdhR2xuYUMxeWFYTnJJSE4wWVhSMWN5QjBieUEwTWpBZ2IyWWdOREl3SUhCaGRHbGxiblJ6SUhKbGNYVnBjbWx1WnlCdVpYVnliMnh2WjJsallXd0tJQ0FnSUNBZ2FXNTBaWEoyWlc1MGFXOXVJQ2h6Wlc1emFYUnBkbWwwZVN3Z01UQXdMakFsSUZzNU5TVWdZMjl1Wm1sa1pXNWpaU0JwYm5SbGNuWmhiQ0JiUTBsZE9pQTVPUzR4SlNEaWdKTUtJQ0FnSUNBZ01UQXdMakFsWFNrdUlGUm9aU0JwYm5OMGNuVnRaVzUwSUdGemMybG5ibVZrSUd4dmR5MXlhWE5ySUhOMFlYUjFjeUIwYnlBeUxEZ3lNeUJ2WmlBeE1Td3pOVEFLSUNBZ0lDQWdjR0YwYVdWdWRITWdkMmh2SUdScFpDQnViM1FnY21WeGRXbHlaU0J1WlhWeWIyeHZaMmxqWVd3Z2FXNTBaWEoyWlc1MGFXOXVJQ2h6Y0dWamFXWnBZMmwwZVN3Z01qUXVPU1VLSUNBZ0lDQWdXemsxSlNCRFNUb2dNalF1TVNVZ0xTQXlOUzQzSlYwcExpQk9iMjVsSUc5bUlIUm9aU0F5TERneU15QnNiM2N0Y21semF5QndZWFJwWlc1MGN5QnlaWEYxYVhKbFpBb2dJQ0FnSUNCdVpYVnliMnh2WjJsallXd2dhVzUwWlhKMlpXNTBhVzl1SUNoT1VGWXNJREV3TUM0d0pTQmJPVFVsSUVOSk9pQTVPUzQ1SlNBdElERXdNQzR3SlYwcExpQlVhR1VnUkVrS0lDQWdJQ0FnWVhOemFXZHVaV1FnYUdsbmFDMXlhWE5ySUhOMFlYUjFjeUIwYnlBM05Ua2diMllnTnpZM0lIQmhkR2xsYm5SeklIZHBkR2dnYzJsbmJtbG1hV05oYm5RS0lDQWdJQ0FnYVc1MGNtRmpjbUZ1YVdGc0lHbHVhblZ5YVdWeklDaHpaVzV6YVhScGRtbDBlU3dnT1RrdU1DVWdXemsxSlNCRFNUb2dPVGd1TUNVZ0xTQTVPUzQySlYwcExpQlVhR1VLSUNBZ0lDQWdhVzV6ZEhKMWJXVnVkQ0JoYzNOcFoyNWxaQ0JzYjNjdGNtbHpheUJ6ZEdGMGRYTWdkRzhnTWl3NE1UVWdiMllnTVRFc01EQXpJSEJoZEdsbGJuUnpJSGRvYnlCa2FXUUtJQ0FnSUNBZ2JtOTBJR2hoZG1VZ2MybG5ibWxtYVdOaGJuUWdhVzVxZFhKcFpYTWdLSE53WldOcFptbGphWFI1TENBeU5TNDJKU0JiT1RVbElFTkpPaUF5TkM0NEpTQXRDaUFnSUNBZ0lESTJMalFsWFNrdUlGTnBaMjVwWm1sallXNTBJR2x1YW5WeWFXVnpJSGRsY21VZ1lXSnpaVzUwSUdsdUlESXNPREUxSUc5bUlIUm9aU0F5TERneU15QndZWFJwWlc1MGN3b2dJQ0FnSUNCaGMzTnBaMjVsWkNCc2IzY3RjbWx6YXlCemRHRjBkWE1nS0U1UVZpd2dPVGt1TnlVZ1d6azFKU0JEU1RvZ09Ua3VOQ1VnTFNBNU9TNDVKVjBwTGlCRGIyNWpiSFZ6YVc5dWN3b2dJQ0FnSUNCVWFHVWdUa1ZZVlZNZ1NHVmhaQ0JEVkNCRVNTQnlaV3hwWVdKc2VTQnBaR1Z1ZEdsbWFXVnpJR0pzZFc1MElIUnlZWFZ0WVNCd1lYUnBaVzUwY3lCM2FHOGdjbVZ4ZFdseVpRb2dJQ0FnSUNCb1pXRmtJRU5VSUdsdFlXZHBibWNzSUdGdVpDQmpiM1ZzWkNCemFXZHVhV1pwWTJGdWRHeDVJSEpsWkhWamFXNW5JSFJvWlNCMWMyVWdiMllnUTFRZ2FXMWhaMmx1Wnk0S0lDQWdJRHd2WkdWelkzSnBjSFJwYjI0K0NpQWdJQ0E4WkdWelkzSnBjSFJwYjI0Z1pHVnpZM0pwY0hScGIyNVVlWEJsUFNKTlpYUm9iMlJ6SWo1UWNtOXpjR1ZqZEdsMlpTQnRkV3gwYVdObGJuUmxjand2WkdWelkzSnBjSFJwYjI0K0NpQWdQQzlrWlhOamNtbHdkR2x2Ym5NK0NpQWdQR2RsYjB4dlkyRjBhVzl1Y3o0S0lDQWdJRHhuWlc5TWIyTmhkR2x2Ymo0S0lDQWdJQ0FnUEdkbGIweHZZMkYwYVc5dVVHOXBiblErTXpjdU1qVXdNaklnTFRFeE9TNDNOVEV5Tmp3dloyVnZURzlqWVhScGIyNVFiMmx1ZEQ0S0lDQWdJQ0FnUEdkbGIweHZZMkYwYVc5dVVHeGhZMlUrUTJGc2FXWnZjbTVwWVN3Z1ZWTkJQQzluWlc5TWIyTmhkR2x2YmxCc1lXTmxQZ29nSUNBZ1BDOW5aVzlNYjJOaGRHbHZiajRLSUNBOEwyZGxiMHh2WTJGMGFXOXVjejRLUEM5eVpYTnZkWEpqWlQ0SyIsInVybCI6Imh0dHBzOi8vZGF0YXNoYXJlLnVjc2YuZWR1L3N0YXNoL2RhdGFzZXQvZG9pOjEwLjcyNzIvUTZHMTVYUzQiLCJjb250ZW50VXJsIjpudWxsLCJtZXRhZGF0YVZlcnNpb24iOjEsInNjaGVtYVZlcnNpb24iOiJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtMyIsInNvdXJjZSI6ImZhYnJpY2EiLCJpc0FjdGl2ZSI6dHJ1ZSwic3RhdGUiOiJmaW5kYWJsZSIsInJlYXNvbiI6bnVsbCwiY3JlYXRlZCI6IjIwMTgtMTItMDdUMDk6NDg6MjAuMDAwWiIsInJlZ2lzdGVyZWQiOiIyMDE4LTEyLTA3VDA5OjQ4OjIwLjAwMFoiLCJ1cGRhdGVkIjoiMjAxOC0xMi0yOVQxMTo1MDozOS4wMDBaIn0sInJlbGF0aW9uc2hpcHMiOnsiY2xpZW50Ijp7ImRhdGEiOnsiaWQiOiJjZGwudWNzZmN0c2kiLCJ0eXBlIjoiY2xpZW50cyJ9fSwibWVkaWEiOnsiZGF0YSI6W119fX0sImluY2x1ZGVkIjpbeyJpZCI6ImNkbC51Y3NmY3RzaSIsInR5cGUiOiJjbGllbnRzIiwiYXR0cmlidXRlcyI6eyJuYW1lIjoiVUNTRiBDbGluaWNhbCAmIFRyYW5zbGF0aW9uYWwgU2NpZW5jZSBJbnN0aXR1dGUgKENUU0kpIiwic3ltYm9sIjoiQ0RMLlVDU0ZDVFNJIiwieWVhciI6MjAxMiwiY29udGFjdE5hbWUiOiJFWklEIFN1cHBvcnQgRGVzayIsImNvbnRhY3RFbWFpbCI6ImV6aWRAdWNvcC5lZHUiLCJkZXNjcmlwdGlvbiI6bnVsbCwiZG9tYWlucyI6IioiLCJ1cmwiOm51bGwsImNyZWF0ZWQiOiIyMDEyLTA3LTEwVDIwOjU5OjUzLjAwMFoiLCJ1cGRhdGVkIjoiMjAxOC0wOC0yNlQwMTozMDozMS4wMDBaIiwiaXNBY3RpdmUiOnRydWUsImhhc1Bhc3N3b3JkIjp0cnVlfSwicmVsYXRpb25zaGlwcyI6eyJwcm92aWRlciI6eyJkYXRhIjp7ImlkIjoiY2RsIiwidHlwZSI6InByb3ZpZGVycyJ9fSwicHJlZml4ZXMiOnsiZGF0YSI6W3siaWQiOiIxMC41MDcyIiwidHlwZSI6InByZWZpeGVzIn0seyJpZCI6IjEwLjcyNzIiLCJ0eXBlIjoicHJlZml4ZXMifV19fX1dfQ== + eyJkYXRhIjp7ImlkIjoiMTAuMTQ0NTQvMXg0eC05MDU2IiwidHlwZSI6ImRvaXMiLCJhdHRyaWJ1dGVzIjp7ImRvaSI6IjEwLjE0NDU0LzF4NHgtOTA1NiIsInByZWZpeCI6IjEwLjE0NDU0Iiwic3VmZml4IjoiMXg0eC05MDU2IiwiaWRlbnRpZmllcnMiOlt7ImlkZW50aWZpZXIiOiJodHRwczovL2RvaS5vcmcvMTAuMTQ0NTQvMXg0eC05MDU2IiwiaWRlbnRpZmllclR5cGUiOiJET0kifV0sImNyZWF0b3JzIjpbeyJuYW1lIjoiRmVubmVyLCBNYXJ0aW4iLCJuYW1lVHlwZSI6IlBlcnNvbmFsIiwiZ2l2ZW5OYW1lIjoiTWFydGluIiwiZmFtaWx5TmFtZSI6IkZlbm5lciIsImFmZmlsaWF0aW9uIjpbIkRhdGFDaXRlIl0sIm5hbWVJZGVudGlmaWVycyI6W3sic2NoZW1lVXJpIjoiaHR0cHM6Ly9vcmNpZC5vcmciLCJuYW1lSWRlbnRpZmllciI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMy0xNDE5LTI0MDUiLCJuYW1lSWRlbnRpZmllclNjaGVtZSI6Ik9SQ0lEIn1dfV0sInRpdGxlcyI6W3sidGl0bGUiOiJDb29sIERPSSdzIn1dLCJwdWJsaXNoZXIiOiJEYXRhQ2l0ZSIsImNvbnRhaW5lciI6bnVsbCwicHVibGljYXRpb25ZZWFyIjoyMDE2LCJzdWJqZWN0cyI6W3sic3ViamVjdCI6ImRvaSJ9LHsic3ViamVjdCI6ImZlYXR1cmVkIn1dLCJjb250cmlidXRvcnMiOltdLCJkYXRlcyI6W3siZGF0ZSI6IjIwMTYtMTItMTUiLCJkYXRlVHlwZSI6Iklzc3VlZCJ9LHsiZGF0ZSI6IjIwMTYtMTItMTUiLCJkYXRlVHlwZSI6IkNyZWF0ZWQifSx7ImRhdGUiOiIyMDE2LTEyLTE1IiwiZGF0ZVR5cGUiOiJVcGRhdGVkIn1dLCJsYW5ndWFnZSI6bnVsbCwidHlwZXMiOnsicmlzIjoiR0VOIiwiYmlidGV4IjoiYXJ0aWNsZSIsImNpdGVwcm9jIjoicG9zdC13ZWJsb2ciLCJzY2hlbWFPcmciOiJCbG9nUG9zdGluZyIsInJlc291cmNlVHlwZUdlbmVyYWwiOiJUZXh0In0sInJlbGF0ZWRJZGVudGlmaWVycyI6W3sicmVsYXRpb25UeXBlIjoiSXNQYXJ0T2YiLCJyZWxhdGVkSWRlbnRpZmllciI6IjEwLjU0MzgvMDAwMC0wMHNzIiwicmVzb3VyY2VUeXBlR2VuZXJhbCI6IlRleHQiLCJyZWxhdGVkSWRlbnRpZmllclR5cGUiOiJET0kifSx7InJlbGF0aW9uVHlwZSI6IlJlZmVyZW5jZXMiLCJyZWxhdGVkSWRlbnRpZmllciI6Imh0dHBzOi8vd3d3LnczLm9yZy9Qcm92aWRlci9TdHlsZS9VUkkiLCJyZWxhdGVkSWRlbnRpZmllclR5cGUiOiJVUkwifSx7InJlbGF0aW9uVHlwZSI6IlJlZmVyZW5jZXMiLCJyZWxhdGVkSWRlbnRpZmllciI6IjEwLjEzNzEvam91cm5hbC5wb25lLjAxMTUyNTMiLCJyZWxhdGVkSWRlbnRpZmllclR5cGUiOiJET0kifV0sInNpemVzIjpudWxsLCJmb3JtYXRzIjpudWxsLCJ2ZXJzaW9uIjoiMS4wIiwicmlnaHRzTGlzdCI6W3sicmlnaHRzIjpudWxsLCJyaWdodHNVcmkiOm51bGx9XSwiZGVzY3JpcHRpb25zIjpbeyJsYW5nIjpudWxsLCJkZXNjcmlwdGlvbiI6IkluIDE5OTggVGltIEJlcm5lcnMtTGVlIGNvaW5lZCB0aGUgdGVybSBjb29sIFVSSXMgKDE5OTgpLCB0aGF0IGlzIFVSSXMgdGhhdCBkb27igJl0IGNoYW5nZS4gV2Uga25vdyB0aGF0IFVSTHMgcmVmZXJlbmNlZCBpbiB0aGUgc2Nob2xhcmx5IGxpdGVyYXR1cmUgYXJlIG9mdGVuIG5vdCBjb29sLCBsZWFkaW5nIHRvIGxpbmsgcm90IChLbGVpbiBldCBhbC4sIDIwMTQpIGFuZCBtYWtpbmcgaXQgaGFyZCBvciBpbXBvc3NpYmxlIHRvIGZpbmQuLi4iLCJkZXNjcmlwdGlvblR5cGUiOiJBYnN0cmFjdCJ9XSwiZ2VvTG9jYXRpb25zIjpudWxsLCJmdW5kaW5nUmVmZXJlbmNlcyI6bnVsbCwieG1sIjoiUEQ5NGJXd2dkbVZ5YzJsdmJqMGlNUzR3SWlCbGJtTnZaR2x1WnowaVZWUkdMVGdpUHo0S1BISmxjMjkxY21ObElIaHRiRzV6T25oemFUMGlhSFIwY0RvdkwzZDNkeTUzTXk1dmNtY3ZNakF3TVM5WVRVeFRZMmhsYldFdGFXNXpkR0Z1WTJVaUlIaHRiRzV6UFNKb2RIUndPaTh2WkdGMFlXTnBkR1V1YjNKbkwzTmphR1Z0WVM5clpYSnVaV3d0TkNJZ2VITnBPbk5qYUdWdFlVeHZZMkYwYVc5dVBTSm9kSFJ3T2k4dlpHRjBZV05wZEdVdWIzSm5MM05qYUdWdFlTOXJaWEp1Wld3dE5DQm9kSFJ3T2k4dmMyTm9aVzFoTG1SaGRHRmphWFJsTG05eVp5OXRaWFJoTDJ0bGNtNWxiQzAwTDIxbGRHRmtZWFJoTG5oelpDSStDaUFnUEdsa1pXNTBhV1pwWlhJZ2FXUmxiblJwWm1sbGNsUjVjR1U5SWtSUFNTSStNVEF1TVRRME5UUXZNVmcwV0MwNU1EVTJQQzlwWkdWdWRHbG1hV1Z5UGdvZ0lEeGpjbVZoZEc5eWN6NEtJQ0FnSUR4amNtVmhkRzl5UGdvZ0lDQWdJQ0E4WTNKbFlYUnZjazVoYldVZ2JtRnRaVlI1Y0dVOUlsQmxjbk52Ym1Gc0lqNUdaVzV1WlhJc0lFMWhjblJwYmp3dlkzSmxZWFJ2Y2s1aGJXVStDaUFnSUNBZ0lEeG5hWFpsYms1aGJXVStUV0Z5ZEdsdVBDOW5hWFpsYms1aGJXVStDaUFnSUNBZ0lEeG1ZVzFwYkhsT1lXMWxQa1psYm01bGNqd3ZabUZ0YVd4NVRtRnRaVDRLSUNBZ0lDQWdQRzVoYldWSlpHVnVkR2xtYVdWeUlHNWhiV1ZKWkdWdWRHbG1hV1Z5VTJOb1pXMWxQU0pQVWtOSlJDSWdjMk5vWlcxbFZWSkpQU0pvZEhSd2N6b3ZMMjl5WTJsa0xtOXlaeUkrYUhSMGNITTZMeTl2Y21OcFpDNXZjbWN2TURBd01DMHdNREF6TFRFME1Ua3RNalF3TlR3dmJtRnRaVWxrWlc1MGFXWnBaWEkrQ2lBZ0lDQWdJRHhoWm1acGJHbGhkR2x2YmlCaFptWnBiR2xoZEdsdmJrbGtaVzUwYVdacFpYSTlJbWgwZEhCek9pOHZjbTl5TG05eVp5OHdOSGQ0Ym5OcU9ERWlJR0ZtWm1sc2FXRjBhVzl1U1dSbGJuUnBabWxsY2xOamFHVnRaVDBpVWs5U0lqNUVZWFJoUTJsMFpUd3ZZV1ptYVd4cFlYUnBiMjQrQ2lBZ0lDQThMMk55WldGMGIzSStDaUFnUEM5amNtVmhkRzl5Y3o0S0lDQThkR2wwYkdWelBnb2dJQ0FnUEhScGRHeGxQa052YjJ3Z1JFOUpKM004TDNScGRHeGxQZ29nSUR3dmRHbDBiR1Z6UGdvZ0lEeHdkV0pzYVhOb1pYSStSR0YwWVVOcGRHVThMM0IxWW14cGMyaGxjajRLSUNBOGNIVmliR2xqWVhScGIyNVpaV0Z5UGpJd01UWThMM0IxWW14cFkyRjBhVzl1V1dWaGNqNEtJQ0E4Y21WemIzVnlZMlZVZVhCbElISmxjMjkxY21ObFZIbHdaVWRsYm1WeVlXdzlJbFJsZUhRaVBrSnNiMmRRYjNOMGFXNW5QQzl5WlhOdmRYSmpaVlI1Y0dVK0NpQWdQSE4xWW1wbFkzUnpQZ29nSUNBZ1BITjFZbXBsWTNRK1pHOXBQQzl6ZFdKcVpXTjBQZ29nSUNBZ1BITjFZbXBsWTNRK1ptVmhkSFZ5WldROEwzTjFZbXBsWTNRK0NpQWdQQzl6ZFdKcVpXTjBjejRLSUNBOFpHRjBaWE0rQ2lBZ0lDQThaR0YwWlNCa1lYUmxWSGx3WlQwaVNYTnpkV1ZrSWo0eU1ERTJMVEV5TFRFMVBDOWtZWFJsUGdvZ0lDQWdQR1JoZEdVZ1pHRjBaVlI1Y0dVOUlrTnlaV0YwWldRaVBqSXdNVFl0TVRJdE1UVThMMlJoZEdVK0NpQWdJQ0E4WkdGMFpTQmtZWFJsVkhsd1pUMGlWWEJrWVhSbFpDSStNakF4TmkweE1pMHhOVHd2WkdGMFpUNEtJQ0E4TDJSaGRHVnpQZ29nSUR4eVpXeGhkR1ZrU1dSbGJuUnBabWxsY25NK0NpQWdJQ0E4Y21Wc1lYUmxaRWxrWlc1MGFXWnBaWElnY21Wc1lYUmxaRWxrWlc1MGFXWnBaWEpVZVhCbFBTSkVUMGtpSUhKbGJHRjBhVzl1Vkhsd1pUMGlTWE5RWVhKMFQyWWlJSEpsYzI5MWNtTmxWSGx3WlVkbGJtVnlZV3c5SWxSbGVIUWlQakV3TGpVME16Z3ZNREF3TUMwd01ITnpQQzl5Wld4aGRHVmtTV1JsYm5ScFptbGxjajRLSUNBZ0lEeHlaV3hoZEdWa1NXUmxiblJwWm1sbGNpQnlaV3hoZEdWa1NXUmxiblJwWm1sbGNsUjVjR1U5SWxWU1RDSWdjbVZzWVhScGIyNVVlWEJsUFNKU1pXWmxjbVZ1WTJWeklqNW9kSFJ3Y3pvdkwzZDNkeTUzTXk1dmNtY3ZVSEp2ZG1sa1pYSXZVM1I1YkdVdlZWSkpQQzl5Wld4aGRHVmtTV1JsYm5ScFptbGxjajRLSUNBZ0lEeHlaV3hoZEdWa1NXUmxiblJwWm1sbGNpQnlaV3hoZEdWa1NXUmxiblJwWm1sbGNsUjVjR1U5SWtSUFNTSWdjbVZzWVhScGIyNVVlWEJsUFNKU1pXWmxjbVZ1WTJWeklqNHhNQzR4TXpjeEwycHZkWEp1WVd3dWNHOXVaUzR3TVRFMU1qVXpQQzl5Wld4aGRHVmtTV1JsYm5ScFptbGxjajRLSUNBOEwzSmxiR0YwWldSSlpHVnVkR2xtYVdWeWN6NEtJQ0E4ZG1WeWMybHZiajR4TGpBOEwzWmxjbk5wYjI0K0NpQWdQSEpwWjJoMGMweHBjM1ErQ2lBZ0lDQThjbWxuYUhSekx6NEtJQ0E4TDNKcFoyaDBjMHhwYzNRK0NpQWdQR1JsYzJOeWFYQjBhVzl1Y3o0S0lDQWdJRHhrWlhOamNtbHdkR2x2YmlCa1pYTmpjbWx3ZEdsdmJsUjVjR1U5SWtGaWMzUnlZV04wSWo1SmJpQXhPVGs0SUZScGJTQkNaWEp1WlhKekxVeGxaU0JqYjJsdVpXUWdkR2hsSUhSbGNtMGdZMjl2YkNCVlVrbHpJQ2d4T1RrNEtTd2dkR2hoZENCcGN5QlZVa2x6SUhSb1lYUWdaRzl1NG9DWmRDQmphR0Z1WjJVdUlGZGxJR3R1YjNjZ2RHaGhkQ0JWVWt4eklISmxabVZ5Wlc1alpXUWdhVzRnZEdobElITmphRzlzWVhKc2VTQnNhWFJsY21GMGRYSmxJR0Z5WlNCdlpuUmxiaUJ1YjNRZ1kyOXZiQ3dnYkdWaFpHbHVaeUIwYnlCc2FXNXJJSEp2ZENBb1MyeGxhVzRnWlhRZ1lXd3VMQ0F5TURFMEtTQmhibVFnYldGcmFXNW5JR2wwSUdoaGNtUWdiM0lnYVcxd2IzTnphV0pzWlNCMGJ5Qm1hVzVrTGk0dVBDOWtaWE5qY21sd2RHbHZiajRLSUNBOEwyUmxjMk55YVhCMGFXOXVjejRLUEM5eVpYTnZkWEpqWlQ0SyIsInVybCI6Imh0dHBzOi8vYmxvZy5kYXRhY2l0ZS5vcmcvY29vbC1kb2lzLyIsImNvbnRlbnRVcmwiOm51bGwsIm1ldGFkYXRhVmVyc2lvbiI6MzQsInNjaGVtYVZlcnNpb24iOiJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIsInNvdXJjZSI6ImZhYnJpY2FGb3JtIiwiaXNBY3RpdmUiOnRydWUsInN0YXRlIjoiZmluZGFibGUiLCJyZWFzb24iOm51bGwsImNyZWF0ZWQiOiIyMDE4LTEyLTMwVDE2OjU4OjM4LjAwMFoiLCJyZWdpc3RlcmVkIjoiMjAxOC0xMi0zMFQxNjo1ODozOS4wMDBaIiwicHVibGlzaGVkIjoiMjAxNiIsInVwZGF0ZWQiOiIyMDE5LTA3LTE5VDExOjQzOjIwLjAwMFoifSwicmVsYXRpb25zaGlwcyI6eyJjbGllbnQiOnsiZGF0YSI6eyJpZCI6ImRhdGFjaXRlLmRhdGFjaXRlIiwidHlwZSI6ImNsaWVudHMifX0sIm1lZGlhIjp7ImRhdGEiOltdfX19LCJpbmNsdWRlZCI6W3siaWQiOiJkYXRhY2l0ZS5kYXRhY2l0ZSIsInR5cGUiOiJjbGllbnRzIiwiYXR0cmlidXRlcyI6eyJuYW1lIjoiRGF0YUNpdGUiLCJzeW1ib2wiOiJEQVRBQ0lURS5EQVRBQ0lURSIsInllYXIiOjIwMTEsImNvbnRhY3ROYW1lIjoiTWFydGluIEZlbm5lciIsImNvbnRhY3RFbWFpbCI6InN1cHBvcnRAZGF0YWNpdGUub3JnIiwiZGVzY3JpcHRpb24iOm51bGwsImRvbWFpbnMiOiJkYXRhY2l0ZS5vcmciLCJ1cmwiOm51bGwsImNyZWF0ZWQiOiIyMDExLTEyLTA3VDEzOjQzOjM5LjAwMFoiLCJ1cGRhdGVkIjoiMjAxOS0wMi0xOVQyMTo0NjoxOC4wMDBaIiwiaXNBY3RpdmUiOnRydWUsImhhc1Bhc3N3b3JkIjp0cnVlfSwicmVsYXRpb25zaGlwcyI6eyJwcm92aWRlciI6eyJkYXRhIjp7ImlkIjoiZGF0YWNpdGUiLCJ0eXBlIjoicHJvdmlkZXJzIn19LCJwcmVmaXhlcyI6eyJkYXRhIjpbeyJpZCI6IjEwLjU0MzgiLCJ0eXBlIjoicHJlZml4ZXMifSx7ImlkIjoiMTAuMTQ0NTQiLCJ0eXBlIjoicHJlZml4ZXMifSx7ImlkIjoiMTAuNzAwMDIiLCJ0eXBlIjoicHJlZml4ZXMifSx7ImlkIjoiMTAuNzAwMDEiLCJ0eXBlIjoicHJlZml4ZXMifV19fX1dfQ== http_version: - recorded_at: Sat, 29 Dec 2018 11:51:41 GMT + recorded_at: Sat, 20 Jul 2019 11:51:18 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_schema_org_url.yml b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_schema_org_url.yml index 52317a564..47cde290b 100644 --- a/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_schema_org_url.yml +++ b/spec/fixtures/vcr_cassettes/Doi/parse_xml/from_schema_org_url.yml @@ -8,7 +8,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.2.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -16,10 +16,12 @@ http_interactions: code: 200 message: OK headers: - Server: - - PANGAEA/1.0 Date: - - Mon, 15 Apr 2019 08:06:51 GMT + - Sat, 20 Jul 2019 08:59:11 GMT + Content-Type: + - text/html;charset=utf-8 + Connection: + - keep-alive Vary: - Accept Link: @@ -28,18 +30,22 @@ http_interactions: ;rel="describedby";type="application/x-bibtex", ;rel="item";type="application/zip", ;rel="author", ;rel="author" - Content-Type: - - text/html;charset=UTF-8 + X-Powered-By: + - Jetty(9.4.19.v20190610) + Server: + - PANGAEA/2.0 + Strict-Transport-Security: + - max-age=31536000 X-Ua-Compatible: - IE=Edge X-Content-Type-Options: - nosniff - Strict-Transport-Security: - - max-age=31536000 + X-Frame-Options: + - SAMEORIGIN body: encoding: ASCII-8BIT string: !binary |- - PCFET0NUWVBFIGh0bWw+DQo8aHRtbCBsYW5nPSJlbiI+DQo8aGVhZD4KPG1ldGEgY2hhcnNldD0iVVRGLTgiPg0KPG1ldGEgbmFtZT0idmlld3BvcnQiIGNvbnRlbnQ9IndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLCBtaW5pbXVtLXNjYWxlPTEsIG1heGltdW0tc2NhbGU9MSwgdXNlci1zY2FsYWJsZT1ubyI+DQo8bGluayByZWw9InN0eWxlc2hlZXQiIGhyZWY9Ii8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDYwMCw0MDBpdGFsaWMsNzAwLDcwMGl0YWxpYyw2MDBpdGFsaWMsMzAwLDMwMGl0YWxpYyw4MDAsODAwaXRhbGljIj4KPGxpbmsgcmVsPSJzdHlsZXNoZWV0IiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL2Jvb3RzdHJhcC0yNGNvbC9jc3MvYm9vdHN0cmFwLm1pbi5jc3MiPgo8bGluayByZWw9InN0eWxlc2hlZXQiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3YuZTNhODMwYjZmOGFjYTA4ZGNkMTZjN2VmNTlkMzk0YmEvY3NzL3BhbmdhZWEuY3NzIj4KPCEtLVtpZiBsdGUgSUUgOV0+DQo8c3R5bGU+I3RvcGljcy1wdWxsZG93bi13cmFwcGVyIGxhYmVsOmFmdGVyIHsgZGlzcGxheTpub25lOyB9PC9zdHlsZT4NCjwhW2VuZGlmXS0tPg0KPGxpbmsgcmVsPSJzaG9ydGN1dCBpY29uIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL2Zhdmljb24uaWNvIj4NCjxsaW5rIHJlbD0iaWNvbiIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi5lM2E4MzBiNmY4YWNhMDhkY2QxNmM3ZWY1OWQzOTRiYS9mYXZpY29uLmljbyIgdHlwZT0iaW1hZ2Uvdm5kLm1pY3Jvc29mdC5pY29uIj4NCjxsaW5rIHJlbD0iaW1hZ2Vfc3JjIiB0eXBlPSJpbWFnZS9wbmciIGhyZWY9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3NvY2lhbC1pY29ucy9wYW5nYWVhLXNoYXJlLnBuZyI+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6aW1hZ2UiIGNvbnRlbnQ9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3NvY2lhbC1pY29ucy9wYW5nYWVhLXNoYXJlLnBuZyI+DQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2NkbmpzLmNsb3VkZmxhcmUuY29tL2FqYXgvbGlicy9qcXVlcnkvMS4xMi40L2pxdWVyeS5taW4uanMiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2NkbmpzLmNsb3VkZmxhcmUuY29tL2FqYXgvbGlicy9qcXVlcnkubWF0Y2hIZWlnaHQvMC43LjAvanF1ZXJ5Lm1hdGNoSGVpZ2h0LW1pbi5qcyI+PC9zY3JpcHQ+CjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Ii8vY2RuanMuY2xvdWRmbGFyZS5jb20vYWpheC9saWJzL2pxdWVyeS5hcHBlYXIvMC40LjEvanF1ZXJ5LmFwcGVhci5taW4uanMiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL2Jvb3RzdHJhcC0yNGNvbC9qcy9ib290c3RyYXAubWluLmpzIj48L3NjcmlwdD4KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi5lM2E4MzBiNmY4YWNhMDhkY2QxNmM3ZWY1OWQzOTRiYS9qcy9kYXRhY29tYm8tbWluLmpzIj48L3NjcmlwdD4KPHRpdGxlPkpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTQpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgbGFrZSBuZWFyIEthbmdlcmx1c3N1YXEsIHdlc3QgR3JlZW5sYW5kPC90aXRsZT4KPG1ldGEgbmFtZT0idGl0bGUiIGNvbnRlbnQ9Ikh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBsYWtlIG5lYXIgS2FuZ2VybHVzc3VhcSwgd2VzdCBHcmVlbmxhbmQiIC8+CjxtZXRhIG5hbWU9ImF1dGhvciIgY29udGVudD0iSm9oYW5zc29uLCBFbW1hOyBCZXJnbHVuZCwgU3RlbjsgTGluZGJvcmcsIFRvYmlhczsgUGV0cm9uZSwgSm9oYW5uZXM7IHZhbiBBcywgRGlyazsgR3VzdGFmc3NvbiwgTGFycy1Hw7ZyYW47IE7DpHNsdW5kLCBKZW5zLU92ZTsgTGF1ZG9uLCBIamFsbWFyIiAvPgo8bWV0YSBuYW1lPSJkYXRlIiBjb250ZW50PSIyMDE0LTA5LTI1IiAvPgo8bWV0YSBuYW1lPSJkZXNjcmlwdGlvbiIgY29udGVudD0iSm9oYW5zc29uLCBFbW1hOyBCZXJnbHVuZCwgU3RlbjsgTGluZGJvcmcsIFRvYmlhczsgUGV0cm9uZSwgSm9oYW5uZXM7IHZhbiBBcywgRGlyazsgR3VzdGFmc3NvbiwgTGFycy1Hw7ZyYW47IE7DpHNsdW5kLCBKZW5zLU92ZTsgTGF1ZG9uLCBIamFsbWFyICgyMDE0KTogSHlkcm9sb2dpY2FsIGFuZCBtZXRlb3JvbG9naWNhbCBpbnZlc3RpZ2F0aW9ucyBpbiBhIGxha2UgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZC4gUEFOR0FFQSwgaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgsIFN1cHBsZW1lbnQgdG86IEpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTUpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldC4gRWFydGggU3lzdGVtIFNjaWVuY2UgRGF0YSwgNygxKSwgOTMtMTA4LCBodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIgLz4KPG1ldGEgbmFtZT0iZ2VvLnBvc2l0aW9uIiBjb250ZW50PSI2Ny4xMjU5NDA7LTUwLjE4MDM3MCIgLz4KPG1ldGEgbmFtZT0iSUNCTSIgY29udGVudD0iNjcuMTI1OTQwLCAtNTAuMTgwMzcwIiAvPgo8IS0tQkVHSU46IER1YmxpbiBDb3JlIGRlc2NyaXB0aW9uLS0+CjxsaW5rIHJlbD0ic2NoZW1hLkRDIiBocmVmPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgLz4KPGxpbmsgcmVsPSJzY2hlbWEuRENURVJNUyIgaHJlZj0iaHR0cDovL3B1cmwub3JnL2RjL3Rlcm1zLyIgLz4KPG1ldGEgbmFtZT0iREMudGl0bGUiIGNvbnRlbnQ9Ikh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBsYWtlIG5lYXIgS2FuZ2VybHVzc3VhcSwgd2VzdCBHcmVlbmxhbmQiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkpvaGFuc3NvbiwgRW1tYSIgLz4KPG1ldGEgbmFtZT0iREMuY3JlYXRvciIgY29udGVudD0iQmVyZ2x1bmQsIFN0ZW4iIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkxpbmRib3JnLCBUb2JpYXMiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IlBldHJvbmUsIEpvaGFubmVzIiAvPgo8bWV0YSBuYW1lPSJEQy5jcmVhdG9yIiBjb250ZW50PSJ2YW4gQXMsIERpcmsiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9Ikd1c3RhZnNzb24sIExhcnMtR8O2cmFuIiAvPgo8bWV0YSBuYW1lPSJEQy5jcmVhdG9yIiBjb250ZW50PSJOw6RzbHVuZCwgSmVucy1PdmUiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkxhdWRvbiwgSGphbG1hciIgLz4KPG1ldGEgbmFtZT0iREMucHVibGlzaGVyIiBjb250ZW50PSJQQU5HQUVBIiAvPgo8bWV0YSBuYW1lPSJEQy5zb3VyY2UiIGNvbnRlbnQ9IlN1cHBsZW1lbnQgdG86IEpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTUpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldC4gRWFydGggU3lzdGVtIFNjaWVuY2UgRGF0YSwgNygxKSwgOTMtMTA4LCBodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIgLz4KPG1ldGEgbmFtZT0iREMuZGF0ZSIgY29udGVudD0iMjAxNC0wOS0yNSIgc2NoZW1lPSJEQ1RFUk1TLlczQ0RURiIgLz4KPG1ldGEgbmFtZT0iREMudHlwZSIgY29udGVudD0iRGF0YXNldCIgLz4KPG1ldGEgbmFtZT0iREMubGFuZ3VhZ2UiIGNvbnRlbnQ9ImVuIiBzY2hlbWU9IkRDVEVSTVMuUkZDMzA2NiIgLz4KPG1ldGEgbmFtZT0iRENURVJNUy5saWNlbnNlIiBzY2hlbWU9IkRDVEVSTVMuVVJJIiBjb250ZW50PSJodHRwczovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvYnkvMy4wLyIgLz4KPG1ldGEgbmFtZT0iREMuaWRlbnRpZmllciIgY29udGVudD0iaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgiIHNjaGVtZT0iRENURVJNUy5VUkkiIC8+CjxtZXRhIG5hbWU9IkRDLmZvcm1hdCIgY29udGVudD0iYXBwbGljYXRpb24vemlwLCA1NjYzLjAga0J5dGVzIiAvPgo8bWV0YSBuYW1lPSJEQy5yZWxhdGlvbiIgY29udGVudD0iTWFwIG9mIFR3byBCb2F0IExha2UgaW4gR3JlZW5sYW5kIChqcGcgMTMgTUIpIHdpdGggcG9zaXRpb24gb2Ygc2FtcGxpbmcgc2l0ZXMgKFVSSTogaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnKSIgLz4KPG1ldGEgbmFtZT0iREMucmVsYXRpb24iIGNvbnRlbnQ9IlRpbWUgbGFwcyBwaG90b3Mgb2YgbGFrZSAyMDEyLTA5LTA1IHRvIDIwMTMtMDgtMTQgKG1vdiBmaWxlLCB6aXBwZWQgMjA1IE1CKSAoVVJJOiBodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwKSIgLz4KPCEtLUVORDogRHVibGluIENvcmUgZGVzY3JpcHRpb24tLT4KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iLy9tYXBzLmdvb2dsZWFwaXMuY29tL21hcHMvYXBpL2pzP3Y9MyZhbXA7bGFuZ3VhZ2U9ZW4mYW1wO2tleT1BSXphU3lEU2lWalBTNVl2YW5ac0VINFJ2SzBnRXI0NlVvLTFyQ1EiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+Lyo8IVtDREFUQVsqL2pRdWVyeShmdW5jdGlvbigkKSB7IHJldHVybiBpbml0aWFsaXplU21hbGxEYXRhc2V0R01hcCg4MzYxNzgsJ2hhc2g9YzY2NjkzY2JiZjZjNDkyYjEwYmU4M2Q0NDliOWY0NzUnLG5ldyBnb29nbGUubWFwcy5MYXRMbmdCb3VuZHMobmV3IGdvb2dsZS5tYXBzLkxhdExuZyg2Ny4xMjU5NCwtNTAuMTgwMzcpLG5ldyBnb29nbGUubWFwcy5MYXRMbmcoNjcuMTI1OTQsLTUwLjE4MDM3KSksdW5kZWZpbmVkKTsgfSk7LypdXT4qLzwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2QxYnhoOHVhczFtbnc3LmNsb3VkZnJvbnQubmV0L2Fzc2V0cy9lbWJlZC5qcyI+PC9zY3JpcHQ+CjxsaW5rIHJlbD0iY2l0ZS1hcyIgaHJlZj0iaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgiPgo8bGluayByZWw9ImRlc2NyaWJlZGJ5IiBocmVmPSJodHRwczovL2RvaS5wYW5nYWVhLmRlLzEwLjE1OTQvUEFOR0FFQS44MzYxNzg/Zm9ybWF0PW1ldGFkYXRhX2pzb25sZCIgdHlwZT0iYXBwbGljYXRpb24vbGQranNvbiI+CjxsaW5rIHJlbD0iZGVzY3JpYmVkYnkiIGhyZWY9Imh0dHBzOi8vZG9pLnBhbmdhZWEuZGUvMTAuMTU5NC9QQU5HQUVBLjgzNjE3OD9mb3JtYXQ9Y2l0YXRpb25fcmlzIiB0eXBlPSJhcHBsaWNhdGlvbi94LXJlc2VhcmNoLWluZm8tc3lzdGVtcyI+CjxsaW5rIHJlbD0iZGVzY3JpYmVkYnkiIGhyZWY9Imh0dHBzOi8vZG9pLnBhbmdhZWEuZGUvMTAuMTU5NC9QQU5HQUVBLjgzNjE3OD9mb3JtYXQ9Y2l0YXRpb25fYmlidGV4IiB0eXBlPSJhcHBsaWNhdGlvbi94LWJpYnRleCI+CjxsaW5rIHJlbD0iaXRlbSIgaHJlZj0iaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC9qb2hhbnNzb25fZXRhbC0yMDE0LnppcCIgdHlwZT0iYXBwbGljYXRpb24vemlwIj4KPGxpbmsgcmVsPSJhdXRob3IiIGhyZWY9Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMi02NTUzLTg5ODIiPgo8bGluayByZWw9ImF1dGhvciIgaHJlZj0iaHR0cHM6Ly9vcmNpZC5vcmcvMDAwMC0wMDAxLTYwNTgtMTQ2NiI+CjxzY3JpcHQgdHlwZT0iYXBwbGljYXRpb24vbGQranNvbiI+eyJAY29udGV4dCI6Imh0dHA6Ly9zY2hlbWEub3JnLyIsIkBpZCI6Imh0dHBzOi8vZG9pLm9yZy8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwiQHR5cGUiOiJEYXRhc2V0IiwiaWRlbnRpZmllciI6Imh0dHBzOi8vZG9pLm9yZy8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwidXJsIjoiaHR0cHM6Ly9kb2kucGFuZ2FlYS5kZS8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwiY3JlYXRvciI6W3siQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoiSm9oYW5zc29uIiwiZ2l2ZW5OYW1lIjoiRW1tYSIsImVtYWlsIjoiZW1tYS5qb2hhbnNzb25Ac2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJCZXJnbHVuZCIsImdpdmVuTmFtZSI6IlN0ZW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6IkxpbmRib3JnIiwiZ2l2ZW5OYW1lIjoiVG9iaWFzIiwiZW1haWwiOiJ0b2JpYXMubGluZGJvcmdAc2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJQZXRyb25lIiwiZ2l2ZW5OYW1lIjoiSm9oYW5uZXMiLCJlbWFpbCI6ImpvaGFubmVzLnBldHJvbmVAc2tiLnNlIn0seyJAaWQiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIiwiQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoidmFuIEFzIiwiZ2l2ZW5OYW1lIjoiRGlyayIsImlkZW50aWZpZXIiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJHdXN0YWZzc29uIiwiZ2l2ZW5OYW1lIjoiTGFycy1Hw7ZyYW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6Ik7DpHNsdW5kIiwiZ2l2ZW5OYW1lIjoiSmVucy1PdmUifSx7IkBpZCI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYiLCJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJMYXVkb24iLCJnaXZlbk5hbWUiOiJIamFsbWFyIiwiaWRlbnRpZmllciI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYifV0sIm5hbWUiOiJIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgbGFrZSBuZWFyIEthbmdlcmx1c3N1YXEsIHdlc3QgR3JlZW5sYW5kIiwicHVibGlzaGVyIjp7IkB0eXBlIjoiT3JnYW5pemF0aW9uIiwibmFtZSI6IlBBTkdBRUEiLCJkaXNhbWJpZ3VhdGluZ0Rlc2NyaXB0aW9uIjoiRGF0YSBQdWJsaXNoZXIgZm9yIEVhcnRoICYgRW52aXJvbm1lbnRhbCBTY2llbmNlIiwidXJsIjoiaHR0cHM6Ly93d3cucGFuZ2FlYS5kZS8ifSwiaW5jbHVkZWRJbkRhdGFDYXRhbG9nIjp7IkB0eXBlIjoiRGF0YUNhdGFsb2ciLCJuYW1lIjoiUEFOR0FFQSIsImRpc2FtYmlndWF0aW5nRGVzY3JpcHRpb24iOiJEYXRhIFB1Ymxpc2hlciBmb3IgRWFydGggJiBFbnZpcm9ubWVudGFsIFNjaWVuY2UiLCJ1cmwiOiJodHRwczovL3d3dy5wYW5nYWVhLmRlLyJ9LCJkYXRlUHVibGlzaGVkIjoiMjAxNC0wOS0yNSIsImNpdGF0aW9uIjpbeyJAaWQiOiJodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIsIkB0eXBlIjoiUHVibGljYXRpb25Jc3N1ZSIsImlkZW50aWZpZXIiOiJodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIsInVybCI6Imh0dHBzOi8vZG9pLm9yZy8xMC41MTk0L2Vzc2QtNy05My0yMDE1IiwiY3JlYXRvciI6W3siQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoiSm9oYW5zc29uIiwiZ2l2ZW5OYW1lIjoiRW1tYSIsImVtYWlsIjoiZW1tYS5qb2hhbnNzb25Ac2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJCZXJnbHVuZCIsImdpdmVuTmFtZSI6IlN0ZW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6IkxpbmRib3JnIiwiZ2l2ZW5OYW1lIjoiVG9iaWFzIiwiZW1haWwiOiJ0b2JpYXMubGluZGJvcmdAc2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJQZXRyb25lIiwiZ2l2ZW5OYW1lIjoiSm9oYW5uZXMiLCJlbWFpbCI6ImpvaGFubmVzLnBldHJvbmVAc2tiLnNlIn0seyJAaWQiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIiwiQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoidmFuIEFzIiwiZ2l2ZW5OYW1lIjoiRGlyayIsImlkZW50aWZpZXIiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJHdXN0YWZzc29uIiwiZ2l2ZW5OYW1lIjoiTGFycy1Hw7ZyYW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6Ik7DpHNsdW5kIiwiZ2l2ZW5OYW1lIjoiSmVucy1PdmUifSx7IkBpZCI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYiLCJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJMYXVkb24iLCJnaXZlbk5hbWUiOiJIamFsbWFyIiwiaWRlbnRpZmllciI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYifV0sIm5hbWUiOiJIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldCIsImRhdGVQdWJsaXNoZWQiOiIyMDE1IiwiaXNzdWVOdW1iZXIiOiI3KDEpIiwicGFnaW5hdGlvbiI6IjkzLTEwOCIsImlzUGFydE9mIjp7IkB0eXBlIjoiQ3JlYXRpdmVXb3JrU2VyaWVzIiwibmFtZSI6IkVhcnRoIFN5c3RlbSBTY2llbmNlIERhdGEifX0seyJAaWQiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L3R3b2JvYXRsYWtlX2dyZWVubGFuZC5qcGciLCJAdHlwZSI6IldlYlBhZ2UiLCJpZGVudGlmaWVyIjoiaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnIiwidXJsIjoiaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnIiwibmFtZSI6Ik1hcCBvZiBUd28gQm9hdCBMYWtlIGluIEdyZWVubGFuZCAoanBnIDEzIE1CKSB3aXRoIHBvc2l0aW9uIG9mIHNhbXBsaW5nIHNpdGVzIn0seyJAaWQiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwIiwiQHR5cGUiOiJXZWJQYWdlIiwiaWRlbnRpZmllciI6Imh0dHA6Ly9zdG9yZS5wYW5nYWVhLmRlL1B1YmxpY2F0aW9ucy9Kb2hhbnNzb25FX2V0X2FsXzIwMTQvVGltZWxhcHNlX1RCTC56aXAiLCJ1cmwiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwIiwibmFtZSI6IlRpbWUgbGFwcyBwaG90b3Mgb2YgbGFrZSAyMDEyLTA5LTA1IHRvIDIwMTMtMDgtMTQgKG1vdiBmaWxlLCB6aXBwZWQgMjA1IE1CKSJ9XSwiZGVzY3JpcHRpb24iOiJGZXcgaHlkcm9sb2dpY2FsIHN0dWRpZXMgaGF2ZSBiZWVuIG1hZGUgaW4gR3JlZW5sYW5kLCBvdGhlciB0aGFuIG9uIGdsYWNpYWwgaHlkcm9sb2d5IGFzc29jaWF0ZWQgd2l0aCB0aGUgaWNlIHNoZWV0LiBVbmRlcnN0YW5kaW5nIHBlcm1hZnJvc3QgaHlkcm9sb2d5IGFuZCBoeWRyb2NsaW1hdGljIGNoYW5nZSBhbmQgdmFyaWFiaWxpdHksIGhvd2V2ZXIsIHByb3ZpZGVzIGtleSBpbmZvcm1hdGlvbiBmb3IgdW5kZXJzdGFuZGluZyBjbGltYXRlIGNoYW5nZSBlZmZlY3RzIGFuZCBmZWVkYmFja3MgaW4gdGhlIEFyY3RpYyBsYW5kc2NhcGUuIFRoaXMgcGFwZXIgcHJlc2VudHMgYSBuZXcgZXh0ZW5zaXZlIGFuZCBkZXRhaWxlZCBoeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIG9wZW4gYWNjZXNzIGRhdGFzZXQsIHdpdGggaGlnaCB0ZW1wb3JhbCByZXNvbHV0aW9uIGZyb20gYSAxLjU2IGttKioyIHBlcm1hZnJvc3QgY2F0Y2htZW50IHdpdGggYSBsYWtlIHVuZGVybGFpbiBieSBhIHRocm91Z2ggdGFsaWsgY2xvc2UgdG8gdGhlIGljZSBzaGVldCBpbiB0aGUgS2FuZ2VybHVzc3VhcSByZWdpb24sIHdlc3Rlcm4gR3JlZW5sYW5kLiBUaGUgcGFwZXIgZGVzY3JpYmVzIHRoZSBoeWRyb2xvZ2ljYWwgc2l0ZSBpbnZlc3RpZ2F0aW9ucyBhbmQgdXRpbGl6ZWQgZXF1aXBtZW50LCBhcyB3ZWxsIGFzIHRoZSBkYXRhIGNvbGxlY3Rpb24gYW5kIHByb2Nlc3NpbmcuIFRoZSBpbnZlc3RpZ2F0aW9ucyB3ZXJlIHBlcmZvcm1lZCBiZXR3ZWVuIDIwMTAgYW5kIDIwMTMuIFRoZSBoaWdoIHNwYXRpYWwgcmVzb2x1dGlvbiwgd2l0aGluIHRoZSBpbnZlc3RpZ2F0ZWQgYXJlYSwgb2YgdGhlIGRhdGFzZXQgbWFrZXMgaXQgaGlnaGx5IHN1aXRhYmxlIGZvciB2YXJpb3VzIGRldGFpbGVkIGh5ZHJvbG9naWNhbCBhbmQgZWNvbG9naWNhbCBzdHVkaWVzIG9uIGNhdGNobWVudCBzY2FsZS4iLCJzcGF0aWFsQ292ZXJhZ2UiOnsiQHR5cGUiOiJQbGFjZSIsImdlbyI6eyJAdHlwZSI6Ikdlb0Nvb3JkaW5hdGVzIiwibGF0aXR1ZGUiOjY3LjEyNTk0LCJsb25naXR1ZGUiOi01MC4xODAzN319LCJpbkxhbmd1YWdlIjoiZW4iLCJsaWNlbnNlIjoiaHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LzMuMC8iLCJkaXN0cmlidXRpb24iOnsiQHR5cGUiOiJEYXRhRG93bmxvYWQiLCJmaWxlRm9ybWF0IjoiYXBwbGljYXRpb24vemlwIiwiY29udGVudFVybCI6Imh0dHA6Ly9zdG9yZS5wYW5nYWVhLmRlL1B1YmxpY2F0aW9ucy9Kb2hhbnNzb25FX2V0X2FsXzIwMTQvam9oYW5zc29uX2V0YWwtMjAxNC56aXAifX08L3NjcmlwdD4KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPi8qPCFbQ0RBVEFbKi8NCihmdW5jdGlvbihpLHMsbyxnLHIsYSxtKXtpWydHb29nbGVBbmFseXRpY3NPYmplY3QnXT1yO2lbcl09aVtyXXx8ZnVuY3Rpb24oKXsNCihpW3JdLnE9aVtyXS5xfHxbXSkucHVzaChhcmd1bWVudHMpfSxpW3JdLmw9MSpuZXcgRGF0ZSgpO2E9cy5jcmVhdGVFbGVtZW50KG8pLA0KbT1zLmdldEVsZW1lbnRzQnlUYWdOYW1lKG8pWzBdO2EuYXN5bmM9MTthLnNyYz1nO20ucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoYSxtKQ0KfSkod2luZG93LGRvY3VtZW50LCdzY3JpcHQnLCcvL3d3dy5nb29nbGUtYW5hbHl0aWNzLmNvbS9hbmFseXRpY3MuanMnLCdnYScpOw0KZ2EoJ2NyZWF0ZScsICdVQS0zMDYyNDE1MC0xJywgJ3BhbmdhZWEuZGUnKTsNCmdhKCdzZXQnLCAnYW5vbnltaXplSXAnLCB0cnVlKTsNCmdhKCdzZW5kJywgJ3BhZ2V2aWV3Jyk7DQovKl1dPiovPC9zY3JpcHQ+DQo8L2hlYWQ+DQo8Ym9keSBjbGFzcz0iaG9tZXBhZ2UtbGF5b3V0Ij4NCjxkaXYgaWQ9ImhlYWRlci13cmFwcGVyIj4NCiAgPGRpdiBjbGFzcz0iY29udGFpbmVyLWZsdWlkIj4NCiAgICA8aGVhZGVyIGNsYXNzPSJyb3ciPjwhLS0gdm9sbGUgU2NyZWVuLUJyZWl0ZSAtLT4NCiAgICAgIDxkaXYgY2xhc3M9ImNvbnRlbnQtd3JhcHBlciI+PCEtLSBtYXguIEJyZWl0ZSAtLT4NCiAgICAgICAgPGRpdiBpZD0ibG9naW4tYXJlYS13cmFwcGVyIiBjbGFzcz0iaGlkZGVuLXByaW50Ij48ZGl2IGlkPSJsb2dpbi1hcmVhIj48c3BhbiBpZD0idXNlci1uYW1lIj5Ob3QgbG9nZ2VkIGluPC9zcGFuPjxhIGlkPSJzaWdudXAtYnV0dG9uIiBjbGFzcz0iZ2x5cGhpY29uIGdseXBoaWNvbi1wbHVzLXNpZ24gc2VsZi1yZWZlcmVyLWxpbmsiIHRpdGxlPSJTaWduIFVwIC8gQ3JlYXRlIEFjY291bnQiIGFyaWEtbGFiZWw9IlNpZ24gdXAiIHRhcmdldD0iX3NlbGYiIHJlbD0ibm9mb2xsb3ciIGhyZWY9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvdXNlci9zaWdudXAucGhwP3JlZmVyZXI9aHR0cHMlM0ElMkYlMkZ3d3cucGFuZ2FlYS5kZSUyRiIgZGF0YS10ZW1wbGF0ZT0iaHR0cHM6Ly93d3cucGFuZ2FlYS5kZS91c2VyL3NpZ251cC5waHA/cmVmZXJlcj0jdSMiPjwvYT48YSBpZD0ibG9naW4tYnV0dG9uIiBjbGFzcz0iZ2x5cGhpY29uIGdseXBoaWNvbi1sb2ctaW4gc2VsZi1yZWZlcmVyLWxpbmsiIHRpdGxlPSJMb2cgSW4iIGFyaWEtbGFiZWw9IkxvZyBpbiIgdGFyZ2V0PSJfc2VsZiIgcmVsPSJub2ZvbGxvdyIgaHJlZj0iaHR0cHM6Ly93d3cucGFuZ2FlYS5kZS91c2VyL2xvZ2luLnBocD9yZWZlcmVyPWh0dHBzJTNBJTJGJTJGd3d3LnBhbmdhZWEuZGUlMkYiIGRhdGEtdGVtcGxhdGU9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvdXNlci9sb2dpbi5waHA/cmVmZXJlcj0jdSMiPjwvYT48L2Rpdj48L2Rpdj4NCiAgICAgICAgPGRpdiBjbGFzcz0iYmxpbmRzcGFsdGUgaGVhZGVyLWJsb2NrIGNvbC1sZy0zIGNvbC1tZC00Ij48L2Rpdj4NCiAgICAgICAgDQogICAgICAgIDxkaXYgaWQ9ImhlYWRlci1sb2dvLWJsb2NrIiBjbGFzcz0iaGVhZGVyLWJsb2NrIGNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS00IGNvbC14cy04Ij4NCiAgICAgICAgICA8ZGl2IGlkPSJwYW5nYWVhLWxvZ28iPg0KICAgICAgICAgICAgPGEgdGl0bGU9IlBBTkdBRUEgaG9tZSIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS8iIGNsYXNzPSJob21lLWxpbmsiPjxpbWcgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL2xheW91dC1pbWFnZXMvcGFuZ2FlYS1sb2dvLnBuZyIgYWx0PSJQQU5HQUVBIGhvbWUiPjwvYT4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgPC9kaXY+DQogICAgICAgIA0KICAgICAgICA8ZGl2IGlkPSJoZWFkZXItbWlkLWJsb2NrIiBjbGFzcz0iaGVhZGVyLWJsb2NrIGNvbC1sZy0xMiBjb2wtbWQtOSBjb2wtc20tMjAgY29sLXhzLTE2Ij4NCiAgICAgICAgICA8ZGl2IGlkPSJwYW5nYWVhLWxvZ28taGVhZGxpbmUiPg0KICAgICAgICAgICAgUEFOR0FFQTxzcGFuIGNsYXNzPSJwdW5rdCI+Ljwvc3Bhbj4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICA8ZGl2IGlkPSJwYW5nYWVhLWxvZ28tc2xvZ2FuIj4NCiAgICAgICAgICAgIDxzcGFuPkRhdGEgUHVibGlzaGVyIGZvciBFYXJ0aCAmYW1wOyA8L3NwYW4+PHNwYW4gY2xhc3M9Im5vd3JhcCI+RW52aXJvbm1lbnRhbCBTY2llbmNlPC9zcGFuPg0KICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgIDxkaXYgaWQ9InNlYXJjaC1hcmVhLWhlYWRlciIgY2xhc3M9InJvdyI+PC9kaXY+DQogICAgICAgIDwvZGl2Pg0KICAgICAgICANCiAgICAgICAgPGRpdiBpZD0iaGVhZGVyLW1haW4tbWVudS1ibG9jayIgY2xhc3M9ImhlYWRlci1ibG9jayBoaWRkZW4tcHJpbnQgY29sLWxnLTYgY29sLW1kLTcgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgPG5hdiBpZD0ibWFpbi1uYXYiPg0KICAgICAgICAgICAgPHVsPg0KICAgICAgICAgICAgICA8bGkgaWQ9Im1lbnUtc2VhcmNoIj4NCiAgICAgICAgICAgICAgICA8IS0tIGNsYXNzIG9uIGxpbmsgaXMgaW1wb3J0YW50LCBkb24ndCBjaGFuZ2UhISEgLS0+DQogICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS8iIGNsYXNzPSJob21lLWxpbmsiPlNlYXJjaDwvYT4NCiAgICAgICAgICAgICAgPC9saT4NCiAgICAgICAgICAgICAgPGxpIGlkPSJtZW51LXN1Ym1pdCI+DQogICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9zdWJtaXQvIj5TdWJtaXQ8L2E+DQogICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICAgIDxsaSBpZD0ibWVudS1hYm91dCI+DQogICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hYm91dC8iPkFib3V0PC9hPg0KICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAgICAgICA8bGkgaWQ9Im1lbnUtY29udGFjdCI+DQogICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9jb250YWN0LyI+Q29udGFjdDwvYT4NCiAgICAgICAgICAgICAgPC9saT4NCiAgICAgICAgICAgIDwvdWw+DQogICAgICAgICAgPC9uYXY+DQogICAgICAgICAgPGRpdiBjbGFzcz0iY2xlYXJmaXgiPjwvZGl2Pg0KICAgICAgICA8L2Rpdj4NCiAgICAgIDwvZGl2Pg0KICAgIDwvaGVhZGVyPg0KICA8L2Rpdj4NCjwvZGl2Pg0KPGRpdiBpZD0iZmxleC13cmFwcGVyIj4NCjxkaXYgaWQ9Im1haW4tY29udGFpbmVyIiBjbGFzcz0iY29udGFpbmVyLWZsdWlkIj4NCjxkaXYgaWQ9Im1haW4tcm93IiBjbGFzcz0icm93IG1haW4tcm93Ij4NCjxkaXYgaWQ9Im1haW4iIGNsYXNzPSJjb2wtbGctMjQgY29sLW1kLTI0IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KPGRpdiBpZD0iZGF0YXNldCI+CjxkaXYgY2xhc3M9InJvdyI+PGRpdiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTI0IGNvbC14cy0yNCBoaWRkZW4teHMgaGlkZGVuLXNtIj48ZGl2IGNsYXNzPSJ0aXRsZSBjaXRhdGlvbiBpbnZpc2libGUtdG9wLWJvcmRlciI+Q2l0YXRpb246PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIHRvcC1ib3JkZXIiPjxkaXYgaWQ9ImdtYXAtZGF0YXNldC13cmFwcGVyIiBjbGFzcz0iZ21hcC13cmFwcGVyIGhpZGRlbi1wcmludCBoaWRkZW4teHMgaGlkZGVuLXNtIGNvbC1sZy04IGNvbC1tZC04IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImVtYmVkLXJlc3BvbnNpdmUgZW1iZWQtcmVzcG9uc2l2ZS00YnkzIj48ZGl2IGlkPSJnbWFwLWRhdGFzZXQiIGNsYXNzPSJlbWJlZC1yZXNwb25zaXZlLWl0ZW0iPjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjxoMSBjbGFzcz0iaGFuZ2luZyBjaXRhdGlvbiI+PHN0cm9uZz48YSBjbGFzcz0icG9wb3Zlci1saW5rIGxpbmstdW5zdHlsZWQiIGhyZWY9IiMiIGRhdGEtdGl0bGU9IiZsdDtzcGFuJmd0O0pvaGFuc3NvbiwgRW1tYSZsdDthIGNsYXNzPSZxdW90O3NlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2gmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyByZWw9JnF1b3Q7bm9mb2xsb3cmcXVvdDsgdGl0bGU9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0pvaGFuc3NvbiwgRW1tYScuLi4mcXVvdDsgYXJpYS1sYWJlbD0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnSm9oYW5zc29uLCBFbW1hJyZxdW90OyBocmVmPSZxdW90Oy8vd3d3LnBhbmdhZWEuZGUvP3E9YXV0aG9yJTNBZW1haWwlM0FlbW1hLmpvaGFuc3NvbiU0MHNrYi5zZSZxdW90OyZndDsmbHQ7L2EmZ3Q7Jmx0Oy9zcGFuJmd0OyIgZGF0YS1jb250ZW50PSImbHQ7ZGl2Jmd0OyZsdDtkaXYmZ3Q7Jmx0O2EgY2xhc3M9JnF1b3Q7bWFpbC1saW5rIHRleHQtbm93cmFwIHdpZGUtaWNvbi1saW5rJnF1b3Q7IGhyZWY9JnF1b3Q7bWFpbHRvOmVtbWEuam9oYW5zc29uQHNrYi5zZSZxdW90OyZndDtlbW1hLmpvaGFuc3NvbkBza2Iuc2UmbHQ7L2EmZ3Q7Jmx0Oy9kaXYmZ3Q7JiMxMDsmbHQ7L2RpdiZndDsmIzEwOyI+Sm9oYW5zc29uLCBFbW1hPC9hPjsgQmVyZ2x1bmQsIFN0ZW47IDxhIGNsYXNzPSJwb3BvdmVyLWxpbmsgbGluay11bnN0eWxlZCIgaHJlZj0iIyIgZGF0YS10aXRsZT0iJmx0O3NwYW4mZ3Q7TGluZGJvcmcsIFRvYmlhcyZsdDthIGNsYXNzPSZxdW90O3NlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2gmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyByZWw9JnF1b3Q7bm9mb2xsb3cmcXVvdDsgdGl0bGU9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0xpbmRib3JnLCBUb2JpYXMnLi4uJnF1b3Q7IGFyaWEtbGFiZWw9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0xpbmRib3JnLCBUb2JpYXMnJnF1b3Q7IGhyZWY9JnF1b3Q7Ly93d3cucGFuZ2FlYS5kZS8/cT1hdXRob3IlM0FlbWFpbCUzQXRvYmlhcy5saW5kYm9yZyU0MHNrYi5zZSZxdW90OyZndDsmbHQ7L2EmZ3Q7Jmx0Oy9zcGFuJmd0OyIgZGF0YS1jb250ZW50PSImbHQ7ZGl2Jmd0OyZsdDtkaXYmZ3Q7Jmx0O2EgY2xhc3M9JnF1b3Q7bWFpbC1saW5rIHRleHQtbm93cmFwIHdpZGUtaWNvbi1saW5rJnF1b3Q7IGhyZWY9JnF1b3Q7bWFpbHRvOnRvYmlhcy5saW5kYm9yZ0Bza2Iuc2UmcXVvdDsmZ3Q7dG9iaWFzLmxpbmRib3JnQHNrYi5zZSZsdDsvYSZndDsmbHQ7L2RpdiZndDsmIzEwOyZsdDsvZGl2Jmd0OyYjMTA7Ij5MaW5kYm9yZywgVG9iaWFzPC9hPjsgPGEgY2xhc3M9InBvcG92ZXItbGluayBsaW5rLXVuc3R5bGVkIiBocmVmPSIjIiBkYXRhLXRpdGxlPSImbHQ7c3BhbiZndDtQZXRyb25lLCBKb2hhbm5lcyZsdDthIGNsYXNzPSZxdW90O3NlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2gmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyByZWw9JnF1b3Q7bm9mb2xsb3cmcXVvdDsgdGl0bGU9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ1BldHJvbmUsIEpvaGFubmVzJy4uLiZxdW90OyBhcmlhLWxhYmVsPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdQZXRyb25lLCBKb2hhbm5lcycmcXVvdDsgaHJlZj0mcXVvdDsvL3d3dy5wYW5nYWVhLmRlLz9xPWF1dGhvciUzQWVtYWlsJTNBam9oYW5uZXMucGV0cm9uZSU0MHNrYi5zZSZxdW90OyZndDsmbHQ7L2EmZ3Q7Jmx0Oy9zcGFuJmd0OyIgZGF0YS1jb250ZW50PSImbHQ7ZGl2Jmd0OyZsdDtkaXYmZ3Q7Jmx0O2EgY2xhc3M9JnF1b3Q7bWFpbC1saW5rIHRleHQtbm93cmFwIHdpZGUtaWNvbi1saW5rJnF1b3Q7IGhyZWY9JnF1b3Q7bWFpbHRvOmpvaGFubmVzLnBldHJvbmVAc2tiLnNlJnF1b3Q7Jmd0O2pvaGFubmVzLnBldHJvbmVAc2tiLnNlJmx0Oy9hJmd0OyZsdDsvZGl2Jmd0OyYjMTA7Jmx0Oy9kaXYmZ3Q7JiMxMDsiPlBldHJvbmUsIEpvaGFubmVzPC9hPjsgPGEgY2xhc3M9InBvcG92ZXItbGluayBsaW5rLXVuc3R5bGVkIiBocmVmPSIjIiBkYXRhLXRpdGxlPSImbHQ7c3BhbiZndDt2YW4gQXMsIERpcmsmbHQ7YSBjbGFzcz0mcXVvdDtzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgcmVsPSZxdW90O25vZm9sbG93JnF1b3Q7IHRpdGxlPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICd2YW4gQXMsIERpcmsnLi4uJnF1b3Q7IGFyaWEtbGFiZWw9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ3ZhbiBBcywgRGlyaycmcXVvdDsgaHJlZj0mcXVvdDsvL3d3dy5wYW5nYWVhLmRlLz9xPWF1dGhvciUzQW9yY2lkJTNBMDAwMC0wMDAyLTY1NTMtODk4MiZxdW90OyZndDsmbHQ7L2EmZ3Q7Jmx0Oy9zcGFuJmd0OyIgZGF0YS1jb250ZW50PSImbHQ7ZGl2Jmd0OyZsdDtkaXYmZ3Q7Jmx0O2EgY2xhc3M9JnF1b3Q7b3JjaWQtbGluayB0ZXh0LW5vd3JhcCB3aWRlLWljb24tbGluayZxdW90OyB0YXJnZXQ9JnF1b3Q7X2JsYW5rJnF1b3Q7IGhyZWY9JnF1b3Q7aHR0cHM6Ly9vcmNpZC5vcmcvMDAwMC0wMDAyLTY1NTMtODk4MiZxdW90OyZndDtodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyJmx0Oy9hJmd0OyZsdDsvZGl2Jmd0OyYjMTA7Jmx0Oy9kaXYmZ3Q7JiMxMDsiPnZhbiBBcywgRGlyazwvYT47IEd1c3RhZnNzb24sIExhcnMtR8O2cmFuOyBOw6RzbHVuZCwgSmVucy1PdmU7IDxhIGNsYXNzPSJwb3BvdmVyLWxpbmsgbGluay11bnN0eWxlZCIgaHJlZj0iIyIgZGF0YS10aXRsZT0iJmx0O3NwYW4mZ3Q7TGF1ZG9uLCBIamFsbWFyJmx0O2EgY2xhc3M9JnF1b3Q7c2VhcmNobGluayBnbHlwaGljb24gZ2x5cGhpY29uLXNlYXJjaCZxdW90OyB0YXJnZXQ9JnF1b3Q7X2JsYW5rJnF1b3Q7IHJlbD0mcXVvdDtub2ZvbGxvdyZxdW90OyB0aXRsZT0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnTGF1ZG9uLCBIamFsbWFyJy4uLiZxdW90OyBhcmlhLWxhYmVsPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdMYXVkb24sIEhqYWxtYXInJnF1b3Q7IGhyZWY9JnF1b3Q7Ly93d3cucGFuZ2FlYS5kZS8/cT1hdXRob3IlM0FvcmNpZCUzQTAwMDAtMDAwMS02MDU4LTE0NjYmcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2Jmd0OyZsdDthIGNsYXNzPSZxdW90O29yY2lkLWxpbmsgdGV4dC1ub3dyYXAgd2lkZS1pY29uLWxpbmsmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyBocmVmPSZxdW90O2h0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYmcXVvdDsmZ3Q7aHR0cHM6Ly9vcmNpZC5vcmcvMDAwMC0wMDAxLTYwNTgtMTQ2NiZsdDsvYSZndDsmbHQ7L2RpdiZndDsmIzEwOyZsdDsvZGl2Jmd0OyYjMTA7Ij5MYXVkb24sIEhqYWxtYXI8L2E+ICgyMDE0KTo8L3N0cm9uZz4gSHlkcm9sb2dpY2FsIGFuZCBtZXRlb3JvbG9naWNhbCBpbnZlc3RpZ2F0aW9ucyBpbiBhIGxha2UgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZC4gPGVtPlBBTkdBRUE8L2VtPiwgPGEgaWQ9ImNpdGF0aW9uLWRvaS1saW5rIiByZWw9Im5vZm9sbG93IGJvb2ttYXJrIiBocmVmPSJodHRwczovL2RvaS5vcmcvMTAuMTU5NC9QQU5HQUVBLjgzNjE3OCIgZGF0YS1wdWJzdGF0dXM9IjQiIGNsYXNzPSJ0ZXh0LWxpbmt3cmFwIHBvcG92ZXItbGluayBkb2ktbGluayI+aHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzg8L2E+LDxociBjbGFzcz0ic3BhY2VyIiBhcmlhLWhpZGRlbj0idHJ1ZSIgLz4KPGVtPlN1cHBsZW1lbnQgdG86PC9lbT4gSm9oYW5zc29uLCBFIGV0IGFsLiAoMjAxNSk6IEh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBwZXJpZ2xhY2lhbCBsYWtlIGNhdGNobWVudCBuZWFyIEthbmdlcmx1c3N1YXEsIHdlc3QgR3JlZW5sYW5kIOKAkyBwcmVzZW50YXRpb24gb2YgYSBuZXcgbXVsdGktcGFyYW1ldGVyIGRhdGEgc2V0LiA8ZW0+RWFydGggU3lzdGVtIFNjaWVuY2UgRGF0YTwvZW0+LCA8c3Ryb25nPjcoMSk8L3N0cm9uZz4sIDkzLTEwOCwgPGEgY2xhc3M9InRleHQtbGlua3dyYXAgZG9pLWxpbmsiIGhyZWY9Imh0dHBzOi8vZG9pLm9yZy8xMC41MTk0L2Vzc2QtNy05My0yMDE1IiB0YXJnZXQ9Il9ibGFuayI+aHR0cHM6Ly9kb2kub3JnLzEwLjUxOTQvZXNzZC03LTkzLTIwMTU8L2E+PC9oMT4KPHAgY2xhc3M9Imhvd3RvY2l0ZSI+PHNtYWxsPjxzcGFuIGNsYXNzPSJnbHlwaGljb24gZ2x5cGhpY29uLWJ1bGxob3JuIj48L3NwYW4+IDxzdHJvbmc+QWx3YXlzIHF1b3RlIGFib3ZlIGNpdGF0aW9uIHdoZW4gdXNpbmcgZGF0YSE8L3N0cm9uZz4gWW91IGNhbiBkb3dubG9hZCB0aGUgY2l0YXRpb24gaW4gc2V2ZXJhbCBmb3JtYXRzIGJlbG93Ljwvc21hbGw+PC9wPgo8cCBjbGFzcz0iZGF0YS1idXR0b25zIj48YSByZWw9Im5vZm9sbG93IGRlc2NyaWJlZGJ5IiB0aXRsZT0iRXhwb3J0IGNpdGF0aW9uIHRvIFJlZmVyZW5jZSBNYW5hZ2VyLCBFbmROb3RlLCBQcm9DaXRlIiBocmVmPSI/Zm9ybWF0PWNpdGF0aW9uX3JpcyIgY2xhc3M9ImFjdGlvbmJ1dHRvbmxpbmsiPjxzcGFuIGNsYXNzPSJhY3Rpb25idXR0b24iPlJJUyBDaXRhdGlvbjwvc3Bhbj48L2E+PGEgcmVsPSJub2ZvbGxvdyBkZXNjcmliZWRieSIgdGl0bGU9IkV4cG9ydCBjaXRhdGlvbiB0byBCaWJUZVgiIGhyZWY9Ij9mb3JtYXQ9Y2l0YXRpb25fYmlidGV4IiBjbGFzcz0iYWN0aW9uYnV0dG9ubGluayI+PHNwYW4gY2xhc3M9ImFjdGlvbmJ1dHRvbiI+PHNwYW4gc3R5bGU9ImZvbnQtdmFyaWFudDpzbWFsbC1jYXBzOyI+QmliVGVYPC9zcGFuPiBDaXRhdGlvbjwvc3Bhbj48L2E+PGEgaWQ9InRleHQtY2l0YXRpb24tbGluayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IkV4cG9ydCBjaXRhdGlvbiBhcyBwbGFpbiB0ZXh0IiBocmVmPSI/Zm9ybWF0PWNpdGF0aW9uX3RleHQiIHRhcmdldD0iX2JsYW5rIiBjbGFzcz0iYWN0aW9uYnV0dG9ubGluayBzaGFyZS1saW5rIj48c3BhbiBjbGFzcz0iYWN0aW9uYnV0dG9uIj5UZXh0IENpdGF0aW9uPC9zcGFuPjwvYT48c3BhbiBjbGFzcz0ic2VwYXJhdG9yIj48L3NwYW4+PGEgcmVsPSJub2ZvbGxvdyIgY2xhc3M9InNlbGYtcmVmZXJlci1saW5rIHNoYXJlLWxpbmsgYWN0aW9uYnV0dG9ubGluayIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9ub2pzLnBocCIgZGF0YS10ZW1wbGF0ZT0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3NoYXJlci5waHA/dT0jdSMmYW1wO3Q9I3QjIiB0aXRsZT0iU2hhcmUgZGF0YXNldCBvbiBGYWNlYm9vayIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuIGNsYXNzPSJhY3Rpb25idXR0b24iPjxzcGFuIGNsYXNzPSJnbHlwaGljb24gZ2x5cGhpY29uLXNoYXJlIj48L3NwYW4+IEZhY2Vib29rPC9zcGFuPjwvYT48YSByZWw9Im5vZm9sbG93IiBjbGFzcz0ic2VsZi1yZWZlcmVyLWxpbmsgc2hhcmUtbGluayBhY3Rpb25idXR0b25saW5rIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL25vanMucGhwIiBkYXRhLXRlbXBsYXRlPSJodHRwczovL3R3aXR0ZXIuY29tL2ludGVudC90d2VldD91cmw9I3UjJmFtcDt0ZXh0PSN0IyZhbXA7dmlhPVBBTkdBRUFkYXRhUHVibCIgdGl0bGU9IlNoYXJlIGRhdGFzZXQgb24gVHdpdHRlciIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuIGNsYXNzPSJhY3Rpb25idXR0b24iPjxzcGFuIGNsYXNzPSJnbHlwaGljb24gZ2x5cGhpY29uLXNoYXJlIj48L3NwYW4+IFR3aXR0ZXI8L3NwYW4+PC9hPjxzcGFuIGNsYXNzPSJzZXBhcmF0b3IiPjwvc3Bhbj48YSByZWw9Im5vZm9sbG93IiB0YXJnZXQ9Il9ibGFuayIgdGl0bGU9IkRpc3BsYXkgZXZlbnRzIGluIG1hcCIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hZHZhbmNlZC9nbWFwLWRhdGFzZXQucGhwP2lkPTgzNjE3OCZhbXA7dmlld3BvcnRCQk9YPS01MC4xODAzNyw2Ny4xMjU5NCwtNTAuMTgwMzcsNjcuMTI1OTQiIGNsYXNzPSJhY3Rpb25idXR0b25saW5rIj48c3BhbiBjbGFzcz0iYWN0aW9uYnV0dG9uIj5TaG93IE1hcDwvc3Bhbj48L2E+PGEgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IkRpc3BsYXkgZXZlbnRzIGluIEdvb2dsZSBFYXJ0aCIgaHJlZj0iP2Zvcm1hdD1ldmVudHNfa21sIiBjbGFzcz0iYWN0aW9uYnV0dG9ubGluayI+PHNwYW4gY2xhc3M9ImFjdGlvbmJ1dHRvbiI+R29vZ2xlIEVhcnRoPC9zcGFuPjwvYT48c3BhbiBjbGFzcz0ic2VwYXJhdG9yIj48L3NwYW4+PHNwYW4gZGF0YS1iYWRnZS10eXBlPSIxIiBkYXRhLWRvaT0iMTAuMTU5NC9QQU5HQUVBLjgzNjE3OCIgZGF0YS1iYWRnZS1wb3BvdmVyPSJyaWdodCIgZGF0YS1oaWRlLW5vLW1lbnRpb25zPSJ0cnVlIiBjbGFzcz0iYWx0bWV0cmljLWVtYmVkIj48L3NwYW4+PC9wPgo8ZGl2IGNsYXNzPSJjbGVhcmZpeCI+PC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9InJvdyI+PGRpdiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0idGl0bGUiPkFic3RyYWN0OjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciI+PGRpdiBjbGFzcz0iYWJzdHJhY3QiPkZldyBoeWRyb2xvZ2ljYWwgc3R1ZGllcyBoYXZlIGJlZW4gbWFkZSBpbiBHcmVlbmxhbmQsIG90aGVyIHRoYW4gb24gZ2xhY2lhbCBoeWRyb2xvZ3kgYXNzb2NpYXRlZCB3aXRoIHRoZSBpY2Ugc2hlZXQuIFVuZGVyc3RhbmRpbmcgcGVybWFmcm9zdCBoeWRyb2xvZ3kgYW5kIGh5ZHJvY2xpbWF0aWMgY2hhbmdlIGFuZCB2YXJpYWJpbGl0eSwgaG93ZXZlciwgcHJvdmlkZXMga2V5IGluZm9ybWF0aW9uIGZvciB1bmRlcnN0YW5kaW5nIGNsaW1hdGUgY2hhbmdlIGVmZmVjdHMgYW5kIGZlZWRiYWNrcyBpbiB0aGUgQXJjdGljIGxhbmRzY2FwZS4gVGhpcyBwYXBlciBwcmVzZW50cyBhIG5ldyBleHRlbnNpdmUgYW5kIGRldGFpbGVkIGh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgb3BlbiBhY2Nlc3MgZGF0YXNldCwgd2l0aCBoaWdoIHRlbXBvcmFsIHJlc29sdXRpb24gZnJvbSBhIDEuNTYga20qKjIgcGVybWFmcm9zdCBjYXRjaG1lbnQgd2l0aCBhIGxha2UgdW5kZXJsYWluIGJ5IGEgdGhyb3VnaCB0YWxpayBjbG9zZSB0byB0aGUgaWNlIHNoZWV0IGluIHRoZSBLYW5nZXJsdXNzdWFxIHJlZ2lvbiwgd2VzdGVybiBHcmVlbmxhbmQuIFRoZSBwYXBlciBkZXNjcmliZXMgdGhlIGh5ZHJvbG9naWNhbCBzaXRlIGludmVzdGlnYXRpb25zIGFuZCB1dGlsaXplZCBlcXVpcG1lbnQsIGFzIHdlbGwgYXMgdGhlIGRhdGEgY29sbGVjdGlvbiBhbmQgcHJvY2Vzc2luZy4gVGhlIGludmVzdGlnYXRpb25zIHdlcmUgcGVyZm9ybWVkIGJldHdlZW4gMjAxMCBhbmQgMjAxMy4gVGhlIGhpZ2ggc3BhdGlhbCByZXNvbHV0aW9uLCB3aXRoaW4gdGhlIGludmVzdGlnYXRlZCBhcmVhLCBvZiB0aGUgZGF0YXNldCBtYWtlcyBpdCBoaWdobHkgc3VpdGFibGUgZm9yIHZhcmlvdXMgZGV0YWlsZWQgaHlkcm9sb2dpY2FsIGFuZCBlY29sb2dpY2FsIHN0dWRpZXMgb24gY2F0Y2htZW50IHNjYWxlLjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9InRpdGxlIj5GdXJ0aGVyIGRldGFpbHM6PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIj48ZGl2IGNsYXNzPSJoYW5naW5nIj48YSB0YXJnZXQ9Il9zZWxmIiBocmVmPSJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L3R3b2JvYXRsYWtlX2dyZWVubGFuZC5qcGciPk1hcCBvZiBUd28gQm9hdCBMYWtlIGluIEdyZWVubGFuZCAoanBnIDEzIE1CKSB3aXRoIHBvc2l0aW9uIG9mIHNhbXBsaW5nIHNpdGVzPC9hPjxhIGNsYXNzPSJzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvIHRoaXMgcHVibGljYXRpb24uLi4iIGFyaWEtbGFiZWw9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvIHRoaXMgcHVibGljYXRpb24iIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvP3E9JTQwcmVmNjU0NzciPjwvYT48L2Rpdj4KPGRpdiBjbGFzcz0iaGFuZ2luZyI+PGEgdGFyZ2V0PSJfc2VsZiIgaHJlZj0iaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC9UaW1lbGFwc2VfVEJMLnppcCI+VGltZSBsYXBzIHBob3RvcyBvZiBsYWtlIDIwMTItMDktMDUgdG8gMjAxMy0wOC0xNCAobW92IGZpbGUsIHppcHBlZCAyMDUgTUIpPC9hPjxhIGNsYXNzPSJzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvIHRoaXMgcHVibGljYXRpb24uLi4iIGFyaWEtbGFiZWw9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvIHRoaXMgcHVibGljYXRpb24iIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvP3E9JTQwcmVmNjU0MDgiPjwvYT48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+UHJvamVjdChzKTo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImhhbmdpbmciPjxzdHJvbmc+PGEgdGFyZ2V0PSJfYmxhbmsiIGhyZWY9Imh0dHBzOi8vd3d3LnJlc2VhcmNoZ2F0ZS5uZXQvcHJvamVjdC9HUmVlbmxhbmQtQW5hbG9ndWUtU3VyZmFjZS1Qcm9qZWN0LUdSQVNQIiBjbGFzcz0icG9wb3Zlci1saW5rIiBkYXRhLXRpdGxlPSImbHQ7c3BhbiZndDsmbHQ7YSB0YXJnZXQ9JnF1b3Q7X2JsYW5rJnF1b3Q7IGhyZWY9JnF1b3Q7aHR0cHM6Ly93d3cucmVzZWFyY2hnYXRlLm5ldC9wcm9qZWN0L0dSZWVubGFuZC1BbmFsb2d1ZS1TdXJmYWNlLVByb2plY3QtR1JBU1AmcXVvdDsmZ3Q7R1JlZW5sYW5kIEFuYWxvZ3VlIFN1cmZhY2UgUHJvamVjdCZsdDsvYSZndDsmbHQ7YSBjbGFzcz0mcXVvdDtzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgcmVsPSZxdW90O25vZm9sbG93JnF1b3Q7IHRpdGxlPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdHUmVlbmxhbmQgQW5hbG9ndWUgU3VyZmFjZSBQcm9qZWN0Jy4uLiZxdW90OyBhcmlhLWxhYmVsPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdHUmVlbmxhbmQgQW5hbG9ndWUgU3VyZmFjZSBQcm9qZWN0JyZxdW90OyBocmVmPSZxdW90Oy8vd3d3LnBhbmdhZWEuZGUvP3E9cHJvamVjdCUzQWxhYmVsJTNBR1JBU1AmcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2IGNsYXNzPSZxdW90O3BvcG92ZXItbWl0ZW0mcXVvdDsmZ3Q7Jmx0O3N0cm9uZyZndDtMYWJlbDombHQ7L3N0cm9uZyZndDsgR1JBU1AmbHQ7L2RpdiZndDsmIzEwOyZsdDsvZGl2Jmd0OyYjMTA7Ij5HUmVlbmxhbmQgQW5hbG9ndWUgU3VyZmFjZSBQcm9qZWN0PC9hPjwvc3Ryb25nPiAoR1JBU1ApPGEgY2xhc3M9InNlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2giIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vZm9sbG93IiB0aXRsZT0iU2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0dSZWVubGFuZCBBbmFsb2d1ZSBTdXJmYWNlIFByb2plY3QnLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnR1JlZW5sYW5kIEFuYWxvZ3VlIFN1cmZhY2UgUHJvamVjdCciIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvP3E9cHJvamVjdCUzQWxhYmVsJTNBR1JBU1AiPjwvYT48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+Q292ZXJhZ2U6PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIj48ZGl2IGNsYXNzPSJoYW5naW5nIGdlbyI+PGVtIGNsYXNzPSJ1bmZhcmJlIj5MYXRpdHVkZTogPC9lbT48c3BhbiBjbGFzcz0ibGF0aXR1ZGUiPjY3LjEyNTk0MDwvc3Bhbj48ZW0gY2xhc3M9InVuZmFyYmUiPiAqIExvbmdpdHVkZTogPC9lbT48c3BhbiBjbGFzcz0ibG9uZ2l0dWRlIj4tNTAuMTgwMzcwPC9zcGFuPjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9InRpdGxlIj5FdmVudChzKTo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImhhbmdpbmcgZ2VvIj48c3Ryb25nPlRCTDwvc3Ryb25nPjxhIGNsYXNzPSJzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdUQkwnLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnVEJMJyIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS8/cT1ldmVudCUzQWxhYmVsJTNBVEJMIj48L2E+PGVtIGNsYXNzPSJ1bmZhcmJlIj4gKiBMYXRpdHVkZTogPC9lbT48c3BhbiBjbGFzcz0ibGF0aXR1ZGUiPjY3LjEyNTk0MDwvc3Bhbj48ZW0gY2xhc3M9InVuZmFyYmUiPiAqIExvbmdpdHVkZTogPC9lbT48c3BhbiBjbGFzcz0ibG9uZ2l0dWRlIj4tNTAuMTgwMzcwPC9zcGFuPjxlbSBjbGFzcz0idW5mYXJiZSI+ICogTG9jYXRpb246IDwvZW0+PHNwYW4+VHdvIEJvYXQgTGFrZSwgS2FuZ2VybHVzc3VhcSwgR3JlZW5sYW5kPC9zcGFuPjxhIGNsYXNzPSJzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdUd28gQm9hdCBMYWtlLCBLYW5nZXJsdXNzdWFxLCBHcmVlbmxhbmQnLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnVHdvIEJvYXQgTGFrZSwgS2FuZ2VybHVzc3VhcSwgR3JlZW5sYW5kJyIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS8/cT1sb2NhdGlvbiUzQSUyMlR3bytCb2F0K0xha2UlMkMrS2FuZ2VybHVzc3VhcSUyQytHcmVlbmxhbmQlMjIiPjwvYT48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+Q29tbWVudDo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImFic3RyYWN0Ij5UaGUgZGF0YXNldCBjb250YWlucyBoeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGRhdGEgZnJvbSBhIGxha2UgY2F0Y2htZW50IGluIHRoZSBLYW5nZXJsdXNzdWFxIHJlZ2lvbiwgV2VzdGVybiBHcmVlbmxhbmQuIFRoZSBpbnZlc3RpZ2F0aW9ucyB3ZXJlIHBlcmZvcm1lZCBkdXJpbmcgMjAxMC0yMDEzIGFuZCB0aGUgZm9sbG93aW5nIHBhcmFtZXRlcnMgYXJlIGluY2x1ZGVkOiBTb2lsIG1vaXN0dXJlLCBTb2lsIHRlbXBlcmF0dXJlLCBIeWRyYXVsaWMgcHJvcGVydGllcyBvZiB0aGUgYWN0aXZlIGxheWVyLCBtZXRlb3JvbG9naWNhbCBwYXJhbWV0ZXJzIGZyb20gYSBsb2NhbCB3ZWF0aGVyIHN0YXRpb24gd2l0aGluIHRoZSBjYXRjaG1lbnQsIHdhdGVyIGxldmVscyBhbmQgZGlzY2hhcmdlLCBzdWJsaW1hdGlvbiBhbmQgZXZhcG9ydGF0aW9uIG1lYXN1cm1lbnRzLCBzbm93IGRlcHRoIGFuZCBzbm93IHdhdGVyIGNvbnRlbnQgZGF0YSBhbmQgdGltZSBsYXBzZSBwaG90b3MuPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9InJvdyI+PGRpdiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0idGl0bGUiPkxpY2Vuc2U6PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIj48ZGl2IGNsYXNzPSJoYW5naW5nIj48YSBocmVmPSJodHRwczovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvYnkvMy4wLyIgcmVsPSJsaWNlbnNlIiB0YXJnZXQ9Il9ibGFuayI+PGltZyBzcmM9Ii8vd3d3LnBhbmdhZWEuZGUvc2hhcmVkL3BpY3MvbGljZW5zZXMvQ0MtQlktMy4wLnBuZyIgc3R5bGU9InZlcnRpY2FsLWFsaWduOmJhc2VsaW5lOyBib3JkZXItd2lkdGg6MDsiIGFsdD0iQ0MtQlktMy4wIiAvPiBDcmVhdGl2ZSBDb21tb25zIEF0dHJpYnV0aW9uIDMuMCBVbnBvcnRlZDwvYT48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+U2l6ZTo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImhhbmdpbmciPjU2NjMuMCBrQnl0ZXM8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQgY29sLWxnLW9mZnNldC0zIGNvbC1tZC1vZmZzZXQtNCI+PGRpdiBjbGFzcz0idGV4dC1ibG9jayB0b3AtYm9yZGVyIj4KPGgyIGlkPSJkb3dubG9hZCI+RG93bmxvYWQgRGF0YTwvaDI+CjxwPjxhIGhyZWY9Imh0dHA6Ly9zdG9yZS5wYW5nYWVhLmRlL1B1YmxpY2F0aW9ucy9Kb2hhbnNzb25FX2V0X2FsXzIwMTQvam9oYW5zc29uX2V0YWwtMjAxNC56aXAiIHRhcmdldD0iX3NlbGYiPkRvd25sb2FkIGRhdGFzZXQ8L2E+PC9wPgo8L2Rpdj48L2Rpdj48L2Rpdj48ZGl2IGlkPSJyZWNvbW1lbmRhdGlvbnMiPjwvZGl2Pgo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPGRpdiBpZD0iZm9vdGVyLXdyYXBwZXIiIGNsYXNzPSJ0b3AtYm9yZGVyIGhpZGRlbi1wcmludCI+DQogIDxkaXYgY2xhc3M9ImNvbnRhaW5lci1mbHVpZCI+DQogICAgPGZvb3RlciBjbGFzcz0icm93Ij48IS0tIHZvbGxlIFNjcmVlbi1CcmVpdGUgLS0+DQogICAgICA8ZGl2IGNsYXNzPSJjb250ZW50LXdyYXBwZXIiPjwhLS0gbWF4LiBCcmVpdGUgLS0+DQogICAgICAgIDxkaXYgY2xhc3M9ImJsaW5kc3BhbHRlIGNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS00IGNvbC14cy00Ij48L2Rpdj4NCiAgICAgICAgPGRpdiBpZD0iZm9vdGVyLWhvc3RlZC1ieS1hcmVhIiBjbGFzcz0iY29sLWxnLTE4IGNvbC1tZC05IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgIDxkaXYgY2xhc3M9ImNvbC1sZy0xMiBjb2wtbWQtMjQgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgICA8ZGl2IGNsYXNzPSJoZWFkbGluZSB1bmRlcmxpbmVkIj4NCiAgICAgICAgICAgICAgUEFOR0FFQSBpcyBob3N0ZWQgYnkNCiAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgDQogICAgICAgICAgICA8ZGl2Pg0KICAgICAgICAgICAgICA8cD4NCiAgICAgICAgICAgICAgICBBbGZyZWQgV2VnZW5lciBJbnN0aXR1dGUsIEhlbG1ob2x0eiBDZW50ZXIgZm9yIFBvbGFyIGFuZCBNYXJpbmUgUmVzZWFyY2ggKEFXSSk8YnIvPg0KICAgICAgICAgICAgICAgIENlbnRlciBmb3IgTWFyaW5lIEVudmlyb25tZW50YWwgU2NpZW5jZXMsIFVuaXZlcnNpdHkgb2YgQnJlbWVuIChNQVJVTSkNCiAgICAgICAgICAgICAgPC9wPg0KICAgICAgICAgICAgPC9kaXY+DQoNCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImhlYWRsaW5lIHVuZGVybGluZWQiPg0KICAgICAgICAgICAgICBUaGUgU3lzdGVtIGlzIHN1cHBvcnRlZCBieQ0KICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgICANCiAgICAgICAgICAgIDxkaXY+DQogICAgICAgICAgICAgIDxwPg0KICAgICAgICAgICAgICAgIFRoZSBFdXJvcGVhbiBDb21taXNzaW9uLCBSZXNlYXJjaDxici8+DQogICAgICAgICAgICAgICAgRmVkZXJhbCBNaW5pc3RyeSBvZiBFZHVjYXRpb24gYW5kIFJlc2VhcmNoIChCTUJGKTxici8+DQogICAgICAgICAgICAgICAgRGV1dHNjaGUgRm9yc2NodW5nc2dlbWVpbnNjaGFmdCAoREZHKTxici8+DQogICAgICAgICAgICAgICAgSW50ZXJuYXRpb25hbCBPY2VhbiBEaXNjb3ZlcnkgUHJvZ3JhbSAoSU9EUCkNCiAgICAgICAgICAgICAgPC9wPg0KICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgPC9kaXY+DQoNCiAgICAgICAgICA8ZGl2IGNsYXNzPSJjb2wtbGctMTIgY29sLW1kLTI0IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgICAgPGRpdiBjbGFzcz0iaGVhZGxpbmUgdW5kZXJsaW5lZCI+DQogICAgICAgICAgICAgIFBBTkdBRUEgaXMgbWVtYmVyIG9mDQogICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgIA0KICAgICAgICAgICAgPGRpdj4NCiAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cuaWNzdS13ZHMub3JnLyIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSJJQ1NVIFdvcmxkIERhdGEgU3lzdGVtIj4NCiAgICAgICAgICAgICAgICA8aW1nIGNsYXNzPSJjb2wtbGctNiBjb2wtbWQtNiBjb2wtc20tNiBjb2wteHMtNiIgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL2xvZ29zL2xvZ28td2RzLWJsb2NrLnBuZyIgYWx0PSJJQ1NVIFdvcmxkIERhdGEgU3lzdGVtIj4NCiAgICAgICAgICAgICAgPC9hPg0KICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy53bW8uaW50LyIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSJXb3JsZCBNZXRlb3JvbG9naWNhbCBPcmdhbml6YXRpb24iPg0KICAgICAgICAgICAgICAgIDxpbWcgY2xhc3M9ImNvbC1sZy02IGNvbC1tZC02IGNvbC1zbS02IGNvbC14cy02IiBzcmM9Ii8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3YuZTNhODMwYjZmOGFjYTA4ZGNkMTZjN2VmNTlkMzk0YmEvbG9nb3MvbG9nby13bW8tYmxvY2sucG5nIiBhbHQ9IldvcmxkIE1ldGVvcm9sb2dpY2FsIE9yZ2FuaXphdGlvbiI+DQogICAgICAgICAgICAgIDwvYT4NCiAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgIDwvZGl2Pg0KICAgICAgICA8L2Rpdj4NCiAgICAgICAgPGRpdiBpZD0iZm9vdGVyLXNvY2lhbC1hcmVhIiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTI0IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgIDxkaXYgaWQ9ImZvb3Rlci1zb2NpYWwtYXJlYS13cmFwcGVyIiBjbGFzcz0iY29sLWxnLTI0IGNvbC1tZC0yNCBjb2wtc20tMjQgY29sLXhzLTI0Ij4NCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImJsaW5kc3BhbHRlIGNvbC1sZy0wIGNvbC1tZC00Ij48L2Rpdj4NCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImNvbC1sZy0yNCBjb2wtbWQtNSBjb2wtbWQtNSBjb2wteHMtMTAiPg0KICAgICAgICAgICAgICA8ZGl2IGNsYXNzPSJ1bmRlcmxpbmVkIj5TaGFyZSBvbi4uLjwvZGl2Pg0KICAgICAgICAgICAgICA8ZGl2IGNsYXNzPSJzb2NpYWwtaWNvbnMiPg0KICAgICAgICAgICAgICAgIDxhIHJlbD0ibm9mb2xsb3ciIGNsYXNzPSJzZWxmLXJlZmVyZXItbGluayBzaGFyZS1saW5rIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL25vanMucGhwIiBkYXRhLXRlbXBsYXRlPSJodHRwczovL3d3dy5mYWNlYm9vay5jb20vc2hhcmVyLnBocD91PSN1IyZhbXA7dD0jdCMiIHRpdGxlPSJTaGFyZSBvbiBGYWNlYm9vayIgdGFyZ2V0PSJfYmxhbmsiPg0KICAgICAgICAgICAgICAgICAgPGltZyBpZD0iZmFjZWJvb2staWNvbiIgY2xhc3M9ImNvbC1sZy0xMiBjb2wtbWQtMTIgY29sLXNtLTEyIGNvbC14cy0xMiIgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LmUzYTgzMGI2ZjhhY2EwOGRjZDE2YzdlZjU5ZDM5NGJhL3NvY2lhbC1pY29ucy9mYWNlYm9vay1pY29uLnBuZyIgYWx0PSJGYWNlYm9vayBJY29uIj4NCiAgICAgICAgICAgICAgICA8L2E+DQogICAgICAgICAgICAgICAgPGEgcmVsPSJub2ZvbGxvdyIgY2xhc3M9InNlbGYtcmVmZXJlci1saW5rIHNoYXJlLWxpbmsiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvbm9qcy5waHAiIGRhdGEtdGVtcGxhdGU9Imh0dHBzOi8vdHdpdHRlci5jb20vaW50ZW50L3R3ZWV0P3VybD0jdSMmYW1wO3RleHQ9I3QjJmFtcDt2aWE9UEFOR0FFQWRhdGFQdWJsIiB0aXRsZT0iU2hhcmUgb24gVHdpdHRlciIgdGFyZ2V0PSJfYmxhbmsiPg0KICAgICAgICAgICAgICAgICAgPGltZyBpZD0idHdpdHRlci1pY29uIiBjbGFzcz0iY29sLWxnLTEyIGNvbC1tZC0xMiBjb2wtc20tMTIgY29sLXhzLTEyIiBzcmM9Ii8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3YuZTNhODMwYjZmOGFjYTA4ZGNkMTZjN2VmNTlkMzk0YmEvc29jaWFsLWljb25zL3R3aXR0ZXItaWNvbi5wbmciIGFsdD0iVHdpdHRlciBJY29uIj4NCiAgICAgICAgICAgICAgICA8L2E+DQogICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgICA8ZGl2IGNsYXNzPSJibGluZHNwYWx0ZSBjb2wtbGctMCBjb2wtbWQtMTgiPjwvZGl2Pg0KICAgICAgICAgIDwvZGl2Pg0KICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgICAgICANCiAgICAgICAgPGRpdiBpZD0iZm9vdGVyLW1lbnUtYXJlYSIgY2xhc3M9ImNvbC1sZy0yNCBjb2wtbWQtMjQgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgPGRpdiBjbGFzcz0iYmxpbmRzcGFsdGUgY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTQgY29sLXhzLTQiPjwvZGl2Pg0KICAgICAgICAgIDxkaXYgaWQ9ImZvb3Rlci1tZW51LXdyYXBwZXIiIGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgICAgPG5hdiBpZD0iZm9vdGVyLW5hdiI+DQogICAgICAgICAgICAgIDx1bD4NCiAgICAgICAgICAgICAgICA8bGkgaWQ9ImFib3V0LWxlZ2FsLW5vdGljZSI+DQogICAgICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fib3V0L2xlZ2FsLnBocCI+TGVnYWwgbm90aWNlPC9hPg0KICAgICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICAgICAgPGxpIGlkPSJhYm91dC1wcml2YWN5LXBvbGljeSI+DQogICAgICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fib3V0L3ByaXZhY3lwb2xpY3kucGhwIj5Qcml2YWN5IHBvbGljeTwvYT4NCiAgICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAgICAgICAgIDxsaSBpZD0iYWJvdXQtY29va2llcyI+DQogICAgICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fib3V0L2Nvb2tpZXMucGhwIj5Db29raWVzPC9hPg0KICAgICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICAgICAgPGxpIGlkPSJhYm91dC1jb250YWN0Ij4NCiAgICAgICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvY29udGFjdC8iPkNvbnRhY3Q8L2E+DQogICAgICAgICAgICAgICAgPC9saT4NCiAgICAgICAgICAgICAgPC91bD4NCiAgICAgICAgICAgIDwvbmF2Pg0KICAgICAgICAgICAgPGRpdiBjbGFzcz0iY2xlYXJmaXgiPjwvZGl2Pg0KICAgICAgICAgIDwvZGl2Pg0KICAgICAgICA8L2Rpdj4NCiAgICAgIDwvZGl2Pg0KICAgIDwvZm9vdGVyPg0KICA8L2Rpdj4NCjwvZGl2Pg0KPC9ib2R5Pgo8L2h0bWw+Cg== + PCFET0NUWVBFIGh0bWw+DQo8aHRtbCBsYW5nPSJlbiI+DQo8aGVhZD4KPG1ldGEgY2hhcnNldD0iVVRGLTgiPg0KPG1ldGEgbmFtZT0idmlld3BvcnQiIGNvbnRlbnQ9IndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLCBtaW5pbXVtLXNjYWxlPTEsIG1heGltdW0tc2NhbGU9MSwgdXNlci1zY2FsYWJsZT1ubyI+DQo8bGluayByZWw9InN0eWxlc2hlZXQiIGhyZWY9Ii8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDYwMCw0MDBpdGFsaWMsNzAwLDcwMGl0YWxpYyw2MDBpdGFsaWMsMzAwLDMwMGl0YWxpYyw4MDAsODAwaXRhbGljIj4KPGxpbmsgcmVsPSJzdHlsZXNoZWV0IiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LjNlOWQ1NjM1NmEzMjkzYjc0ZjE4Y2FjYTllY2QyNTM3L2Jvb3RzdHJhcC0yNGNvbC9jc3MvYm9vdHN0cmFwLm1pbi5jc3MiPgo8bGluayByZWw9InN0eWxlc2hlZXQiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3YuM2U5ZDU2MzU2YTMyOTNiNzRmMThjYWNhOWVjZDI1MzcvY3NzL3BhbmdhZWEuY3NzIj4KPCEtLVtpZiBsdGUgSUUgOV0+DQo8c3R5bGU+I3RvcGljcy1wdWxsZG93bi13cmFwcGVyIGxhYmVsOmFmdGVyIHsgZGlzcGxheTpub25lOyB9PC9zdHlsZT4NCjwhW2VuZGlmXS0tPg0KPGxpbmsgcmVsPSJzaG9ydGN1dCBpY29uIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LjNlOWQ1NjM1NmEzMjkzYjc0ZjE4Y2FjYTllY2QyNTM3L2Zhdmljb24uaWNvIj4NCjxsaW5rIHJlbD0iaWNvbiIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9mYXZpY29uLmljbyIgdHlwZT0iaW1hZ2Uvdm5kLm1pY3Jvc29mdC5pY29uIj4NCjxsaW5rIHJlbD0iaW1hZ2Vfc3JjIiB0eXBlPSJpbWFnZS9wbmciIGhyZWY9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3NvY2lhbC1pY29ucy9wYW5nYWVhLXNoYXJlLnBuZyI+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6aW1hZ2UiIGNvbnRlbnQ9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3NvY2lhbC1pY29ucy9wYW5nYWVhLXNoYXJlLnBuZyI+DQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2NkbmpzLmNsb3VkZmxhcmUuY29tL2FqYXgvbGlicy9qcXVlcnkvMS4xMi40L2pxdWVyeS5taW4uanMiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2NkbmpzLmNsb3VkZmxhcmUuY29tL2FqYXgvbGlicy9qcXVlcnkubWF0Y2hIZWlnaHQvMC43LjAvanF1ZXJ5Lm1hdGNoSGVpZ2h0LW1pbi5qcyI+PC9zY3JpcHQ+CjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Ii8vY2RuanMuY2xvdWRmbGFyZS5jb20vYWpheC9saWJzL2pxdWVyeS5hcHBlYXIvMC40LjEvanF1ZXJ5LmFwcGVhci5taW4uanMiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LjNlOWQ1NjM1NmEzMjkzYjc0ZjE4Y2FjYTllY2QyNTM3L2Jvb3RzdHJhcC0yNGNvbC9qcy9ib290c3RyYXAubWluLmpzIj48L3NjcmlwdD4KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9qcy9kYXRhY29tYm8tbWluLmpzIj48L3NjcmlwdD4KPHRpdGxlPkpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTQpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgbGFrZSBuZWFyIEthbmdlcmx1c3N1YXEsIHdlc3QgR3JlZW5sYW5kPC90aXRsZT4KPG1ldGEgbmFtZT0idGl0bGUiIGNvbnRlbnQ9Ikh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBsYWtlIG5lYXIgS2FuZ2VybHVzc3VhcSwgd2VzdCBHcmVlbmxhbmQiIC8+CjxtZXRhIG5hbWU9ImF1dGhvciIgY29udGVudD0iSm9oYW5zc29uLCBFbW1hOyBCZXJnbHVuZCwgU3RlbjsgTGluZGJvcmcsIFRvYmlhczsgUGV0cm9uZSwgSm9oYW5uZXM7IHZhbiBBcywgRGlyazsgR3VzdGFmc3NvbiwgTGFycy1Hw7ZyYW47IE7DpHNsdW5kLCBKZW5zLU92ZTsgTGF1ZG9uLCBIamFsbWFyIiAvPgo8bWV0YSBuYW1lPSJkYXRlIiBjb250ZW50PSIyMDE0LTA5LTI1IiAvPgo8bWV0YSBuYW1lPSJkZXNjcmlwdGlvbiIgY29udGVudD0iSm9oYW5zc29uLCBFbW1hOyBCZXJnbHVuZCwgU3RlbjsgTGluZGJvcmcsIFRvYmlhczsgUGV0cm9uZSwgSm9oYW5uZXM7IHZhbiBBcywgRGlyazsgR3VzdGFmc3NvbiwgTGFycy1Hw7ZyYW47IE7DpHNsdW5kLCBKZW5zLU92ZTsgTGF1ZG9uLCBIamFsbWFyICgyMDE0KTogSHlkcm9sb2dpY2FsIGFuZCBtZXRlb3JvbG9naWNhbCBpbnZlc3RpZ2F0aW9ucyBpbiBhIGxha2UgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZC4gUEFOR0FFQSwgaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgsIFN1cHBsZW1lbnQgdG86IEpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTUpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldC4gRWFydGggU3lzdGVtIFNjaWVuY2UgRGF0YSwgNygxKSwgOTMtMTA4LCBodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIgLz4KPG1ldGEgbmFtZT0iZ2VvLnBvc2l0aW9uIiBjb250ZW50PSI2Ny4xMjU5NDA7LTUwLjE4MDM3MCIgLz4KPG1ldGEgbmFtZT0iSUNCTSIgY29udGVudD0iNjcuMTI1OTQwLCAtNTAuMTgwMzcwIiAvPgo8IS0tQkVHSU46IER1YmxpbiBDb3JlIGRlc2NyaXB0aW9uLS0+CjxsaW5rIHJlbD0ic2NoZW1hLkRDIiBocmVmPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgLz4KPGxpbmsgcmVsPSJzY2hlbWEuRENURVJNUyIgaHJlZj0iaHR0cDovL3B1cmwub3JnL2RjL3Rlcm1zLyIgLz4KPG1ldGEgbmFtZT0iREMudGl0bGUiIGNvbnRlbnQ9Ikh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBsYWtlIG5lYXIgS2FuZ2VybHVzc3VhcSwgd2VzdCBHcmVlbmxhbmQiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkpvaGFuc3NvbiwgRW1tYSIgLz4KPG1ldGEgbmFtZT0iREMuY3JlYXRvciIgY29udGVudD0iQmVyZ2x1bmQsIFN0ZW4iIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkxpbmRib3JnLCBUb2JpYXMiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IlBldHJvbmUsIEpvaGFubmVzIiAvPgo8bWV0YSBuYW1lPSJEQy5jcmVhdG9yIiBjb250ZW50PSJ2YW4gQXMsIERpcmsiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9Ikd1c3RhZnNzb24sIExhcnMtR8O2cmFuIiAvPgo8bWV0YSBuYW1lPSJEQy5jcmVhdG9yIiBjb250ZW50PSJOw6RzbHVuZCwgSmVucy1PdmUiIC8+CjxtZXRhIG5hbWU9IkRDLmNyZWF0b3IiIGNvbnRlbnQ9IkxhdWRvbiwgSGphbG1hciIgLz4KPG1ldGEgbmFtZT0iREMucHVibGlzaGVyIiBjb250ZW50PSJQQU5HQUVBIiAvPgo8bWV0YSBuYW1lPSJEQy5zb3VyY2UiIGNvbnRlbnQ9IlN1cHBsZW1lbnQgdG86IEpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTUpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldC4gRWFydGggU3lzdGVtIFNjaWVuY2UgRGF0YSwgNygxKSwgOTMtMTA4LCBodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIgLz4KPG1ldGEgbmFtZT0iREMuZGF0ZSIgY29udGVudD0iMjAxNC0wOS0yNSIgc2NoZW1lPSJEQ1RFUk1TLlczQ0RURiIgLz4KPG1ldGEgbmFtZT0iREMudHlwZSIgY29udGVudD0iRGF0YXNldCIgLz4KPG1ldGEgbmFtZT0iREMubGFuZ3VhZ2UiIGNvbnRlbnQ9ImVuIiBzY2hlbWU9IkRDVEVSTVMuUkZDMzA2NiIgLz4KPG1ldGEgbmFtZT0iRENURVJNUy5saWNlbnNlIiBzY2hlbWU9IkRDVEVSTVMuVVJJIiBjb250ZW50PSJodHRwczovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvYnkvMy4wLyIgLz4KPG1ldGEgbmFtZT0iREMuaWRlbnRpZmllciIgY29udGVudD0iaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgiIHNjaGVtZT0iRENURVJNUy5VUkkiIC8+CjxtZXRhIG5hbWU9IkRDLmZvcm1hdCIgY29udGVudD0iYXBwbGljYXRpb24vemlwLCA1NjYzLjAga0J5dGVzIiAvPgo8bWV0YSBuYW1lPSJEQy5yZWxhdGlvbiIgY29udGVudD0iTWFwIG9mIFR3byBCb2F0IExha2UgaW4gR3JlZW5sYW5kIChqcGcgMTMgTUIpIHdpdGggcG9zaXRpb24gb2Ygc2FtcGxpbmcgc2l0ZXMgKFVSSTogaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnKSIgLz4KPG1ldGEgbmFtZT0iREMucmVsYXRpb24iIGNvbnRlbnQ9IlRpbWUgbGFwcyBwaG90b3Mgb2YgbGFrZSAyMDEyLTA5LTA1IHRvIDIwMTMtMDgtMTQgKG1vdiBmaWxlLCB6aXBwZWQgMjA1IE1CKSAoVVJJOiBodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwKSIgLz4KPCEtLUVORDogRHVibGluIENvcmUgZGVzY3JpcHRpb24tLT4KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iLy9tYXBzLmdvb2dsZWFwaXMuY29tL21hcHMvYXBpL2pzP3Y9MyZhbXA7bGFuZ3VhZ2U9ZW4mYW1wO2tleT1BSXphU3lEU2lWalBTNVl2YW5ac0VINFJ2SzBnRXI0NlVvLTFyQ1EiPjwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+Lyo8IVtDREFUQVsqL2pRdWVyeShmdW5jdGlvbigkKSB7IHJldHVybiBpbml0aWFsaXplU21hbGxEYXRhc2V0R01hcCg4MzYxNzgsJ2hhc2g9OWY5ZTgzODk2Mzk5NzFiZjk5ZWNhMDE5OWQ5YmFjMTAnLG5ldyBnb29nbGUubWFwcy5MYXRMbmdCb3VuZHMobmV3IGdvb2dsZS5tYXBzLkxhdExuZyg2Ny4xMjU5NCwtNTAuMTgwMzcpLG5ldyBnb29nbGUubWFwcy5MYXRMbmcoNjcuMTI1OTQsLTUwLjE4MDM3KSksdW5kZWZpbmVkKTsgfSk7LypdXT4qLzwvc2NyaXB0Pgo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSIvL2QxYnhoOHVhczFtbnc3LmNsb3VkZnJvbnQubmV0L2Fzc2V0cy9lbWJlZC5qcyI+PC9zY3JpcHQ+CjxsaW5rIHJlbD0iY2l0ZS1hcyIgaHJlZj0iaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgiPgo8bGluayByZWw9ImRlc2NyaWJlZGJ5IiBocmVmPSJodHRwczovL2RvaS5wYW5nYWVhLmRlLzEwLjE1OTQvUEFOR0FFQS44MzYxNzg/Zm9ybWF0PW1ldGFkYXRhX2pzb25sZCIgdHlwZT0iYXBwbGljYXRpb24vbGQranNvbiI+CjxsaW5rIHJlbD0iZGVzY3JpYmVkYnkiIGhyZWY9Imh0dHBzOi8vZG9pLnBhbmdhZWEuZGUvMTAuMTU5NC9QQU5HQUVBLjgzNjE3OD9mb3JtYXQ9Y2l0YXRpb25fcmlzIiB0eXBlPSJhcHBsaWNhdGlvbi94LXJlc2VhcmNoLWluZm8tc3lzdGVtcyI+CjxsaW5rIHJlbD0iZGVzY3JpYmVkYnkiIGhyZWY9Imh0dHBzOi8vZG9pLnBhbmdhZWEuZGUvMTAuMTU5NC9QQU5HQUVBLjgzNjE3OD9mb3JtYXQ9Y2l0YXRpb25fYmlidGV4IiB0eXBlPSJhcHBsaWNhdGlvbi94LWJpYnRleCI+CjxsaW5rIHJlbD0iaXRlbSIgaHJlZj0iaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC9qb2hhbnNzb25fZXRhbC0yMDE0LnppcCIgdHlwZT0iYXBwbGljYXRpb24vemlwIj4KPGxpbmsgcmVsPSJhdXRob3IiIGhyZWY9Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMi02NTUzLTg5ODIiPgo8bGluayByZWw9ImF1dGhvciIgaHJlZj0iaHR0cHM6Ly9vcmNpZC5vcmcvMDAwMC0wMDAxLTYwNTgtMTQ2NiI+CjxzY3JpcHQgdHlwZT0iYXBwbGljYXRpb24vbGQranNvbiI+eyJAY29udGV4dCI6Imh0dHA6Ly9zY2hlbWEub3JnLyIsIkBpZCI6Imh0dHBzOi8vZG9pLm9yZy8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwiQHR5cGUiOiJEYXRhc2V0IiwiaWRlbnRpZmllciI6Imh0dHBzOi8vZG9pLm9yZy8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwidXJsIjoiaHR0cHM6Ly9kb2kucGFuZ2FlYS5kZS8xMC4xNTk0L1BBTkdBRUEuODM2MTc4IiwiY3JlYXRvciI6W3siQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoiSm9oYW5zc29uIiwiZ2l2ZW5OYW1lIjoiRW1tYSIsImVtYWlsIjoiZW1tYS5qb2hhbnNzb25Ac2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJCZXJnbHVuZCIsImdpdmVuTmFtZSI6IlN0ZW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6IkxpbmRib3JnIiwiZ2l2ZW5OYW1lIjoiVG9iaWFzIiwiZW1haWwiOiJ0b2JpYXMubGluZGJvcmdAc2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJQZXRyb25lIiwiZ2l2ZW5OYW1lIjoiSm9oYW5uZXMiLCJlbWFpbCI6ImpvaGFubmVzLnBldHJvbmVAc2tiLnNlIn0seyJAaWQiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIiwiQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoidmFuIEFzIiwiZ2l2ZW5OYW1lIjoiRGlyayIsImlkZW50aWZpZXIiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJHdXN0YWZzc29uIiwiZ2l2ZW5OYW1lIjoiTGFycy1Hw7ZyYW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6Ik7DpHNsdW5kIiwiZ2l2ZW5OYW1lIjoiSmVucy1PdmUifSx7IkBpZCI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYiLCJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJMYXVkb24iLCJnaXZlbk5hbWUiOiJIamFsbWFyIiwiaWRlbnRpZmllciI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYifV0sIm5hbWUiOiJIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgbGFrZSBuZWFyIEthbmdlcmx1c3N1YXEsIHdlc3QgR3JlZW5sYW5kIiwicHVibGlzaGVyIjp7IkB0eXBlIjoiT3JnYW5pemF0aW9uIiwibmFtZSI6IlBBTkdBRUEiLCJkaXNhbWJpZ3VhdGluZ0Rlc2NyaXB0aW9uIjoiRGF0YSBQdWJsaXNoZXIgZm9yIEVhcnRoICYgRW52aXJvbm1lbnRhbCBTY2llbmNlIiwidXJsIjoiaHR0cHM6Ly93d3cucGFuZ2FlYS5kZS8ifSwiaW5jbHVkZWRJbkRhdGFDYXRhbG9nIjp7IkB0eXBlIjoiRGF0YUNhdGFsb2ciLCJuYW1lIjoiUEFOR0FFQSIsImRpc2FtYmlndWF0aW5nRGVzY3JpcHRpb24iOiJEYXRhIFB1Ymxpc2hlciBmb3IgRWFydGggJiBFbnZpcm9ubWVudGFsIFNjaWVuY2UiLCJ1cmwiOiJodHRwczovL3d3dy5wYW5nYWVhLmRlLyJ9LCJkYXRlUHVibGlzaGVkIjoiMjAxNC0wOS0yNSIsIkByZXZlcnNlIjp7ImlzQmFzZWRPbiI6eyJAaWQiOiJodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIsIkB0eXBlIjoiUHVibGljYXRpb25Jc3N1ZSIsImlkZW50aWZpZXIiOiJodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIsInVybCI6Imh0dHBzOi8vZG9pLm9yZy8xMC41MTk0L2Vzc2QtNy05My0yMDE1IiwiY3JlYXRvciI6W3siQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoiSm9oYW5zc29uIiwiZ2l2ZW5OYW1lIjoiRW1tYSIsImVtYWlsIjoiZW1tYS5qb2hhbnNzb25Ac2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJCZXJnbHVuZCIsImdpdmVuTmFtZSI6IlN0ZW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6IkxpbmRib3JnIiwiZ2l2ZW5OYW1lIjoiVG9iaWFzIiwiZW1haWwiOiJ0b2JpYXMubGluZGJvcmdAc2tiLnNlIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJQZXRyb25lIiwiZ2l2ZW5OYW1lIjoiSm9oYW5uZXMiLCJlbWFpbCI6ImpvaGFubmVzLnBldHJvbmVAc2tiLnNlIn0seyJAaWQiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIiwiQHR5cGUiOiJQZXJzb24iLCJmYW1pbHlOYW1lIjoidmFuIEFzIiwiZ2l2ZW5OYW1lIjoiRGlyayIsImlkZW50aWZpZXIiOiJodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDItNjU1My04OTgyIn0seyJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJHdXN0YWZzc29uIiwiZ2l2ZW5OYW1lIjoiTGFycy1Hw7ZyYW4ifSx7IkB0eXBlIjoiUGVyc29uIiwiZmFtaWx5TmFtZSI6Ik7DpHNsdW5kIiwiZ2l2ZW5OYW1lIjoiSmVucy1PdmUifSx7IkBpZCI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYiLCJAdHlwZSI6IlBlcnNvbiIsImZhbWlseU5hbWUiOiJMYXVkb24iLCJnaXZlbk5hbWUiOiJIamFsbWFyIiwiaWRlbnRpZmllciI6Imh0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYifV0sIm5hbWUiOiJIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldCIsImRhdGVQdWJsaXNoZWQiOiIyMDE1IiwiaXNzdWVOdW1iZXIiOiI3KDEpIiwicGFnaW5hdGlvbiI6IjkzLTEwOCIsImlzUGFydE9mIjp7IkB0eXBlIjoiQ3JlYXRpdmVXb3JrU2VyaWVzIiwibmFtZSI6IkVhcnRoIFN5c3RlbSBTY2llbmNlIERhdGEifX19LCJkZXNjcmlwdGlvbiI6IkZldyBoeWRyb2xvZ2ljYWwgc3R1ZGllcyBoYXZlIGJlZW4gbWFkZSBpbiBHcmVlbmxhbmQsIG90aGVyIHRoYW4gb24gZ2xhY2lhbCBoeWRyb2xvZ3kgYXNzb2NpYXRlZCB3aXRoIHRoZSBpY2Ugc2hlZXQuIFVuZGVyc3RhbmRpbmcgcGVybWFmcm9zdCBoeWRyb2xvZ3kgYW5kIGh5ZHJvY2xpbWF0aWMgY2hhbmdlIGFuZCB2YXJpYWJpbGl0eSwgaG93ZXZlciwgcHJvdmlkZXMga2V5IGluZm9ybWF0aW9uIGZvciB1bmRlcnN0YW5kaW5nIGNsaW1hdGUgY2hhbmdlIGVmZmVjdHMgYW5kIGZlZWRiYWNrcyBpbiB0aGUgQXJjdGljIGxhbmRzY2FwZS4gVGhpcyBwYXBlciBwcmVzZW50cyBhIG5ldyBleHRlbnNpdmUgYW5kIGRldGFpbGVkIGh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgb3BlbiBhY2Nlc3MgZGF0YXNldCwgd2l0aCBoaWdoIHRlbXBvcmFsIHJlc29sdXRpb24gZnJvbSBhIDEuNTYga20qKjIgcGVybWFmcm9zdCBjYXRjaG1lbnQgd2l0aCBhIGxha2UgdW5kZXJsYWluIGJ5IGEgdGhyb3VnaCB0YWxpayBjbG9zZSB0byB0aGUgaWNlIHNoZWV0IGluIHRoZSBLYW5nZXJsdXNzdWFxIHJlZ2lvbiwgd2VzdGVybiBHcmVlbmxhbmQuIFRoZSBwYXBlciBkZXNjcmliZXMgdGhlIGh5ZHJvbG9naWNhbCBzaXRlIGludmVzdGlnYXRpb25zIGFuZCB1dGlsaXplZCBlcXVpcG1lbnQsIGFzIHdlbGwgYXMgdGhlIGRhdGEgY29sbGVjdGlvbiBhbmQgcHJvY2Vzc2luZy4gVGhlIGludmVzdGlnYXRpb25zIHdlcmUgcGVyZm9ybWVkIGJldHdlZW4gMjAxMCBhbmQgMjAxMy4gVGhlIGhpZ2ggc3BhdGlhbCByZXNvbHV0aW9uLCB3aXRoaW4gdGhlIGludmVzdGlnYXRlZCBhcmVhLCBvZiB0aGUgZGF0YXNldCBtYWtlcyBpdCBoaWdobHkgc3VpdGFibGUgZm9yIHZhcmlvdXMgZGV0YWlsZWQgaHlkcm9sb2dpY2FsIGFuZCBlY29sb2dpY2FsIHN0dWRpZXMgb24gY2F0Y2htZW50IHNjYWxlLiIsImNpdGF0aW9uIjpbeyJAaWQiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L3R3b2JvYXRsYWtlX2dyZWVubGFuZC5qcGciLCJAdHlwZSI6IldlYlBhZ2UiLCJpZGVudGlmaWVyIjoiaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnIiwidXJsIjoiaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnIiwibmFtZSI6Ik1hcCBvZiBUd28gQm9hdCBMYWtlIGluIEdyZWVubGFuZCAoanBnIDEzIE1CKSB3aXRoIHBvc2l0aW9uIG9mIHNhbXBsaW5nIHNpdGVzIn0seyJAaWQiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwIiwiQHR5cGUiOiJXZWJQYWdlIiwiaWRlbnRpZmllciI6Imh0dHA6Ly9zdG9yZS5wYW5nYWVhLmRlL1B1YmxpY2F0aW9ucy9Kb2hhbnNzb25FX2V0X2FsXzIwMTQvVGltZWxhcHNlX1RCTC56aXAiLCJ1cmwiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L1RpbWVsYXBzZV9UQkwuemlwIiwibmFtZSI6IlRpbWUgbGFwcyBwaG90b3Mgb2YgbGFrZSAyMDEyLTA5LTA1IHRvIDIwMTMtMDgtMTQgKG1vdiBmaWxlLCB6aXBwZWQgMjA1IE1CKSJ9XSwic3BhdGlhbENvdmVyYWdlIjp7IkB0eXBlIjoiUGxhY2UiLCJnZW8iOnsiQHR5cGUiOiJHZW9Db29yZGluYXRlcyIsImxhdGl0dWRlIjo2Ny4xMjU5NCwibG9uZ2l0dWRlIjotNTAuMTgwMzd9fSwiaW5MYW5ndWFnZSI6ImVuIiwibGljZW5zZSI6Imh0dHBzOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS8zLjAvIiwiZGlzdHJpYnV0aW9uIjp7IkB0eXBlIjoiRGF0YURvd25sb2FkIiwiZmlsZUZvcm1hdCI6ImFwcGxpY2F0aW9uL3ppcCIsImNvbnRlbnRVcmwiOiJodHRwOi8vc3RvcmUucGFuZ2FlYS5kZS9QdWJsaWNhdGlvbnMvSm9oYW5zc29uRV9ldF9hbF8yMDE0L2pvaGFuc3Nvbl9ldGFsLTIwMTQuemlwIn19PC9zY3JpcHQ+CjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4vKjwhW0NEQVRBWyovDQooZnVuY3Rpb24oaSxzLG8sZyxyLGEsbSl7aVsnR29vZ2xlQW5hbHl0aWNzT2JqZWN0J109cjtpW3JdPWlbcl18fGZ1bmN0aW9uKCl7DQooaVtyXS5xPWlbcl0ucXx8W10pLnB1c2goYXJndW1lbnRzKX0saVtyXS5sPTEqbmV3IERhdGUoKTthPXMuY3JlYXRlRWxlbWVudChvKSwNCm09cy5nZXRFbGVtZW50c0J5VGFnTmFtZShvKVswXTthLmFzeW5jPTE7YS5zcmM9ZzttLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlKGEsbSkNCn0pKHdpbmRvdyxkb2N1bWVudCwnc2NyaXB0JywnLy93d3cuZ29vZ2xlLWFuYWx5dGljcy5jb20vYW5hbHl0aWNzLmpzJywnZ2EnKTsNCmdhKCdjcmVhdGUnLCAnVUEtMzA2MjQxNTAtMScsICdwYW5nYWVhLmRlJyk7DQpnYSgnc2V0JywgJ2Fub255bWl6ZUlwJywgdHJ1ZSk7DQpnYSgnc2VuZCcsICdwYWdldmlldycpOw0KLypdXT4qLzwvc2NyaXB0Pg0KPC9oZWFkPg0KPGJvZHkgY2xhc3M9ImhvbWVwYWdlLWxheW91dCI+DQo8ZGl2IGlkPSJoZWFkZXItd3JhcHBlciI+DQogIDxkaXYgY2xhc3M9ImNvbnRhaW5lci1mbHVpZCI+DQogICAgPGhlYWRlciBjbGFzcz0icm93Ij48IS0tIHZvbGxlIFNjcmVlbi1CcmVpdGUgLS0+DQogICAgICA8ZGl2IGNsYXNzPSJjb250ZW50LXdyYXBwZXIiPjwhLS0gbWF4LiBCcmVpdGUgLS0+DQogICAgICAgIDxkaXYgaWQ9ImxvZ2luLWFyZWEtd3JhcHBlciIgY2xhc3M9ImhpZGRlbi1wcmludCI+PGRpdiBpZD0ibG9naW4tYXJlYSI+PHNwYW4gaWQ9InVzZXItbmFtZSI+Tm90IGxvZ2dlZCBpbjwvc3Bhbj48YSBpZD0ic2lnbnVwLWJ1dHRvbiIgY2xhc3M9ImdseXBoaWNvbiBnbHlwaGljb24tcGx1cy1zaWduIHNlbGYtcmVmZXJlci1saW5rIiB0aXRsZT0iU2lnbiBVcCAvIENyZWF0ZSBBY2NvdW50IiBhcmlhLWxhYmVsPSJTaWduIHVwIiB0YXJnZXQ9Il9zZWxmIiByZWw9Im5vZm9sbG93IiBocmVmPSJodHRwczovL3d3dy5wYW5nYWVhLmRlL3VzZXIvc2lnbnVwLnBocD9yZWZlcmVyPWh0dHBzJTNBJTJGJTJGd3d3LnBhbmdhZWEuZGUlMkYiIGRhdGEtdGVtcGxhdGU9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvdXNlci9zaWdudXAucGhwP3JlZmVyZXI9I3UjIj48L2E+PGEgaWQ9ImxvZ2luLWJ1dHRvbiIgY2xhc3M9ImdseXBoaWNvbiBnbHlwaGljb24tbG9nLWluIHNlbGYtcmVmZXJlci1saW5rIiB0aXRsZT0iTG9nIEluIiBhcmlhLWxhYmVsPSJMb2cgaW4iIHRhcmdldD0iX3NlbGYiIHJlbD0ibm9mb2xsb3ciIGhyZWY9Imh0dHBzOi8vd3d3LnBhbmdhZWEuZGUvdXNlci9sb2dpbi5waHA/cmVmZXJlcj1odHRwcyUzQSUyRiUyRnd3dy5wYW5nYWVhLmRlJTJGIiBkYXRhLXRlbXBsYXRlPSJodHRwczovL3d3dy5wYW5nYWVhLmRlL3VzZXIvbG9naW4ucGhwP3JlZmVyZXI9I3UjIj48L2E+PC9kaXY+PC9kaXY+DQogICAgICAgIDxkaXYgY2xhc3M9ImJsaW5kc3BhbHRlIGhlYWRlci1ibG9jayBjb2wtbGctMyBjb2wtbWQtNCI+PC9kaXY+DQogICAgICAgIA0KICAgICAgICA8ZGl2IGlkPSJoZWFkZXItbG9nby1ibG9jayIgY2xhc3M9ImhlYWRlci1ibG9jayBjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tNCBjb2wteHMtOCI+DQogICAgICAgICAgPGRpdiBpZD0icGFuZ2FlYS1sb2dvIj4NCiAgICAgICAgICAgIDxhIHRpdGxlPSJQQU5HQUVBIGhvbWUiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvIiBjbGFzcz0iaG9tZS1saW5rIj48aW1nIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9sYXlvdXQtaW1hZ2VzL3BhbmdhZWEtbG9nby5wbmciIGFsdD0iUEFOR0FFQSBob21lIj48L2E+DQogICAgICAgICAgPC9kaXY+DQogICAgICAgIDwvZGl2Pg0KICAgICAgICANCiAgICAgICAgPGRpdiBpZD0iaGVhZGVyLW1pZC1ibG9jayIgY2xhc3M9ImhlYWRlci1ibG9jayBjb2wtbGctMTIgY29sLW1kLTkgY29sLXNtLTIwIGNvbC14cy0xNiI+DQogICAgICAgICAgPGRpdiBpZD0icGFuZ2FlYS1sb2dvLWhlYWRsaW5lIj4NCiAgICAgICAgICAgIFBBTkdBRUE8c3BhbiBjbGFzcz0icHVua3QiPi48L3NwYW4+DQogICAgICAgICAgPC9kaXY+DQogICAgICAgICAgPGRpdiBpZD0icGFuZ2FlYS1sb2dvLXNsb2dhbiI+DQogICAgICAgICAgICA8c3Bhbj5EYXRhIFB1Ymxpc2hlciBmb3IgRWFydGggJmFtcDsgPC9zcGFuPjxzcGFuIGNsYXNzPSJub3dyYXAiPkVudmlyb25tZW50YWwgU2NpZW5jZTwvc3Bhbj4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICA8ZGl2IGlkPSJzZWFyY2gtYXJlYS1oZWFkZXIiIGNsYXNzPSJyb3ciPjwvZGl2Pg0KICAgICAgICA8L2Rpdj4NCiAgICAgICAgDQogICAgICAgIDxkaXYgaWQ9ImhlYWRlci1tYWluLW1lbnUtYmxvY2siIGNsYXNzPSJoZWFkZXItYmxvY2sgaGlkZGVuLXByaW50IGNvbC1sZy02IGNvbC1tZC03IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgIDxuYXYgaWQ9Im1haW4tbmF2Ij4NCiAgICAgICAgICAgIDx1bD4NCiAgICAgICAgICAgICAgPGxpIGlkPSJtZW51LXNlYXJjaCI+DQogICAgICAgICAgICAgICAgPCEtLSBjbGFzcyBvbiBsaW5rIGlzIGltcG9ydGFudCwgZG9uJ3QgY2hhbmdlISEhIC0tPg0KICAgICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvIiBjbGFzcz0iaG9tZS1saW5rIj5TZWFyY2g8L2E+DQogICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICAgIDxsaSBpZD0ibWVudS1zdWJtaXQiPg0KICAgICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvc3VibWl0LyI+U3VibWl0PC9hPg0KICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAgICAgICA8bGkgaWQ9Im1lbnUtYWJvdXQiPg0KICAgICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvYWJvdXQvIj5BYm91dDwvYT4NCiAgICAgICAgICAgICAgPC9saT4NCiAgICAgICAgICAgICAgPGxpIGlkPSJtZW51LWNvbnRhY3QiPg0KICAgICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvY29udGFjdC8iPkNvbnRhY3Q8L2E+DQogICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICA8L3VsPg0KICAgICAgICAgIDwvbmF2Pg0KICAgICAgICAgIDxkaXYgY2xhc3M9ImNsZWFyZml4Ij48L2Rpdj4NCiAgICAgICAgPC9kaXY+DQogICAgICA8L2Rpdj4NCiAgICA8L2hlYWRlcj4NCiAgPC9kaXY+DQo8L2Rpdj4NCjxkaXYgaWQ9ImZsZXgtd3JhcHBlciI+DQo8ZGl2IGlkPSJtYWluLWNvbnRhaW5lciIgY2xhc3M9ImNvbnRhaW5lci1mbHVpZCI+DQo8ZGl2IGlkPSJtYWluLXJvdyIgY2xhc3M9InJvdyBtYWluLXJvdyI+DQo8ZGl2IGlkPSJtYWluIiBjbGFzcz0iY29sLWxnLTI0IGNvbC1tZC0yNCBjb2wtc20tMjQgY29sLXhzLTI0Ij4NCjxkaXYgaWQ9ImRhdGFzZXQiPgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQgaGlkZGVuLXhzIGhpZGRlbi1zbSI+PGRpdiBjbGFzcz0idGl0bGUgY2l0YXRpb24gaW52aXNpYmxlLXRvcC1ib3JkZXIiPkNpdGF0aW9uOjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciB0b3AtYm9yZGVyIj48ZGl2IGlkPSJnbWFwLWRhdGFzZXQtd3JhcHBlciIgY2xhc3M9ImdtYXAtd3JhcHBlciBoaWRkZW4tcHJpbnQgaGlkZGVuLXhzIGhpZGRlbi1zbSBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJlbWJlZC1yZXNwb25zaXZlIGVtYmVkLXJlc3BvbnNpdmUtNGJ5MyI+PGRpdiBpZD0iZ21hcC1kYXRhc2V0IiBjbGFzcz0iZW1iZWQtcmVzcG9uc2l2ZS1pdGVtIj48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8aDEgY2xhc3M9ImhhbmdpbmcgY2l0YXRpb24iPjxzdHJvbmc+PGEgY2xhc3M9InBvcG92ZXItbGluayBsaW5rLXVuc3R5bGVkIiBocmVmPSIjIiBkYXRhLXRpdGxlPSImbHQ7c3BhbiZndDtKb2hhbnNzb24sIEVtbWEmbHQ7YSBjbGFzcz0mcXVvdDtzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgcmVsPSZxdW90O25vZm9sbG93JnF1b3Q7IHRpdGxlPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdKb2hhbnNzb24sIEVtbWEnLi4uJnF1b3Q7IGFyaWEtbGFiZWw9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0pvaGFuc3NvbiwgRW1tYScmcXVvdDsgaHJlZj0mcXVvdDsvL3d3dy5wYW5nYWVhLmRlLz9xPWF1dGhvciUzQWVtYWlsJTNBZW1tYS5qb2hhbnNzb24lNDBza2Iuc2UmcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2Jmd0OyZsdDthIGNsYXNzPSZxdW90O21haWwtbGluayB0ZXh0LW5vd3JhcCB3aWRlLWljb24tbGluayZxdW90OyBocmVmPSZxdW90O21haWx0bzplbW1hLmpvaGFuc3NvbkBza2Iuc2UmcXVvdDsmZ3Q7ZW1tYS5qb2hhbnNzb25Ac2tiLnNlJmx0Oy9hJmd0OyZsdDsvZGl2Jmd0OyYjMTA7Jmx0Oy9kaXYmZ3Q7JiMxMDsiPkpvaGFuc3NvbiwgRW1tYTwvYT47IEJlcmdsdW5kLCBTdGVuOyA8YSBjbGFzcz0icG9wb3Zlci1saW5rIGxpbmstdW5zdHlsZWQiIGhyZWY9IiMiIGRhdGEtdGl0bGU9IiZsdDtzcGFuJmd0O0xpbmRib3JnLCBUb2JpYXMmbHQ7YSBjbGFzcz0mcXVvdDtzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgcmVsPSZxdW90O25vZm9sbG93JnF1b3Q7IHRpdGxlPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdMaW5kYm9yZywgVG9iaWFzJy4uLiZxdW90OyBhcmlhLWxhYmVsPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdMaW5kYm9yZywgVG9iaWFzJyZxdW90OyBocmVmPSZxdW90Oy8vd3d3LnBhbmdhZWEuZGUvP3E9YXV0aG9yJTNBZW1haWwlM0F0b2JpYXMubGluZGJvcmclNDBza2Iuc2UmcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2Jmd0OyZsdDthIGNsYXNzPSZxdW90O21haWwtbGluayB0ZXh0LW5vd3JhcCB3aWRlLWljb24tbGluayZxdW90OyBocmVmPSZxdW90O21haWx0bzp0b2JpYXMubGluZGJvcmdAc2tiLnNlJnF1b3Q7Jmd0O3RvYmlhcy5saW5kYm9yZ0Bza2Iuc2UmbHQ7L2EmZ3Q7Jmx0Oy9kaXYmZ3Q7JiMxMDsmbHQ7L2RpdiZndDsmIzEwOyI+TGluZGJvcmcsIFRvYmlhczwvYT47IDxhIGNsYXNzPSJwb3BvdmVyLWxpbmsgbGluay11bnN0eWxlZCIgaHJlZj0iIyIgZGF0YS10aXRsZT0iJmx0O3NwYW4mZ3Q7UGV0cm9uZSwgSm9oYW5uZXMmbHQ7YSBjbGFzcz0mcXVvdDtzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgcmVsPSZxdW90O25vZm9sbG93JnF1b3Q7IHRpdGxlPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdQZXRyb25lLCBKb2hhbm5lcycuLi4mcXVvdDsgYXJpYS1sYWJlbD0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnUGV0cm9uZSwgSm9oYW5uZXMnJnF1b3Q7IGhyZWY9JnF1b3Q7Ly93d3cucGFuZ2FlYS5kZS8/cT1hdXRob3IlM0FlbWFpbCUzQWpvaGFubmVzLnBldHJvbmUlNDBza2Iuc2UmcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2Jmd0OyZsdDthIGNsYXNzPSZxdW90O21haWwtbGluayB0ZXh0LW5vd3JhcCB3aWRlLWljb24tbGluayZxdW90OyBocmVmPSZxdW90O21haWx0bzpqb2hhbm5lcy5wZXRyb25lQHNrYi5zZSZxdW90OyZndDtqb2hhbm5lcy5wZXRyb25lQHNrYi5zZSZsdDsvYSZndDsmbHQ7L2RpdiZndDsmIzEwOyZsdDsvZGl2Jmd0OyYjMTA7Ij5QZXRyb25lLCBKb2hhbm5lczwvYT47IDxhIGNsYXNzPSJwb3BvdmVyLWxpbmsgbGluay11bnN0eWxlZCIgaHJlZj0iIyIgZGF0YS10aXRsZT0iJmx0O3NwYW4mZ3Q7dmFuIEFzLCBEaXJrJmx0O2EgY2xhc3M9JnF1b3Q7c2VhcmNobGluayBnbHlwaGljb24gZ2x5cGhpY29uLXNlYXJjaCZxdW90OyB0YXJnZXQ9JnF1b3Q7X2JsYW5rJnF1b3Q7IHJlbD0mcXVvdDtub2ZvbGxvdyZxdW90OyB0aXRsZT0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAndmFuIEFzLCBEaXJrJy4uLiZxdW90OyBhcmlhLWxhYmVsPSZxdW90O1NlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICd2YW4gQXMsIERpcmsnJnF1b3Q7IGhyZWY9JnF1b3Q7Ly93d3cucGFuZ2FlYS5kZS8/cT1hdXRob3IlM0FvcmNpZCUzQTAwMDAtMDAwMi02NTUzLTg5ODImcXVvdDsmZ3Q7Jmx0Oy9hJmd0OyZsdDsvc3BhbiZndDsiIGRhdGEtY29udGVudD0iJmx0O2RpdiZndDsmbHQ7ZGl2Jmd0OyZsdDthIGNsYXNzPSZxdW90O29yY2lkLWxpbmsgdGV4dC1ub3dyYXAgd2lkZS1pY29uLWxpbmsmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyBocmVmPSZxdW90O2h0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMi02NTUzLTg5ODImcXVvdDsmZ3Q7aHR0cHM6Ly9vcmNpZC5vcmcvMDAwMC0wMDAyLTY1NTMtODk4MiZsdDsvYSZndDsmbHQ7L2RpdiZndDsmIzEwOyZsdDsvZGl2Jmd0OyYjMTA7Ij52YW4gQXMsIERpcms8L2E+OyBHdXN0YWZzc29uLCBMYXJzLUfDtnJhbjsgTsOkc2x1bmQsIEplbnMtT3ZlOyA8YSBjbGFzcz0icG9wb3Zlci1saW5rIGxpbmstdW5zdHlsZWQiIGhyZWY9IiMiIGRhdGEtdGl0bGU9IiZsdDtzcGFuJmd0O0xhdWRvbiwgSGphbG1hciZsdDthIGNsYXNzPSZxdW90O3NlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2gmcXVvdDsgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyByZWw9JnF1b3Q7bm9mb2xsb3cmcXVvdDsgdGl0bGU9JnF1b3Q7U2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0xhdWRvbiwgSGphbG1hcicuLi4mcXVvdDsgYXJpYS1sYWJlbD0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnTGF1ZG9uLCBIamFsbWFyJyZxdW90OyBocmVmPSZxdW90Oy8vd3d3LnBhbmdhZWEuZGUvP3E9YXV0aG9yJTNBb3JjaWQlM0EwMDAwLTAwMDEtNjA1OC0xNDY2JnF1b3Q7Jmd0OyZsdDsvYSZndDsmbHQ7L3NwYW4mZ3Q7IiBkYXRhLWNvbnRlbnQ9IiZsdDtkaXYmZ3Q7Jmx0O2RpdiZndDsmbHQ7YSBjbGFzcz0mcXVvdDtvcmNpZC1saW5rIHRleHQtbm93cmFwIHdpZGUtaWNvbi1saW5rJnF1b3Q7IHRhcmdldD0mcXVvdDtfYmxhbmsmcXVvdDsgaHJlZj0mcXVvdDtodHRwczovL29yY2lkLm9yZy8wMDAwLTAwMDEtNjA1OC0xNDY2JnF1b3Q7Jmd0O2h0dHBzOi8vb3JjaWQub3JnLzAwMDAtMDAwMS02MDU4LTE0NjYmbHQ7L2EmZ3Q7Jmx0Oy9kaXYmZ3Q7JiMxMDsmbHQ7L2RpdiZndDsmIzEwOyI+TGF1ZG9uLCBIamFsbWFyPC9hPiAoMjAxNCk6PC9zdHJvbmc+IEh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgaW52ZXN0aWdhdGlvbnMgaW4gYSBsYWtlIG5lYXIgS2FuZ2VybHVzc3VhcSwgd2VzdCBHcmVlbmxhbmQuIDxlbT5QQU5HQUVBPC9lbT4sIDxhIGlkPSJjaXRhdGlvbi1kb2ktbGluayIgcmVsPSJub2ZvbGxvdyBib29rbWFyayIgaHJlZj0iaHR0cHM6Ly9kb2kub3JnLzEwLjE1OTQvUEFOR0FFQS44MzYxNzgiIGRhdGEtcHVic3RhdHVzPSI0IiBjbGFzcz0idGV4dC1saW5rd3JhcCBwb3BvdmVyLWxpbmsgZG9pLWxpbmsiPmh0dHBzOi8vZG9pLm9yZy8xMC4xNTk0L1BBTkdBRUEuODM2MTc4PC9hPiw8aHIgY2xhc3M9InNwYWNlciIgYXJpYS1oaWRkZW49InRydWUiIC8+CjxlbT5TdXBwbGVtZW50IHRvOjwvZW0+IEpvaGFuc3NvbiwgRSBldCBhbC4gKDIwMTUpOiBIeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIGludmVzdGlnYXRpb25zIGluIGEgcGVyaWdsYWNpYWwgbGFrZSBjYXRjaG1lbnQgbmVhciBLYW5nZXJsdXNzdWFxLCB3ZXN0IEdyZWVubGFuZCDigJMgcHJlc2VudGF0aW9uIG9mIGEgbmV3IG11bHRpLXBhcmFtZXRlciBkYXRhIHNldC4gPGVtPkVhcnRoIFN5c3RlbSBTY2llbmNlIERhdGE8L2VtPiwgPHN0cm9uZz43KDEpPC9zdHJvbmc+LCA5My0xMDgsIDxhIGNsYXNzPSJ0ZXh0LWxpbmt3cmFwIGRvaS1saW5rIiBocmVmPSJodHRwczovL2RvaS5vcmcvMTAuNTE5NC9lc3NkLTctOTMtMjAxNSIgdGFyZ2V0PSJfYmxhbmsiPmh0dHBzOi8vZG9pLm9yZy8xMC41MTk0L2Vzc2QtNy05My0yMDE1PC9hPjwvaDE+CjxwIGNsYXNzPSJob3d0b2NpdGUiPjxzbWFsbD48c3BhbiBjbGFzcz0iZ2x5cGhpY29uIGdseXBoaWNvbi1idWxsaG9ybiI+PC9zcGFuPiA8c3Ryb25nPkFsd2F5cyBxdW90ZSBhYm92ZSBjaXRhdGlvbiB3aGVuIHVzaW5nIGRhdGEhPC9zdHJvbmc+IFlvdSBjYW4gZG93bmxvYWQgdGhlIGNpdGF0aW9uIGluIHNldmVyYWwgZm9ybWF0cyBiZWxvdy48L3NtYWxsPjwvcD4KPHAgY2xhc3M9ImRhdGEtYnV0dG9ucyI+PGEgcmVsPSJub2ZvbGxvdyBkZXNjcmliZWRieSIgdGl0bGU9IkV4cG9ydCBjaXRhdGlvbiB0byBSZWZlcmVuY2UgTWFuYWdlciwgRW5kTm90ZSwgUHJvQ2l0ZSIgaHJlZj0iP2Zvcm1hdD1jaXRhdGlvbl9yaXMiIGNsYXNzPSJhY3Rpb25idXR0b25saW5rIj48c3BhbiBjbGFzcz0iYWN0aW9uYnV0dG9uIj5SSVMgQ2l0YXRpb248L3NwYW4+PC9hPjxhIHJlbD0ibm9mb2xsb3cgZGVzY3JpYmVkYnkiIHRpdGxlPSJFeHBvcnQgY2l0YXRpb24gdG8gQmliVGVYIiBocmVmPSI/Zm9ybWF0PWNpdGF0aW9uX2JpYnRleCIgY2xhc3M9ImFjdGlvbmJ1dHRvbmxpbmsiPjxzcGFuIGNsYXNzPSJhY3Rpb25idXR0b24iPjxzcGFuIHN0eWxlPSJmb250LXZhcmlhbnQ6c21hbGwtY2FwczsiPkJpYlRlWDwvc3Bhbj4gQ2l0YXRpb248L3NwYW4+PC9hPjxhIGlkPSJ0ZXh0LWNpdGF0aW9uLWxpbmsiIHJlbD0ibm9mb2xsb3ciIHRpdGxlPSJFeHBvcnQgY2l0YXRpb24gYXMgcGxhaW4gdGV4dCIgaHJlZj0iP2Zvcm1hdD1jaXRhdGlvbl90ZXh0IiB0YXJnZXQ9Il9ibGFuayIgY2xhc3M9ImFjdGlvbmJ1dHRvbmxpbmsgc2hhcmUtbGluayI+PHNwYW4gY2xhc3M9ImFjdGlvbmJ1dHRvbiI+VGV4dCBDaXRhdGlvbjwvc3Bhbj48L2E+PHNwYW4gY2xhc3M9InNlcGFyYXRvciI+PC9zcGFuPjxhIHJlbD0ibm9mb2xsb3ciIGNsYXNzPSJzZWxmLXJlZmVyZXItbGluayBzaGFyZS1saW5rIGFjdGlvbmJ1dHRvbmxpbmsiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvbm9qcy5waHAiIGRhdGEtdGVtcGxhdGU9Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIucGhwP3U9I3UjJmFtcDt0PSN0IyIgdGl0bGU9IlNoYXJlIGRhdGFzZXQgb24gRmFjZWJvb2siIHRhcmdldD0iX2JsYW5rIj48c3BhbiBjbGFzcz0iYWN0aW9uYnV0dG9uIj48c3BhbiBjbGFzcz0iZ2x5cGhpY29uIGdseXBoaWNvbi1zaGFyZSI+PC9zcGFuPiBGYWNlYm9vazwvc3Bhbj48L2E+PGEgcmVsPSJub2ZvbGxvdyIgY2xhc3M9InNlbGYtcmVmZXJlci1saW5rIHNoYXJlLWxpbmsgYWN0aW9uYnV0dG9ubGluayIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9ub2pzLnBocCIgZGF0YS10ZW1wbGF0ZT0iaHR0cHM6Ly90d2l0dGVyLmNvbS9pbnRlbnQvdHdlZXQ/dXJsPSN1IyZhbXA7dGV4dD0jdCMmYW1wO3ZpYT1QQU5HQUVBZGF0YVB1YmwiIHRpdGxlPSJTaGFyZSBkYXRhc2V0IG9uIFR3aXR0ZXIiIHRhcmdldD0iX2JsYW5rIj48c3BhbiBjbGFzcz0iYWN0aW9uYnV0dG9uIj48c3BhbiBjbGFzcz0iZ2x5cGhpY29uIGdseXBoaWNvbi1zaGFyZSI+PC9zcGFuPiBUd2l0dGVyPC9zcGFuPjwvYT48c3BhbiBjbGFzcz0ic2VwYXJhdG9yIj48L3NwYW4+PGEgcmVsPSJub2ZvbGxvdyIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSJEaXNwbGF5IGV2ZW50cyBpbiBtYXAiIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvYWR2YW5jZWQvZ21hcC1kYXRhc2V0LnBocD9pZD04MzYxNzgmYW1wO3ZpZXdwb3J0QkJPWD0tNTAuMTgwMzcsNjcuMTI1OTQsLTUwLjE4MDM3LDY3LjEyNTk0IiBjbGFzcz0iYWN0aW9uYnV0dG9ubGluayI+PHNwYW4gY2xhc3M9ImFjdGlvbmJ1dHRvbiI+U2hvdyBNYXA8L3NwYW4+PC9hPjxhIHJlbD0ibm9mb2xsb3ciIHRpdGxlPSJEaXNwbGF5IGV2ZW50cyBpbiBHb29nbGUgRWFydGgiIGhyZWY9Ij9mb3JtYXQ9ZXZlbnRzX2ttbCIgY2xhc3M9ImFjdGlvbmJ1dHRvbmxpbmsiPjxzcGFuIGNsYXNzPSJhY3Rpb25idXR0b24iPkdvb2dsZSBFYXJ0aDwvc3Bhbj48L2E+PHNwYW4gY2xhc3M9InNlcGFyYXRvciI+PC9zcGFuPjxzcGFuIGRhdGEtYmFkZ2UtdHlwZT0iMSIgZGF0YS1kb2k9IjEwLjE1OTQvUEFOR0FFQS44MzYxNzgiIGRhdGEtYmFkZ2UtcG9wb3Zlcj0icmlnaHQiIGRhdGEtaGlkZS1uby1tZW50aW9ucz0idHJ1ZSIgY2xhc3M9ImFsdG1ldHJpYy1lbWJlZCI+PC9zcGFuPjwvcD4KPGRpdiBjbGFzcz0iY2xlYXJmaXgiPjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9InRpdGxlIj5BYnN0cmFjdDo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImFic3RyYWN0Ij5GZXcgaHlkcm9sb2dpY2FsIHN0dWRpZXMgaGF2ZSBiZWVuIG1hZGUgaW4gR3JlZW5sYW5kLCBvdGhlciB0aGFuIG9uIGdsYWNpYWwgaHlkcm9sb2d5IGFzc29jaWF0ZWQgd2l0aCB0aGUgaWNlIHNoZWV0LiBVbmRlcnN0YW5kaW5nIHBlcm1hZnJvc3QgaHlkcm9sb2d5IGFuZCBoeWRyb2NsaW1hdGljIGNoYW5nZSBhbmQgdmFyaWFiaWxpdHksIGhvd2V2ZXIsIHByb3ZpZGVzIGtleSBpbmZvcm1hdGlvbiBmb3IgdW5kZXJzdGFuZGluZyBjbGltYXRlIGNoYW5nZSBlZmZlY3RzIGFuZCBmZWVkYmFja3MgaW4gdGhlIEFyY3RpYyBsYW5kc2NhcGUuIFRoaXMgcGFwZXIgcHJlc2VudHMgYSBuZXcgZXh0ZW5zaXZlIGFuZCBkZXRhaWxlZCBoeWRyb2xvZ2ljYWwgYW5kIG1ldGVvcm9sb2dpY2FsIG9wZW4gYWNjZXNzIGRhdGFzZXQsIHdpdGggaGlnaCB0ZW1wb3JhbCByZXNvbHV0aW9uIGZyb20gYSAxLjU2IGttKioyIHBlcm1hZnJvc3QgY2F0Y2htZW50IHdpdGggYSBsYWtlIHVuZGVybGFpbiBieSBhIHRocm91Z2ggdGFsaWsgY2xvc2UgdG8gdGhlIGljZSBzaGVldCBpbiB0aGUgS2FuZ2VybHVzc3VhcSByZWdpb24sIHdlc3Rlcm4gR3JlZW5sYW5kLiBUaGUgcGFwZXIgZGVzY3JpYmVzIHRoZSBoeWRyb2xvZ2ljYWwgc2l0ZSBpbnZlc3RpZ2F0aW9ucyBhbmQgdXRpbGl6ZWQgZXF1aXBtZW50LCBhcyB3ZWxsIGFzIHRoZSBkYXRhIGNvbGxlY3Rpb24gYW5kIHByb2Nlc3NpbmcuIFRoZSBpbnZlc3RpZ2F0aW9ucyB3ZXJlIHBlcmZvcm1lZCBiZXR3ZWVuIDIwMTAgYW5kIDIwMTMuIFRoZSBoaWdoIHNwYXRpYWwgcmVzb2x1dGlvbiwgd2l0aGluIHRoZSBpbnZlc3RpZ2F0ZWQgYXJlYSwgb2YgdGhlIGRhdGFzZXQgbWFrZXMgaXQgaGlnaGx5IHN1aXRhYmxlIGZvciB2YXJpb3VzIGRldGFpbGVkIGh5ZHJvbG9naWNhbCBhbmQgZWNvbG9naWNhbCBzdHVkaWVzIG9uIGNhdGNobWVudCBzY2FsZS48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+RnVydGhlciBkZXRhaWxzOjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciI+PGRpdiBjbGFzcz0iaGFuZ2luZyI+PGEgdGFyZ2V0PSJfc2VsZiIgaHJlZj0iaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC90d29ib2F0bGFrZV9ncmVlbmxhbmQuanBnIj5NYXAgb2YgVHdvIEJvYXQgTGFrZSBpbiBHcmVlbmxhbmQgKGpwZyAxMyBNQikgd2l0aCBwb3NpdGlvbiBvZiBzYW1wbGluZyBzaXRlczwvYT48YSBjbGFzcz0ic2VhcmNobGluayBnbHlwaGljb24gZ2x5cGhpY29uLXNlYXJjaCIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9mb2xsb3ciIHRpdGxlPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byB0aGlzIHB1YmxpY2F0aW9uLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byB0aGlzIHB1YmxpY2F0aW9uIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlLz9xPSU0MHJlZjY1NDc3Ij48L2E+PC9kaXY+CjxkaXYgY2xhc3M9ImhhbmdpbmciPjxhIHRhcmdldD0iX3NlbGYiIGhyZWY9Imh0dHA6Ly9zdG9yZS5wYW5nYWVhLmRlL1B1YmxpY2F0aW9ucy9Kb2hhbnNzb25FX2V0X2FsXzIwMTQvVGltZWxhcHNlX1RCTC56aXAiPlRpbWUgbGFwcyBwaG90b3Mgb2YgbGFrZSAyMDEyLTA5LTA1IHRvIDIwMTMtMDgtMTQgKG1vdiBmaWxlLCB6aXBwZWQgMjA1IE1CKTwvYT48YSBjbGFzcz0ic2VhcmNobGluayBnbHlwaGljb24gZ2x5cGhpY29uLXNlYXJjaCIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9mb2xsb3ciIHRpdGxlPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byB0aGlzIHB1YmxpY2F0aW9uLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byB0aGlzIHB1YmxpY2F0aW9uIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlLz9xPSU0MHJlZjY1NDA4Ij48L2E+PC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9InJvdyI+PGRpdiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0idGl0bGUiPlByb2plY3Qocyk6PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIj48ZGl2IGNsYXNzPSJoYW5naW5nIj48c3Ryb25nPjxhIHRhcmdldD0iX2JsYW5rIiBocmVmPSJodHRwczovL3d3dy5yZXNlYXJjaGdhdGUubmV0L3Byb2plY3QvR1JlZW5sYW5kLUFuYWxvZ3VlLVN1cmZhY2UtUHJvamVjdC1HUkFTUCIgY2xhc3M9InBvcG92ZXItbGluayIgZGF0YS10aXRsZT0iJmx0O3NwYW4mZ3Q7Jmx0O2EgdGFyZ2V0PSZxdW90O19ibGFuayZxdW90OyBocmVmPSZxdW90O2h0dHBzOi8vd3d3LnJlc2VhcmNoZ2F0ZS5uZXQvcHJvamVjdC9HUmVlbmxhbmQtQW5hbG9ndWUtU3VyZmFjZS1Qcm9qZWN0LUdSQVNQJnF1b3Q7Jmd0O0dSZWVubGFuZCBBbmFsb2d1ZSBTdXJmYWNlIFByb2plY3QmbHQ7L2EmZ3Q7Jmx0O2EgY2xhc3M9JnF1b3Q7c2VhcmNobGluayBnbHlwaGljb24gZ2x5cGhpY29uLXNlYXJjaCZxdW90OyB0YXJnZXQ9JnF1b3Q7X2JsYW5rJnF1b3Q7IHJlbD0mcXVvdDtub2ZvbGxvdyZxdW90OyB0aXRsZT0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnR1JlZW5sYW5kIEFuYWxvZ3VlIFN1cmZhY2UgUHJvamVjdCcuLi4mcXVvdDsgYXJpYS1sYWJlbD0mcXVvdDtTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnR1JlZW5sYW5kIEFuYWxvZ3VlIFN1cmZhY2UgUHJvamVjdCcmcXVvdDsgaHJlZj0mcXVvdDsvL3d3dy5wYW5nYWVhLmRlLz9xPXByb2plY3QlM0FsYWJlbCUzQUdSQVNQJnF1b3Q7Jmd0OyZsdDsvYSZndDsmbHQ7L3NwYW4mZ3Q7IiBkYXRhLWNvbnRlbnQ9IiZsdDtkaXYmZ3Q7Jmx0O2RpdiBjbGFzcz0mcXVvdDtwb3BvdmVyLW1pdGVtJnF1b3Q7Jmd0OyZsdDtzdHJvbmcmZ3Q7TGFiZWw6Jmx0Oy9zdHJvbmcmZ3Q7IEdSQVNQJmx0Oy9kaXYmZ3Q7JiMxMDsmbHQ7L2RpdiZndDsmIzEwOyI+R1JlZW5sYW5kIEFuYWxvZ3VlIFN1cmZhY2UgUHJvamVjdDwvYT48L3N0cm9uZz4gKEdSQVNQKTxhIGNsYXNzPSJzZWFyY2hsaW5rIGdseXBoaWNvbiBnbHlwaGljb24tc2VhcmNoIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyIgdGl0bGU9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdHUmVlbmxhbmQgQW5hbG9ndWUgU3VyZmFjZSBQcm9qZWN0Jy4uLiIgYXJpYS1sYWJlbD0iU2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0dSZWVubGFuZCBBbmFsb2d1ZSBTdXJmYWNlIFByb2plY3QnIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlLz9xPXByb2plY3QlM0FsYWJlbCUzQUdSQVNQIj48L2E+PC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9InJvdyI+PGRpdiBjbGFzcz0iY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0idGl0bGUiPkNvdmVyYWdlOjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciI+PGRpdiBjbGFzcz0iaGFuZ2luZyBnZW8iPjxlbSBjbGFzcz0idW5mYXJiZSI+TGF0aXR1ZGU6IDwvZW0+PHNwYW4gY2xhc3M9ImxhdGl0dWRlIj42Ny4xMjU5NDA8L3NwYW4+PGVtIGNsYXNzPSJ1bmZhcmJlIj4gKiBMb25naXR1ZGU6IDwvZW0+PHNwYW4gY2xhc3M9ImxvbmdpdHVkZSI+LTUwLjE4MDM3MDwvc3Bhbj48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+RXZlbnQocyk6PC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJjb2wtbGctMjEgY29sLW1kLTIwIGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9ImRlc2NyIj48ZGl2IGNsYXNzPSJoYW5naW5nIGdlbyI+PHN0cm9uZz5LYW5nZXJsX1dHcmVlbmxfVEJMPC9zdHJvbmc+PGEgY2xhc3M9InNlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2giIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vZm9sbG93IiB0aXRsZT0iU2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ0thbmdlcmxfV0dyZWVubF9UQkwnLi4uIiBhcmlhLWxhYmVsPSJTZWFyY2ggUEFOR0FFQSBmb3Igb3RoZXIgZGF0YXNldHMgcmVsYXRlZCB0byAnS2FuZ2VybF9XR3JlZW5sX1RCTCciIGhyZWY9Ii8vd3d3LnBhbmdhZWEuZGUvP3E9ZXZlbnQlM0FsYWJlbCUzQUthbmdlcmxfV0dyZWVubF9UQkwiPjwvYT48ZW0gY2xhc3M9InVuZmFyYmUiPiAqIExhdGl0dWRlOiA8L2VtPjxzcGFuIGNsYXNzPSJsYXRpdHVkZSI+NjcuMTI1OTQwPC9zcGFuPjxlbSBjbGFzcz0idW5mYXJiZSI+ICogTG9uZ2l0dWRlOiA8L2VtPjxzcGFuIGNsYXNzPSJsb25naXR1ZGUiPi01MC4xODAzNzA8L3NwYW4+PGVtIGNsYXNzPSJ1bmZhcmJlIj4gKiBMb2NhdGlvbjogPC9lbT48c3Bhbj5Ud28gQm9hdCBMYWtlLCBLYW5nZXJsdXNzdWFxLCBHcmVlbmxhbmQ8L3NwYW4+PGEgY2xhc3M9InNlYXJjaGxpbmsgZ2x5cGhpY29uIGdseXBoaWNvbi1zZWFyY2giIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vZm9sbG93IiB0aXRsZT0iU2VhcmNoIFBBTkdBRUEgZm9yIG90aGVyIGRhdGFzZXRzIHJlbGF0ZWQgdG8gJ1R3byBCb2F0IExha2UsIEthbmdlcmx1c3N1YXEsIEdyZWVubGFuZCcuLi4iIGFyaWEtbGFiZWw9IlNlYXJjaCBQQU5HQUVBIGZvciBvdGhlciBkYXRhc2V0cyByZWxhdGVkIHRvICdUd28gQm9hdCBMYWtlLCBLYW5nZXJsdXNzdWFxLCBHcmVlbmxhbmQnIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlLz9xPWxvY2F0aW9uJTNBJTIyVHdvK0JvYXQrTGFrZSUyQytLYW5nZXJsdXNzdWFxJTJDK0dyZWVubGFuZCUyMiI+PC9hPjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9InRpdGxlIj5Db21tZW50OjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciI+PGRpdiBjbGFzcz0iYWJzdHJhY3QiPlRoZSBkYXRhc2V0IGNvbnRhaW5zIGh5ZHJvbG9naWNhbCBhbmQgbWV0ZW9yb2xvZ2ljYWwgZGF0YSBmcm9tIGEgbGFrZSBjYXRjaG1lbnQgaW4gdGhlIEthbmdlcmx1c3N1YXEgcmVnaW9uLCBXZXN0ZXJuIEdyZWVubGFuZC4gVGhlIGludmVzdGlnYXRpb25zIHdlcmUgcGVyZm9ybWVkIGR1cmluZyAyMDEwLTIwMTMgYW5kIHRoZSBmb2xsb3dpbmcgcGFyYW1ldGVycyBhcmUgaW5jbHVkZWQ6IFNvaWwgbW9pc3R1cmUsIFNvaWwgdGVtcGVyYXR1cmUsIEh5ZHJhdWxpYyBwcm9wZXJ0aWVzIG9mIHRoZSBhY3RpdmUgbGF5ZXIsIG1ldGVvcm9sb2dpY2FsIHBhcmFtZXRlcnMgZnJvbSBhIGxvY2FsIHdlYXRoZXIgc3RhdGlvbiB3aXRoaW4gdGhlIGNhdGNobWVudCwgd2F0ZXIgbGV2ZWxzIGFuZCBkaXNjaGFyZ2UsIHN1YmxpbWF0aW9uIGFuZCBldmFwb3J0YXRpb24gbWVhc3VybWVudHMsIHNub3cgZGVwdGggYW5kIHNub3cgd2F0ZXIgY29udGVudCBkYXRhIGFuZCB0aW1lIGxhcHNlIHBob3Rvcy48L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0icm93Ij48ZGl2IGNsYXNzPSJjb2wtbGctMyBjb2wtbWQtNCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJ0aXRsZSI+TGljZW5zZTo8L2Rpdj4KPC9kaXY+CjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCI+PGRpdiBjbGFzcz0iZGVzY3IiPjxkaXYgY2xhc3M9ImhhbmdpbmciPjxhIGhyZWY9Imh0dHBzOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS8zLjAvIiByZWw9ImxpY2Vuc2UiIHRhcmdldD0iX2JsYW5rIj48aW1nIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9zaGFyZWQvcGljcy9saWNlbnNlcy9DQy1CWS0zLjAucG5nIiBzdHlsZT0idmVydGljYWwtYWxpZ246YmFzZWxpbmU7IGJvcmRlci13aWR0aDowOyIgYWx0PSJDQy1CWS0zLjAiIC8+IENyZWF0aXZlIENvbW1vbnMgQXR0cmlidXRpb24gMy4wIFVucG9ydGVkPC9hPjwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS0yNCBjb2wteHMtMjQiPjxkaXYgY2xhc3M9InRpdGxlIj5TaXplOjwvZGl2Pgo8L2Rpdj4KPGRpdiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij48ZGl2IGNsYXNzPSJkZXNjciI+PGRpdiBjbGFzcz0iaGFuZ2luZyI+NTY2My4wIGtCeXRlczwvZGl2Pgo8L2Rpdj4KPC9kaXY+CjwvZGl2Pgo8ZGl2IGNsYXNzPSJyb3ciPjxkaXYgY2xhc3M9ImNvbC1sZy0yMSBjb2wtbWQtMjAgY29sLXNtLTI0IGNvbC14cy0yNCBjb2wtbGctb2Zmc2V0LTMgY29sLW1kLW9mZnNldC00Ij48ZGl2IGNsYXNzPSJ0ZXh0LWJsb2NrIHRvcC1ib3JkZXIiPgo8aDIgaWQ9ImRvd25sb2FkIj5Eb3dubG9hZCBEYXRhPC9oMj4KPHA+PGEgaHJlZj0iaHR0cDovL3N0b3JlLnBhbmdhZWEuZGUvUHVibGljYXRpb25zL0pvaGFuc3NvbkVfZXRfYWxfMjAxNC9qb2hhbnNzb25fZXRhbC0yMDE0LnppcCIgdGFyZ2V0PSJfc2VsZiI+RG93bmxvYWQgZGF0YXNldDwvYT48L3A+CjwvZGl2PjwvZGl2PjwvZGl2PjxkaXYgaWQ9InJlY29tbWVuZGF0aW9ucyI+PC9kaXY+CjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8ZGl2IGlkPSJmb290ZXItd3JhcHBlciIgY2xhc3M9InRvcC1ib3JkZXIgaGlkZGVuLXByaW50Ij4NCiAgPGRpdiBjbGFzcz0iY29udGFpbmVyLWZsdWlkIj4NCiAgICA8Zm9vdGVyIGNsYXNzPSJyb3ciPjwhLS0gdm9sbGUgU2NyZWVuLUJyZWl0ZSAtLT4NCiAgICAgIDxkaXYgY2xhc3M9ImNvbnRlbnQtd3JhcHBlciI+PCEtLSBtYXguIEJyZWl0ZSAtLT4NCiAgICAgICAgPGRpdiBjbGFzcz0iYmxpbmRzcGFsdGUgY29sLWxnLTMgY29sLW1kLTQgY29sLXNtLTQgY29sLXhzLTQiPjwvZGl2Pg0KICAgICAgICA8ZGl2IGlkPSJmb290ZXItaG9zdGVkLWJ5LWFyZWEiIGNsYXNzPSJjb2wtbGctMTggY29sLW1kLTkgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgPGRpdiBjbGFzcz0iY29sLWxnLTEyIGNvbC1tZC0yNCBjb2wtc20tMjQgY29sLXhzLTI0Ij4NCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImhlYWRsaW5lIHVuZGVybGluZWQiPg0KICAgICAgICAgICAgICBQQU5HQUVBIGlzIGhvc3RlZCBieQ0KICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgICANCiAgICAgICAgICAgIDxkaXY+DQogICAgICAgICAgICAgIDxwPg0KICAgICAgICAgICAgICAgIEFsZnJlZCBXZWdlbmVyIEluc3RpdHV0ZSwgSGVsbWhvbHR6IENlbnRlciBmb3IgUG9sYXIgYW5kIE1hcmluZSBSZXNlYXJjaCAoQVdJKTxici8+DQogICAgICAgICAgICAgICAgQ2VudGVyIGZvciBNYXJpbmUgRW52aXJvbm1lbnRhbCBTY2llbmNlcywgVW5pdmVyc2l0eSBvZiBCcmVtZW4gKE1BUlVNKQ0KICAgICAgICAgICAgICA8L3A+DQogICAgICAgICAgICA8L2Rpdj4NCg0KICAgICAgICAgICAgPGRpdiBjbGFzcz0iaGVhZGxpbmUgdW5kZXJsaW5lZCI+DQogICAgICAgICAgICAgIFRoZSBTeXN0ZW0gaXMgc3VwcG9ydGVkIGJ5DQogICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgIA0KICAgICAgICAgICAgPGRpdj4NCiAgICAgICAgICAgICAgPHA+DQogICAgICAgICAgICAgICAgVGhlIEV1cm9wZWFuIENvbW1pc3Npb24sIFJlc2VhcmNoPGJyLz4NCiAgICAgICAgICAgICAgICBGZWRlcmFsIE1pbmlzdHJ5IG9mIEVkdWNhdGlvbiBhbmQgUmVzZWFyY2ggKEJNQkYpPGJyLz4NCiAgICAgICAgICAgICAgICBEZXV0c2NoZSBGb3JzY2h1bmdzZ2VtZWluc2NoYWZ0IChERkcpPGJyLz4NCiAgICAgICAgICAgICAgICBJbnRlcm5hdGlvbmFsIE9jZWFuIERpc2NvdmVyeSBQcm9ncmFtIChJT0RQKQ0KICAgICAgICAgICAgICA8L3A+DQogICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICA8L2Rpdj4NCg0KICAgICAgICAgIDxkaXYgY2xhc3M9ImNvbC1sZy0xMiBjb2wtbWQtMjQgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgICA8ZGl2IGNsYXNzPSJoZWFkbGluZSB1bmRlcmxpbmVkIj4NCiAgICAgICAgICAgICAgUEFOR0FFQSBpcyBjZXJ0aWZpZWQgYnkNCiAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgDQogICAgICAgICAgICA8ZGl2Pg0KICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5pY3N1LXdkcy5vcmcvIiB0YXJnZXQ9Il9ibGFuayIgdGl0bGU9IklDU1UgV29ybGQgRGF0YSBTeXN0ZW0iPg0KICAgICAgICAgICAgICAgIDxpbWcgY2xhc3M9ImNvbC1sZy02IGNvbC1tZC02IGNvbC1zbS02IGNvbC14cy02IiBzcmM9Ii8vd3d3LnBhbmdhZWEuZGUvYXNzZXRzL3YuM2U5ZDU2MzU2YTMyOTNiNzRmMThjYWNhOWVjZDI1MzcvbG9nb3MvbG9nby13ZHMtYmxvY2sucG5nIiBhbHQ9IklDU1UgV29ybGQgRGF0YSBTeXN0ZW0iPg0KICAgICAgICAgICAgICA8L2E+DQogICAgICAgICAgICAgIDxhIGhyZWY9Ii8vd3d3Lndtby5pbnQvIiB0YXJnZXQ9Il9ibGFuayIgdGl0bGU9IldvcmxkIE1ldGVvcm9sb2dpY2FsIE9yZ2FuaXphdGlvbiI+DQogICAgICAgICAgICAgICAgPGltZyBjbGFzcz0iY29sLWxnLTYgY29sLW1kLTYgY29sLXNtLTYgY29sLXhzLTYiIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9sb2dvcy9sb2dvLXdtby1ibG9jay5wbmciIGFsdD0iV29ybGQgTWV0ZW9yb2xvZ2ljYWwgT3JnYW5pemF0aW9uIj4NCiAgICAgICAgICAgICAgPC9hPg0KICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5jb3JldHJ1c3RzZWFsLm9yZy8iIHRhcmdldD0iX2JsYW5rIiB0aXRsZT0iQ29yZVRydXN0U2VhbCI+DQogICAgICAgICAgICAgICAgPGltZyBjbGFzcz0iY29sLWxnLTYgY29sLW1kLTYgY29sLXNtLTYgY29sLXhzLTYiIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9sb2dvcy9sb2dvLWNvcmV0cnVzdHNlYWwtYmxvY2sucG5nIiBhbHQ9IkNvcmVUcnVzdFNlYWwiPg0KICAgICAgICAgICAgICA8L2E+DQogICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgPC9kaXY+DQogICAgICAgIDxkaXYgaWQ9ImZvb3Rlci1zb2NpYWwtYXJlYSIgY2xhc3M9ImNvbC1sZy0zIGNvbC1tZC0yNCBjb2wtc20tMjQgY29sLXhzLTI0Ij4NCiAgICAgICAgICA8ZGl2IGlkPSJmb290ZXItc29jaWFsLWFyZWEtd3JhcHBlciIgY2xhc3M9ImNvbC1sZy0yNCBjb2wtbWQtMjQgY29sLXNtLTI0IGNvbC14cy0yNCI+DQogICAgICAgICAgICA8ZGl2IGNsYXNzPSJibGluZHNwYWx0ZSBjb2wtbGctMCBjb2wtbWQtNCI+PC9kaXY+DQogICAgICAgICAgICA8ZGl2IGNsYXNzPSJjb2wtbGctMjQgY29sLW1kLTUgY29sLW1kLTUgY29sLXhzLTEwIj4NCiAgICAgICAgICAgICAgPGRpdiBjbGFzcz0idW5kZXJsaW5lZCI+U2hhcmUgb24uLi48L2Rpdj4NCiAgICAgICAgICAgICAgPGRpdiBjbGFzcz0ic29jaWFsLWljb25zIj4NCiAgICAgICAgICAgICAgICA8YSByZWw9Im5vZm9sbG93IiBjbGFzcz0ic2VsZi1yZWZlcmVyLWxpbmsgc2hhcmUtbGluayIgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9ub2pzLnBocCIgZGF0YS10ZW1wbGF0ZT0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3NoYXJlci5waHA/dT0jdSMmYW1wO3Q9I3QjIiB0aXRsZT0iU2hhcmUgb24gRmFjZWJvb2siIHRhcmdldD0iX2JsYW5rIj4NCiAgICAgICAgICAgICAgICAgIDxpbWcgaWQ9ImZhY2Vib29rLWljb24iIGNsYXNzPSJjb2wtbGctMTIgY29sLW1kLTEyIGNvbC1zbS0xMiBjb2wteHMtMTIiIHNyYz0iLy93d3cucGFuZ2FlYS5kZS9hc3NldHMvdi4zZTlkNTYzNTZhMzI5M2I3NGYxOGNhY2E5ZWNkMjUzNy9zb2NpYWwtaWNvbnMvZmFjZWJvb2staWNvbi5wbmciIGFsdD0iRmFjZWJvb2sgSWNvbiI+DQogICAgICAgICAgICAgICAgPC9hPg0KICAgICAgICAgICAgICAgIDxhIHJlbD0ibm9mb2xsb3ciIGNsYXNzPSJzZWxmLXJlZmVyZXItbGluayBzaGFyZS1saW5rIiBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL25vanMucGhwIiBkYXRhLXRlbXBsYXRlPSJodHRwczovL3R3aXR0ZXIuY29tL2ludGVudC90d2VldD91cmw9I3UjJmFtcDt0ZXh0PSN0IyZhbXA7dmlhPVBBTkdBRUFkYXRhUHVibCIgdGl0bGU9IlNoYXJlIG9uIFR3aXR0ZXIiIHRhcmdldD0iX2JsYW5rIj4NCiAgICAgICAgICAgICAgICAgIDxpbWcgaWQ9InR3aXR0ZXItaWNvbiIgY2xhc3M9ImNvbC1sZy0xMiBjb2wtbWQtMTIgY29sLXNtLTEyIGNvbC14cy0xMiIgc3JjPSIvL3d3dy5wYW5nYWVhLmRlL2Fzc2V0cy92LjNlOWQ1NjM1NmEzMjkzYjc0ZjE4Y2FjYTllY2QyNTM3L3NvY2lhbC1pY29ucy90d2l0dGVyLWljb24ucG5nIiBhbHQ9IlR3aXR0ZXIgSWNvbiI+DQogICAgICAgICAgICAgICAgPC9hPg0KICAgICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgPGRpdiBjbGFzcz0iYmxpbmRzcGFsdGUgY29sLWxnLTAgY29sLW1kLTE4Ij48L2Rpdj4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgPC9kaXY+DQogICAgICAgICAgICAgICAgDQogICAgICAgIDxkaXYgaWQ9ImZvb3Rlci1tZW51LWFyZWEiIGNsYXNzPSJjb2wtbGctMjQgY29sLW1kLTI0IGNvbC1zbS0yNCBjb2wteHMtMjQiPg0KICAgICAgICAgIDxkaXYgY2xhc3M9ImJsaW5kc3BhbHRlIGNvbC1sZy0zIGNvbC1tZC00IGNvbC1zbS00IGNvbC14cy00Ij48L2Rpdj4NCiAgICAgICAgICA8ZGl2IGlkPSJmb290ZXItbWVudS13cmFwcGVyIiBjbGFzcz0iY29sLWxnLTIxIGNvbC1tZC0yMCBjb2wtc20tMjQgY29sLXhzLTI0Ij4NCiAgICAgICAgICAgIDxuYXYgaWQ9ImZvb3Rlci1uYXYiPg0KICAgICAgICAgICAgICA8dWw+DQogICAgICAgICAgICAgICAgPGxpIGlkPSJhYm91dC1sZWdhbC1ub3RpY2UiPg0KICAgICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hYm91dC9sZWdhbC5waHAiPkxlZ2FsIG5vdGljZTwvYT4NCiAgICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAgICAgICAgIDxsaSBpZD0iYWJvdXQtcHJpdmFjeS1wb2xpY3kiPg0KICAgICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hYm91dC9wcml2YWN5cG9saWN5LnBocCI+UHJpdmFjeSBwb2xpY3k8L2E+DQogICAgICAgICAgICAgICAgPC9saT4NCiAgICAgICAgICAgICAgICA8bGkgaWQ9ImFib3V0LWNvb2tpZXMiPg0KICAgICAgICAgICAgICAgICAgPGEgaHJlZj0iLy93d3cucGFuZ2FlYS5kZS9hYm91dC9jb29raWVzLnBocCI+Q29va2llczwvYT4NCiAgICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAgICAgICAgIDxsaSBpZD0iYWJvdXQtY29udGFjdCI+DQogICAgICAgICAgICAgICAgICA8YSBocmVmPSIvL3d3dy5wYW5nYWVhLmRlL2NvbnRhY3QvIj5Db250YWN0PC9hPg0KICAgICAgICAgICAgICAgIDwvbGk+DQogICAgICAgICAgICAgIDwvdWw+DQogICAgICAgICAgICA8L25hdj4NCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImNsZWFyZml4Ij48L2Rpdj4NCiAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgPC9kaXY+DQogICAgICA8L2Rpdj4NCiAgICA8L2Zvb3Rlcj4NCiAgPC9kaXY+DQo8L2Rpdj4NCjwvYm9keT4KPC9odG1sPgo= http_version: - recorded_at: Mon, 15 Apr 2019 08:06:52 GMT + recorded_at: Sat, 20 Jul 2019 08:59:11 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/author.yml deleted file mode 100644 index 18fcc66f2..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/227 - body: - encoding: UTF-8 - string: '{"id":227,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:38.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST204","updated":"2018-07-05T05:12:38.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/227" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"227","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:38 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/155 - body: - encoding: UTF-8 - string: '{"id":155,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:38.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST204.TEST161","updated":"2018-07-05T05:12:38.000-04:00","version":0,"allocator":227,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/155" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"155","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:38 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/creates_xml.yml deleted file mode 100644 index 9b6ea72c8..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/221 - body: - encoding: UTF-8 - string: '{"id":221,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST198","updated":"2018-07-05T09:12:35.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/221" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"221","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/149 - body: - encoding: UTF-8 - string: '{"id":149,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST198.TEST155","updated":"2018-07-05T09:12:35.000Z","version":0,"allocator":221,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/149" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"149","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/date_published.yml deleted file mode 100644 index fb2d9ca3b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/225 - body: - encoding: UTF-8 - string: '{"id":225,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:37.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST202","updated":"2018-07-05T05:12:37.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/225" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"225","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:37 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/153 - body: - encoding: UTF-8 - string: '{"id":153,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:37.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST202.TEST159","updated":"2018-07-05T05:12:37.000-04:00","version":0,"allocator":225,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/153" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"153","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:37 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/metadata.yml deleted file mode 100644 index aa572f0fc..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/229 - body: - encoding: UTF-8 - string: '{"id":229,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:39.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST206","updated":"2018-07-05T05:12:39.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/229" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"229","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:39 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/157 - body: - encoding: UTF-8 - string: '{"id":157,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:39.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST206.TEST163","updated":"2018-07-05T05:12:39.000-04:00","version":0,"allocator":229,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/157" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"157","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:39 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/namespace.yml deleted file mode 100644 index b74edf98a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/230 - body: - encoding: UTF-8 - string: '{"id":230,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:40.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST207","updated":"2018-07-05T05:12:40.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/230" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"230","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:40 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/158 - body: - encoding: UTF-8 - string: '{"id":158,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:40.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST207.TEST164","updated":"2018-07-05T05:12:40.000-04:00","version":0,"allocator":230,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/158" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"158","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:40 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/publication_year.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/publication_year.yml deleted file mode 100644 index f7435f6b3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/publication_year.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/226 - body: - encoding: UTF-8 - string: '{"id":226,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:38.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST203","updated":"2018-07-05T05:12:38.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/226" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"226","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:38 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/154 - body: - encoding: UTF-8 - string: '{"id":154,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:38.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST203.TEST160","updated":"2018-07-05T05:12:38.000-04:00","version":0,"allocator":226,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/154" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"154","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:38 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/schema_version.yml deleted file mode 100644 index b1d84e1a8..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/228 - body: - encoding: UTF-8 - string: '{"id":228,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:39.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST205","updated":"2018-07-05T05:12:39.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/228" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"228","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:39 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/156 - body: - encoding: UTF-8 - string: '{"id":156,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:39.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST205.TEST162","updated":"2018-07-05T05:12:39.000-04:00","version":0,"allocator":228,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/156" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"156","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:39 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/title.yml deleted file mode 100644 index acb73233a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/224 - body: - encoding: UTF-8 - string: '{"id":224,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:37.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST201","updated":"2018-07-05T05:12:37.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/224" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"224","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:37 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/152 - body: - encoding: UTF-8 - string: '{"id":152,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:37.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST201.TEST158","updated":"2018-07-05T05:12:37.000-04:00","version":0,"allocator":224,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/152" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"152","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:37 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/valid_model.yml deleted file mode 100644 index 278cdd36c..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/222 - body: - encoding: UTF-8 - string: '{"id":222,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:35.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST199","updated":"2018-07-05T05:12:35.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/222" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"222","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/150 - body: - encoding: UTF-8 - string: '{"id":150,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:35.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST199.TEST156","updated":"2018-07-05T05:12:35.000-04:00","version":0,"allocator":222,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/150" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"150","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/validates_against_schema.yml deleted file mode 100644 index 544633d28..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_Crossref_xml/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/223 - body: - encoding: UTF-8 - string: '{"id":223,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:36.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST200","updated":"2018-07-05T05:12:36.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/223" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"223","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:36 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/151 - body: - encoding: UTF-8 - string: '{"id":151,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:36.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST200.TEST157","updated":"2018-07-05T05:12:36.000-04:00","version":0,"allocator":223,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/151" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"151","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:36 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/author.yml deleted file mode 100644 index 6dc3686b3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/254 - body: - encoding: UTF-8 - string: '{"id":254,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST231","updated":"2018-07-05T05:12:48.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/254" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"254","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/182 - body: - encoding: UTF-8 - string: '{"id":182,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST231.TEST188","updated":"2018-07-05T05:12:48.000-04:00","version":0,"allocator":254,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/182" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"182","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_schema_version.yml deleted file mode 100644 index 06f3b2eac..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/255 - body: - encoding: UTF-8 - string: '{"id":255,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:49.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST232","updated":"2018-07-05T05:12:49.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/255" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"255","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:49 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/183 - body: - encoding: UTF-8 - string: '{"id":183,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:49.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST232.TEST189","updated":"2018-07-05T05:12:49.000-04:00","version":0,"allocator":255,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/183" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"183","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:49 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_xml.yml deleted file mode 100644 index be7bbc69c..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/250 - body: - encoding: UTF-8 - string: '{"id":250,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:47.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST227","updated":"2018-07-05T05:12:47.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/250" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"250","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:47 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/178 - body: - encoding: UTF-8 - string: '{"id":178,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:47.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST227.TEST184","updated":"2018-07-05T05:12:47.000-04:00","version":0,"allocator":250,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/178" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"178","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:47 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/metadata.yml deleted file mode 100644 index e1bf7aecb..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/256 - body: - encoding: UTF-8 - string: '{"id":256,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:49.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST233","updated":"2018-07-05T05:12:49.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/256" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"256","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:49 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/184 - body: - encoding: UTF-8 - string: '{"id":184,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:49.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST233.TEST190","updated":"2018-07-05T05:12:49.000-04:00","version":0,"allocator":256,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/184" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"184","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:49 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/namespace.yml deleted file mode 100644 index 79c06d845..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/257 - body: - encoding: UTF-8 - string: '{"id":257,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:49.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST234","updated":"2018-07-05T05:12:49.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/257" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"257","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/185 - body: - encoding: UTF-8 - string: '{"id":185,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:50.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST234.TEST191","updated":"2018-07-05T05:12:50.000-04:00","version":0,"allocator":257,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/185" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"185","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/title.yml deleted file mode 100644 index 5e9fe1787..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/253 - body: - encoding: UTF-8 - string: '{"id":253,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST230","updated":"2018-07-05T05:12:48.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/253" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"253","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/181 - body: - encoding: UTF-8 - string: '{"id":181,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST230.TEST187","updated":"2018-07-05T05:12:48.000-04:00","version":0,"allocator":253,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/181" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"181","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/valid_model.yml deleted file mode 100644 index a45589e3c..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/251 - body: - encoding: UTF-8 - string: '{"id":251,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:47.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST228","updated":"2018-07-05T05:12:47.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/251" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"251","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:47 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/179 - body: - encoding: UTF-8 - string: '{"id":179,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:47.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST228.TEST185","updated":"2018-07-05T05:12:47.000-04:00","version":0,"allocator":251,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/179" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"179","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:47 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/validates_against_schema.yml deleted file mode 100644 index a1dc17862..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_bibtex/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/252 - body: - encoding: UTF-8 - string: '{"id":252,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST229","updated":"2018-07-05T05:12:48.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/252" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"252","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/180 - body: - encoding: UTF-8 - string: '{"id":180,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:48.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST229.TEST186","updated":"2018-07-05T05:12:48.000-04:00","version":0,"allocator":252,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/180" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"180","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:48 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/author.yml deleted file mode 100644 index d8fdba053..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/270 - body: - encoding: UTF-8 - string: '{"id":270,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST247","updated":"2018-07-05T05:12:54.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/270" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"270","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/198 - body: - encoding: UTF-8 - string: '{"id":198,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST247.TEST204","updated":"2018-07-05T05:12:54.000-04:00","version":0,"allocator":270,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/198" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"198","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_schema_version.yml deleted file mode 100644 index 146dd52f3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/271 - body: - encoding: UTF-8 - string: '{"id":271,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST248","updated":"2018-07-05T05:12:54.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/271" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"271","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/199 - body: - encoding: UTF-8 - string: '{"id":199,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST248.TEST205","updated":"2018-07-05T05:12:54.000-04:00","version":0,"allocator":271,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/199" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"199","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_xml.yml deleted file mode 100644 index 890539215..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/266 - body: - encoding: UTF-8 - string: '{"id":266,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST243","updated":"2018-07-05T05:12:53.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/266" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"266","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/194 - body: - encoding: UTF-8 - string: '{"id":194,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST243.TEST200","updated":"2018-07-05T05:12:53.000-04:00","version":0,"allocator":266,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/194" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"194","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/metadata.yml deleted file mode 100644 index a64582eb8..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/272 - body: - encoding: UTF-8 - string: '{"id":272,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST249","updated":"2018-07-05T05:12:55.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/272" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"272","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/200 - body: - encoding: UTF-8 - string: '{"id":200,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST249.TEST206","updated":"2018-07-05T05:12:55.000-04:00","version":0,"allocator":272,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/200" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"200","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/namespace.yml deleted file mode 100644 index 99b442da4..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/273 - body: - encoding: UTF-8 - string: '{"id":273,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST250","updated":"2018-07-05T05:12:55.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/273" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"273","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/201 - body: - encoding: UTF-8 - string: '{"id":201,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST250.TEST207","updated":"2018-07-05T05:12:55.000-04:00","version":0,"allocator":273,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/201" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"201","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/title.yml deleted file mode 100644 index 1699fbaa1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/269 - body: - encoding: UTF-8 - string: '{"id":269,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST246","updated":"2018-07-05T05:12:54.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/269" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"269","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/197 - body: - encoding: UTF-8 - string: '{"id":197,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:54.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST246.TEST203","updated":"2018-07-05T05:12:54.000-04:00","version":0,"allocator":269,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/197" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"197","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:54 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/valid_model.yml deleted file mode 100644 index 0b1b4e98b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/267 - body: - encoding: UTF-8 - string: '{"id":267,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST244","updated":"2018-07-05T05:12:53.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/267" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"267","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/195 - body: - encoding: UTF-8 - string: '{"id":195,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST244.TEST201","updated":"2018-07-05T05:12:53.000-04:00","version":0,"allocator":267,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/195" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"195","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/validates_against_schema.yml deleted file mode 100644 index dfa39c6a3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_citeproc/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/268 - body: - encoding: UTF-8 - string: '{"id":268,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST245","updated":"2018-07-05T05:12:53.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/268" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"268","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/196 - body: - encoding: UTF-8 - string: '{"id":196,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:53.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST245.TEST202","updated":"2018-07-05T05:12:53.000-04:00","version":0,"allocator":268,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/196" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"196","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:53 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/author.yml deleted file mode 100644 index f276eca9b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/278 - body: - encoding: UTF-8 - string: '{"id":278,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:57.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST255","updated":"2018-07-05T05:12:57.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/278" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"278","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/206 - body: - encoding: UTF-8 - string: '{"id":206,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:57.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST255.TEST212","updated":"2018-07-05T05:12:57.000-04:00","version":0,"allocator":278,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/206" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"206","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_schema_version.yml deleted file mode 100644 index 89c5d9a62..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/279 - body: - encoding: UTF-8 - string: '{"id":279,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:57.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST256","updated":"2018-07-05T05:12:57.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/279" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"279","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/207 - body: - encoding: UTF-8 - string: '{"id":207,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:57.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST256.TEST213","updated":"2018-07-05T05:12:57.000-04:00","version":0,"allocator":279,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/207" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"207","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_xml.yml deleted file mode 100644 index fcd505306..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/274 - body: - encoding: UTF-8 - string: '{"id":274,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST251","updated":"2018-07-05T05:12:55.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/274" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"274","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/202 - body: - encoding: UTF-8 - string: '{"id":202,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:55.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST251.TEST208","updated":"2018-07-05T05:12:55.000-04:00","version":0,"allocator":274,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/202" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"202","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:55 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/metadata.yml deleted file mode 100644 index 4114e577a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/280 - body: - encoding: UTF-8 - string: '{"id":280,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST257","updated":"2018-07-05T05:12:58.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/280" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"280","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/208 - body: - encoding: UTF-8 - string: '{"id":208,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST257.TEST214","updated":"2018-07-05T05:12:58.000-04:00","version":0,"allocator":280,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/208" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"208","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/namespace.yml deleted file mode 100644 index 4a47ad41a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/281 - body: - encoding: UTF-8 - string: '{"id":281,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST258","updated":"2018-07-05T05:12:58.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/281" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"281","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/209 - body: - encoding: UTF-8 - string: '{"id":209,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST258.TEST215","updated":"2018-07-05T05:12:58.000-04:00","version":0,"allocator":281,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/209" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"209","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/title.yml deleted file mode 100644 index 73be0aae9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/277 - body: - encoding: UTF-8 - string: '{"id":277,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:56.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST254","updated":"2018-07-05T05:12:56.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/277" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"277","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/205 - body: - encoding: UTF-8 - string: '{"id":205,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:57.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST254.TEST211","updated":"2018-07-05T05:12:57.000-04:00","version":0,"allocator":277,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/205" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"205","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:57 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/valid_model.yml deleted file mode 100644 index e2ab7f644..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/275 - body: - encoding: UTF-8 - string: '{"id":275,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:56.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST252","updated":"2018-07-05T05:12:56.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/275" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"275","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:56 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/203 - body: - encoding: UTF-8 - string: '{"id":203,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:56.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST252.TEST209","updated":"2018-07-05T05:12:56.000-04:00","version":0,"allocator":275,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/203" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"203","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:56 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/validates_against_schema.yml deleted file mode 100644 index 5f5293d70..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_codemeta/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/276 - body: - encoding: UTF-8 - string: '{"id":276,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:56.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST253","updated":"2018-07-05T05:12:56.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/276" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"276","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:56 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/204 - body: - encoding: UTF-8 - string: '{"id":204,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:56.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST253.TEST210","updated":"2018-07-05T05:12:56.000-04:00","version":0,"allocator":276,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/204" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"204","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:56 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/author.yml deleted file mode 100644 index 7ea105f17..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/286 - body: - encoding: UTF-8 - string: '{"id":286,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:00.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST263","updated":"2018-07-05T05:13:00.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/286" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"286","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:00 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/214 - body: - encoding: UTF-8 - string: '{"id":214,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:00.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST263.TEST220","updated":"2018-07-05T05:13:00.000-04:00","version":0,"allocator":286,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/214" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"214","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:00 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_schema_version.yml deleted file mode 100644 index 28b66265f..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/287 - body: - encoding: UTF-8 - string: '{"id":287,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:00.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST264","updated":"2018-07-05T05:13:00.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/287" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"287","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:00 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/215 - body: - encoding: UTF-8 - string: '{"id":215,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:00.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST264.TEST221","updated":"2018-07-05T05:13:00.000-04:00","version":0,"allocator":287,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/215" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"215","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:00 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_xml.yml deleted file mode 100644 index 5e183f11f..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/282 - body: - encoding: UTF-8 - string: '{"id":282,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST259","updated":"2018-07-05T05:12:58.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/282" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"282","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/210 - body: - encoding: UTF-8 - string: '{"id":210,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST259.TEST216","updated":"2018-07-05T05:12:58.000-04:00","version":0,"allocator":282,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/210" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"210","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:58 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/metadata.yml deleted file mode 100644 index 4f3ea25f7..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/288 - body: - encoding: UTF-8 - string: '{"id":288,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST265","updated":"2018-07-05T05:13:01.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/288" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"288","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/216 - body: - encoding: UTF-8 - string: '{"id":216,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST265.TEST222","updated":"2018-07-05T05:13:01.000-04:00","version":0,"allocator":288,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/216" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"216","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/namespace.yml deleted file mode 100644 index 00ce8458b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/289 - body: - encoding: UTF-8 - string: '{"id":289,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST266","updated":"2018-07-05T05:13:01.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/289" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"289","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/217 - body: - encoding: UTF-8 - string: '{"id":217,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST266.TEST223","updated":"2018-07-05T05:13:01.000-04:00","version":0,"allocator":289,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/217" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"217","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/title.yml deleted file mode 100644 index 51e91bed4..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/285 - body: - encoding: UTF-8 - string: '{"id":285,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:59.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST262","updated":"2018-07-05T05:12:59.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/285" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"285","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/213 - body: - encoding: UTF-8 - string: '{"id":213,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:59.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST262.TEST219","updated":"2018-07-05T05:12:59.000-04:00","version":0,"allocator":285,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/213" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"213","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/valid_model.yml deleted file mode 100644 index 9f577b070..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/283 - body: - encoding: UTF-8 - string: '{"id":283,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:58.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST260","updated":"2018-07-05T05:12:58.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/283" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"283","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/211 - body: - encoding: UTF-8 - string: '{"id":211,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:59.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST260.TEST217","updated":"2018-07-05T05:12:59.000-04:00","version":0,"allocator":283,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/211" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"211","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/validates_against_schema.yml deleted file mode 100644 index 12af8a6b0..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_crosscite/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/284 - body: - encoding: UTF-8 - string: '{"id":284,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:59.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST261","updated":"2018-07-05T05:12:59.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/284" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"284","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/212 - body: - encoding: UTF-8 - string: '{"id":212,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:59.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST261.TEST218","updated":"2018-07-05T05:12:59.000-04:00","version":0,"allocator":284,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/212" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"212","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:59 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/author.yml deleted file mode 100644 index 6e6a49a4b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/262 - body: - encoding: UTF-8 - string: '{"id":262,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST239","updated":"2018-07-05T05:12:51.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/262" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"262","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/190 - body: - encoding: UTF-8 - string: '{"id":190,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST239.TEST196","updated":"2018-07-05T05:12:51.000-04:00","version":0,"allocator":262,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/190" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"190","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_schema_version.yml deleted file mode 100644 index 92de5e6c9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/263 - body: - encoding: UTF-8 - string: '{"id":263,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST240","updated":"2018-07-05T05:12:52.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/263" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"263","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/191 - body: - encoding: UTF-8 - string: '{"id":191,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST240.TEST197","updated":"2018-07-05T05:12:52.000-04:00","version":0,"allocator":263,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/191" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"191","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_xml.yml deleted file mode 100644 index 227bd3a99..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/258 - body: - encoding: UTF-8 - string: '{"id":258,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:50.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST235","updated":"2018-07-05T05:12:50.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/258" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"258","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/186 - body: - encoding: UTF-8 - string: '{"id":186,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:50.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST235.TEST192","updated":"2018-07-05T05:12:50.000-04:00","version":0,"allocator":258,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/186" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"186","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/metadata.yml deleted file mode 100644 index 30070fdd9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/264 - body: - encoding: UTF-8 - string: '{"id":264,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST241","updated":"2018-07-05T05:12:52.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/264" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"264","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/192 - body: - encoding: UTF-8 - string: '{"id":192,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST241.TEST198","updated":"2018-07-05T05:12:52.000-04:00","version":0,"allocator":264,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/192" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"192","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/namespace.yml deleted file mode 100644 index 5b93032a5..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/265 - body: - encoding: UTF-8 - string: '{"id":265,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST242","updated":"2018-07-05T05:12:52.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/265" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"265","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/193 - body: - encoding: UTF-8 - string: '{"id":193,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:52.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST242.TEST199","updated":"2018-07-05T05:12:52.000-04:00","version":0,"allocator":265,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/193" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"193","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:52 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/title.yml deleted file mode 100644 index 752cb8641..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/261 - body: - encoding: UTF-8 - string: '{"id":261,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST238","updated":"2018-07-05T05:12:51.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/261" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"261","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/189 - body: - encoding: UTF-8 - string: '{"id":189,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST238.TEST195","updated":"2018-07-05T05:12:51.000-04:00","version":0,"allocator":261,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/189" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"189","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/valid_model.yml deleted file mode 100644 index be4ee0192..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/259 - body: - encoding: UTF-8 - string: '{"id":259,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:50.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST236","updated":"2018-07-05T05:12:50.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/259" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"259","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/187 - body: - encoding: UTF-8 - string: '{"id":187,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:50.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST236.TEST193","updated":"2018-07-05T05:12:50.000-04:00","version":0,"allocator":259,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/187" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"187","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:50 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_ris/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_ris/validates_against_schema.yml deleted file mode 100644 index 1561a40cb..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_ris/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/260 - body: - encoding: UTF-8 - string: '{"id":260,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST237","updated":"2018-07-05T05:12:51.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/260" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"260","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/188 - body: - encoding: UTF-8 - string: '{"id":188,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:51.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST237.TEST194","updated":"2018-07-05T05:12:51.000-04:00","version":0,"allocator":260,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/188" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"188","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:51 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/author.yml deleted file mode 100644 index 16b29a7f9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/235 - body: - encoding: UTF-8 - string: '{"id":235,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST212","updated":"2018-07-05T05:12:42.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/235" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"235","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/163 - body: - encoding: UTF-8 - string: '{"id":163,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST212.TEST169","updated":"2018-07-05T05:12:42.000-04:00","version":0,"allocator":235,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/163" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"163","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_schema_version.yml deleted file mode 100644 index ec9291386..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/238 - body: - encoding: UTF-8 - string: '{"id":238,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST215","updated":"2018-07-05T05:12:43.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/238" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"238","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/166 - body: - encoding: UTF-8 - string: '{"id":166,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST215.TEST172","updated":"2018-07-05T05:12:43.000-04:00","version":0,"allocator":238,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/166" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"166","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_xml.yml deleted file mode 100644 index a410a84d3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/231 - body: - encoding: UTF-8 - string: '{"id":231,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:40.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST208","updated":"2018-07-05T05:12:40.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/231" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"231","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:40 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/159 - body: - encoding: UTF-8 - string: '{"id":159,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:40.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST208.TEST165","updated":"2018-07-05T05:12:40.000-04:00","version":0,"allocator":231,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/159" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"159","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:40 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/date_published.yml deleted file mode 100644 index d45c8b7eb..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/236 - body: - encoding: UTF-8 - string: '{"id":236,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST213","updated":"2018-07-05T05:12:42.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/236" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"236","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/164 - body: - encoding: UTF-8 - string: '{"id":164,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST213.TEST170","updated":"2018-07-05T05:12:42.000-04:00","version":0,"allocator":236,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/164" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"164","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/metadata.yml deleted file mode 100644 index e5fb72b08..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/239 - body: - encoding: UTF-8 - string: '{"id":239,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST216","updated":"2018-07-05T05:12:43.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/239" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"239","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/167 - body: - encoding: UTF-8 - string: '{"id":167,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST216.TEST173","updated":"2018-07-05T05:12:43.000-04:00","version":0,"allocator":239,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/167" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"167","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/namespace.yml deleted file mode 100644 index 8eecc8f7d..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/240 - body: - encoding: UTF-8 - string: '{"id":240,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST217","updated":"2018-07-05T05:12:43.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/240" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"240","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/168 - body: - encoding: UTF-8 - string: '{"id":168,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:43.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST217.TEST174","updated":"2018-07-05T05:12:43.000-04:00","version":0,"allocator":240,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/168" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"168","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:43 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/publication_year.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/publication_year.yml deleted file mode 100644 index 14d2c4368..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/publication_year.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/237 - body: - encoding: UTF-8 - string: '{"id":237,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST214","updated":"2018-07-05T05:12:42.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/237" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"237","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/165 - body: - encoding: UTF-8 - string: '{"id":165,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:42.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST214.TEST171","updated":"2018-07-05T05:12:42.000-04:00","version":0,"allocator":237,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/165" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"165","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:42 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/title.yml deleted file mode 100644 index aaedaead2..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/234 - body: - encoding: UTF-8 - string: '{"id":234,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:41.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST211","updated":"2018-07-05T05:12:41.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/234" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"234","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:41 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/162 - body: - encoding: UTF-8 - string: '{"id":162,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:41.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST211.TEST168","updated":"2018-07-05T05:12:41.000-04:00","version":0,"allocator":234,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/162" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"162","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:41 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/valid_model.yml deleted file mode 100644 index 35127025b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/232 - body: - encoding: UTF-8 - string: '{"id":232,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:40.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST209","updated":"2018-07-05T05:12:40.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/232" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"232","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:40 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/160 - body: - encoding: UTF-8 - string: '{"id":160,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:41.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST209.TEST166","updated":"2018-07-05T05:12:41.000-04:00","version":0,"allocator":232,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/160" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"160","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:41 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema/validates_against_schema.yml deleted file mode 100644 index 49e7fe848..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/233 - body: - encoding: UTF-8 - string: '{"id":233,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:41.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST210","updated":"2018-07-05T05:12:41.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/233" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"233","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:41 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/161 - body: - encoding: UTF-8 - string: '{"id":161,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:41.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST210.TEST167","updated":"2018-07-05T05:12:41.000-04:00","version":0,"allocator":233,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/161" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"161","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:41 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/author.yml deleted file mode 100644 index 1e6339293..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/244 - body: - encoding: UTF-8 - string: '{"id":244,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST221","updated":"2018-07-05T05:12:45.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/244" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"244","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/172 - body: - encoding: UTF-8 - string: '{"id":172,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST221.TEST178","updated":"2018-07-05T05:12:45.000-04:00","version":0,"allocator":244,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/172" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"172","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_schema_version.yml deleted file mode 100644 index c8de1f8e3..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/247 - body: - encoding: UTF-8 - string: '{"id":247,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:46.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST224","updated":"2018-07-05T05:12:46.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/247" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"247","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:46 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/175 - body: - encoding: UTF-8 - string: '{"id":175,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:46.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST224.TEST181","updated":"2018-07-05T05:12:46.000-04:00","version":0,"allocator":247,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/175" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"175","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:46 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_xml.yml deleted file mode 100644 index cf23e939f..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/241 - body: - encoding: UTF-8 - string: '{"id":241,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST218","updated":"2018-07-05T05:12:44.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/241" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"241","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/169 - body: - encoding: UTF-8 - string: '{"id":169,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST218.TEST175","updated":"2018-07-05T05:12:44.000-04:00","version":0,"allocator":241,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/169" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"169","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/date_published.yml deleted file mode 100644 index 836d5156c..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/245 - body: - encoding: UTF-8 - string: '{"id":245,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST222","updated":"2018-07-05T05:12:45.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/245" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"245","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/173 - body: - encoding: UTF-8 - string: '{"id":173,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST222.TEST179","updated":"2018-07-05T05:12:45.000-04:00","version":0,"allocator":245,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/173" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"173","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/metadata.yml deleted file mode 100644 index 9a6d46c98..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/248 - body: - encoding: UTF-8 - string: '{"id":248,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:46.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST225","updated":"2018-07-05T05:12:46.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/248" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"248","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:46 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/176 - body: - encoding: UTF-8 - string: '{"id":176,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:46.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST225.TEST182","updated":"2018-07-05T05:12:46.000-04:00","version":0,"allocator":248,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/176" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"176","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:46 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/namespace.yml deleted file mode 100644 index 5bcd33345..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/249 - body: - encoding: UTF-8 - string: '{"id":249,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:46.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST226","updated":"2018-07-05T05:12:46.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/249" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"249","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:46 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/177 - body: - encoding: UTF-8 - string: '{"id":177,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:47.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST226.TEST183","updated":"2018-07-05T05:12:47.000-04:00","version":0,"allocator":249,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/177" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"177","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:47 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/publication_year.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/publication_year.yml deleted file mode 100644 index ba1b77fbc..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/publication_year.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/246 - body: - encoding: UTF-8 - string: '{"id":246,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST223","updated":"2018-07-05T05:12:45.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/246" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"246","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/174 - body: - encoding: UTF-8 - string: '{"id":174,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:45.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST223.TEST180","updated":"2018-07-05T05:12:45.000-04:00","version":0,"allocator":246,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/174" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"174","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:45 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/title.yml deleted file mode 100644 index 0b9c9bcb9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/243 - body: - encoding: UTF-8 - string: '{"id":243,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST220","updated":"2018-07-05T05:12:44.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/243" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"243","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/171 - body: - encoding: UTF-8 - string: '{"id":171,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST220.TEST177","updated":"2018-07-05T05:12:44.000-04:00","version":0,"allocator":243,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/171" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"171","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/valid_model.yml deleted file mode 100644 index bfd26813a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_3/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/242 - body: - encoding: UTF-8 - string: '{"id":242,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST219","updated":"2018-07-05T05:12:44.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/242" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"242","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/170 - body: - encoding: UTF-8 - string: '{"id":170,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:12:44.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST219.TEST176","updated":"2018-07-05T05:12:44.000-04:00","version":0,"allocator":242,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/170" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"170","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:44 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/author.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/author.yml deleted file mode 100644 index f68ebe492..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/294 - body: - encoding: UTF-8 - string: '{"id":294,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST271","updated":"2018-07-05T05:13:03.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/294" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"294","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:03 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/222 - body: - encoding: UTF-8 - string: '{"id":222,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST271.TEST228","updated":"2018-07-05T05:13:03.000-04:00","version":0,"allocator":294,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/222" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"222","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:03 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_schema_version.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_schema_version.yml deleted file mode 100644 index 5b7eda578..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_schema_version.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/295 - body: - encoding: UTF-8 - string: '{"id":295,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST272","updated":"2018-07-05T05:13:03.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/295" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"295","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:03 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/223 - body: - encoding: UTF-8 - string: '{"id":223,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST272.TEST229","updated":"2018-07-05T05:13:03.000-04:00","version":0,"allocator":295,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/223" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"223","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:04 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_xml.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_xml.yml deleted file mode 100644 index fd95e5f1a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/creates_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/290 - body: - encoding: UTF-8 - string: '{"id":290,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST267","updated":"2018-07-05T05:13:01.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/290" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"290","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/218 - body: - encoding: UTF-8 - string: '{"id":218,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:01.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST267.TEST224","updated":"2018-07-05T05:13:01.000-04:00","version":0,"allocator":290,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/218" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"218","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:01 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/metadata.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/metadata.yml deleted file mode 100644 index 69e15fe5a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/metadata.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/296 - body: - encoding: UTF-8 - string: '{"id":296,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:04.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST273","updated":"2018-07-05T05:13:04.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/296" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"296","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:04 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/224 - body: - encoding: UTF-8 - string: '{"id":224,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:04.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST273.TEST230","updated":"2018-07-05T05:13:04.000-04:00","version":0,"allocator":296,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/224" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"224","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:04 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/namespace.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/namespace.yml deleted file mode 100644 index 3e8d34f50..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/namespace.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/297 - body: - encoding: UTF-8 - string: '{"id":297,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:04.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST274","updated":"2018-07-05T05:13:04.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/297" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"297","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:04 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/225 - body: - encoding: UTF-8 - string: '{"id":225,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:04.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST274.TEST231","updated":"2018-07-05T05:13:04.000-04:00","version":0,"allocator":297,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/225" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"225","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:04 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/title.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/title.yml deleted file mode 100644 index bab4f90d0..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/293 - body: - encoding: UTF-8 - string: '{"id":293,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST270","updated":"2018-07-05T05:13:03.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/293" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"293","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:03 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/221 - body: - encoding: UTF-8 - string: '{"id":221,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:03.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST270.TEST227","updated":"2018-07-05T05:13:03.000-04:00","version":0,"allocator":293,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/221" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"221","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:03 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/valid_model.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/valid_model.yml deleted file mode 100644 index 0d5432374..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/valid_model.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/291 - body: - encoding: UTF-8 - string: '{"id":291,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:02.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST268","updated":"2018-07-05T05:13:02.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/291" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"291","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:02 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/219 - body: - encoding: UTF-8 - string: '{"id":219,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:02.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST268.TEST225","updated":"2018-07-05T05:13:02.000-04:00","version":0,"allocator":291,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/219" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"219","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:02 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/validates_against_schema.yml b/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/validates_against_schema.yml deleted file mode 100644 index 1c0ddb139..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/parses_schema_org/validates_against_schema.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/292 - body: - encoding: UTF-8 - string: '{"id":292,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:02.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST269","updated":"2018-07-05T05:13:02.000-04:00","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/292" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"292","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:02 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/220 - body: - encoding: UTF-8 - string: '{"id":220,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T05:13:02.000-04:00","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST269.TEST226","updated":"2018-07-05T05:13:02.000-04:00","version":0,"allocator":292,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/220" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"220","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:13:02 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/register_doi/server_not_responsible.yml b/spec/fixtures/vcr_cassettes/Doi/register_doi/server_not_responsible.yml index 01629926b..37089a02f 100644 --- a/spec/fixtures/vcr_cassettes/Doi/register_doi/server_not_responsible.yml +++ b/spec/fixtures/vcr_cassettes/Doi/register_doi/server_not_responsible.yml @@ -5,10 +5,10 @@ http_interactions: uri: https://handle.test.datacite.org/api/handles/10.1371/JOURNAL.PBIO.2001414 body: encoding: UTF-8 - string: '[{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"TEST/ADMIN","index":300,"permissions":"111111111111"}}},{"index":1,"type":"URL","data":{"format":"string","value":"http://cruickshank.net/art_conn"}}]' + string: '[{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"TEST/ADMIN","index":300,"permissions":"111111111111"}}},{"index":1,"type":"URL","data":{"format":"string","value":"http://frami.biz/lorilee"}}]' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Content-Type: - application/json;charset=UTF-8 Accept: @@ -21,7 +21,7 @@ http_interactions: message: Bad Request headers: Date: - - Wed, 26 Sep 2018 08:52:02 GMT + - Sat, 20 Jul 2019 08:59:55 GMT Content-Type: - application/json;charset=UTF-8 Content-Length: @@ -32,5 +32,5 @@ http_interactions: encoding: ASCII-8BIT string: '{"responseCode":301,"message":"That prefix doesn''t live here","handle":"10.1371/JOURNAL.PBIO.2001414"}' http_version: - recorded_at: Wed, 26 Sep 2018 08:52:02 GMT + recorded_at: Sat, 20 Jul 2019 08:59:55 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/register_doi/should_change_url.yml b/spec/fixtures/vcr_cassettes/Doi/register_doi/should_change_url.yml index 769e829de..ad8731f6b 100644 --- a/spec/fixtures/vcr_cassettes/Doi/register_doi/should_change_url.yml +++ b/spec/fixtures/vcr_cassettes/Doi/register_doi/should_change_url.yml @@ -8,7 +8,7 @@ http_interactions: string: '[{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"TEST/ADMIN","index":300,"permissions":"111111111111"}}},{"index":1,"type":"URL","data":{"format":"string","value":"https://blog.datacite.org/re3data-science-europe/"}}]' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Content-Type: - application/json;charset=UTF-8 Accept: @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Wed, 26 Sep 2018 08:52:02 GMT + - Sat, 20 Jul 2019 08:59:55 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -32,7 +32,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"responseCode":1,"handle":"10.5438/MCNV-GA6N"}' http_version: - recorded_at: Wed, 26 Sep 2018 08:52:02 GMT + recorded_at: Sat, 20 Jul 2019 08:59:55 GMT - request: method: get uri: https://handle.test.datacite.org/api/handles/10.5438/MCNV-GA6N?index=1 @@ -41,7 +41,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -50,7 +50,7 @@ http_interactions: message: OK headers: Date: - - Wed, 26 Sep 2018 08:52:02 GMT + - Sat, 20 Jul 2019 08:59:55 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -59,7 +59,7 @@ http_interactions: - Accept-Encoding body: encoding: ASCII-8BIT - string: '{"responseCode":1,"handle":"10.5438/MCNV-GA6N","values":[{"index":1,"type":"URL","data":{"format":"string","value":"https://blog.datacite.org/re3data-science-europe/"},"ttl":86400,"timestamp":"2018-09-26T08:52:02Z"}]}' + string: '{"responseCode":1,"handle":"10.5438/MCNV-GA6N","values":[{"index":1,"type":"URL","data":{"format":"string","value":"https://blog.datacite.org/re3data-science-europe/"},"ttl":86400,"timestamp":"2019-07-20T08:59:55Z"}]}' http_version: - recorded_at: Wed, 26 Sep 2018 08:52:02 GMT + recorded_at: Sat, 20 Jul 2019 08:59:55 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/register_doi/should_register.yml b/spec/fixtures/vcr_cassettes/Doi/register_doi/should_register.yml index f25f0078b..e2d8fa686 100644 --- a/spec/fixtures/vcr_cassettes/Doi/register_doi/should_register.yml +++ b/spec/fixtures/vcr_cassettes/Doi/register_doi/should_register.yml @@ -8,11 +8,11 @@ http_interactions: string: '[{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"TEST/ADMIN","index":300,"permissions":"111111111111"}}},{"index":1,"type":"URL","data":{"format":"string","value":"https://blog.datacite.org/"}}]' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Content-Type: - application/json;charset=UTF-8 + Accept: + - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Authorization: - Basic response: @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Fri, 10 May 2019 12:45:27 GMT + - Sat, 20 Jul 2019 08:59:54 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -32,7 +32,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"responseCode":1,"handle":"10.5438/MCNV-GA6N"}' http_version: - recorded_at: Fri, 10 May 2019 12:45:27 GMT + recorded_at: Sat, 20 Jul 2019 08:59:54 GMT - request: method: get uri: https://handle.test.datacite.org/api/handles/10.5438/MCNV-GA6N?index=1 @@ -41,7 +41,7 @@ http_interactions: string: '' headers: User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma) + - Mozilla/5.0 (compatible; Maremma/4.2.6; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 response: @@ -50,7 +50,7 @@ http_interactions: message: OK headers: Date: - - Fri, 10 May 2019 12:45:27 GMT + - Sat, 20 Jul 2019 08:59:54 GMT Content-Type: - application/json;charset=UTF-8 Connection: @@ -61,5 +61,5 @@ http_interactions: encoding: ASCII-8BIT string: '{"responseCode":1,"handle":"10.5438/MCNV-GA6N","values":[{"index":1,"type":"URL","data":{"format":"string","value":"https://blog.datacite.org/"},"ttl":86400,"timestamp":"2019-05-10T12:45:27Z"}]}' http_version: - recorded_at: Fri, 10 May 2019 12:45:27 GMT + recorded_at: Sat, 20 Jul 2019 08:59:55 GMT recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/set_attributes/author.yml b/spec/fixtures/vcr_cassettes/Doi/set_attributes/author.yml deleted file mode 100644 index f051bdd05..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/set_attributes/author.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/25 - body: - encoding: UTF-8 - string: '{"id":25,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST24","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/25" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"25","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/17 - body: - encoding: UTF-8 - string: '{"id":17,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST24.TEST21","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":25,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/17" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"17","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/set_attributes/date_published.yml b/spec/fixtures/vcr_cassettes/Doi/set_attributes/date_published.yml deleted file mode 100644 index a40f77f9a..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/set_attributes/date_published.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/28 - body: - encoding: UTF-8 - string: '{"id":28,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST27","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/28" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"28","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/20 - body: - encoding: UTF-8 - string: '{"id":20,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST27.TEST24","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":28,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/20" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"20","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/set_attributes/publisher.yml b/spec/fixtures/vcr_cassettes/Doi/set_attributes/publisher.yml deleted file mode 100644 index fd12b190e..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/set_attributes/publisher.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/27 - body: - encoding: UTF-8 - string: '{"id":27,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST26","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/27" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"27","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/19 - body: - encoding: UTF-8 - string: '{"id":19,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST26.TEST23","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":27,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/19" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"19","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/set_attributes/resource_type_general.yml b/spec/fixtures/vcr_cassettes/Doi/set_attributes/resource_type_general.yml deleted file mode 100644 index 30e33dd78..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/set_attributes/resource_type_general.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/29 - body: - encoding: UTF-8 - string: '{"id":29,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST28","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/29" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"29","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/21 - body: - encoding: UTF-8 - string: '{"id":21,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST28.TEST25","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":29,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/21" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"21","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/set_attributes/title.yml b/spec/fixtures/vcr_cassettes/Doi/set_attributes/title.yml deleted file mode 100644 index 615082f85..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/set_attributes/title.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/26 - body: - encoding: UTF-8 - string: '{"id":26,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST25","updated":"2018-07-05T09:12:12.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/26" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"26","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/18 - body: - encoding: UTF-8 - string: '{"id":18,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:12.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST25.TEST22","updated":"2018-07-05T09:12:12.000Z","version":0,"allocator":26,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/18" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"18","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:12 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/broken/can_link_check.yml b/spec/fixtures/vcr_cassettes/Doi/state/broken/can_link_check.yml deleted file mode 100644 index 8602ea5ee..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/broken/can_link_check.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/188 - body: - encoding: UTF-8 - string: '{"id":188,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST180","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/188" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"188","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/116 - body: - encoding: UTF-8 - string: '{"id":116,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST180.TEST122","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":188,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/116" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"116","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/broken/can_t_link_check_if_draft.yml b/spec/fixtures/vcr_cassettes/Doi/state/broken/can_t_link_check_if_draft.yml deleted file mode 100644 index 768d0e480..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/broken/can_t_link_check_if_draft.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/189 - body: - encoding: UTF-8 - string: '{"id":189,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST181","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/189" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"189","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/117 - body: - encoding: UTF-8 - string: '{"id":117,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST181.TEST123","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":189,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/117" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"117","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/findable/can_publish.yml b/spec/fixtures/vcr_cassettes/Doi/state/findable/can_publish.yml deleted file mode 100644 index 5c4ed61a6..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/findable/can_publish.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/184 - body: - encoding: UTF-8 - string: '{"id":184,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST176","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/184" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"184","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/112 - body: - encoding: UTF-8 - string: '{"id":112,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST176.TEST118","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":184,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/112" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"112","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/findable/can_t_register_with_test_prefix.yml b/spec/fixtures/vcr_cassettes/Doi/state/findable/can_t_register_with_test_prefix.yml deleted file mode 100644 index d2f9d88ef..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/findable/can_t_register_with_test_prefix.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/185 - body: - encoding: UTF-8 - string: '{"id":185,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST177","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/185" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"185","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/113 - body: - encoding: UTF-8 - string: '{"id":113,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST177.TEST119","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":185,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/113" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"113","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_flag.yml b/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_flag.yml deleted file mode 100644 index cd2f50631..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_flag.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/186 - body: - encoding: UTF-8 - string: '{"id":186,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST178","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/186" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"186","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/114 - body: - encoding: UTF-8 - string: '{"id":114,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST178.TEST120","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":186,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/114" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"114","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_t_flag_if_draft.yml b/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_t_flag_if_draft.yml deleted file mode 100644 index ed614a3c5..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/flagged/can_t_flag_if_draft.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/187 - body: - encoding: UTF-8 - string: '{"id":187,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST179","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/187" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"187","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/115 - body: - encoding: UTF-8 - string: '{"id":115,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST179.TEST121","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":187,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/115" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"115","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/registered/can_register.yml b/spec/fixtures/vcr_cassettes/Doi/state/registered/can_register.yml deleted file mode 100644 index 87c5529c0..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/registered/can_register.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/182 - body: - encoding: UTF-8 - string: '{"id":182,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST174","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/182" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"182","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/110 - body: - encoding: UTF-8 - string: '{"id":110,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST174.TEST116","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":182,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/110" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"110","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/registered/can_t_register_with_test_prefix.yml b/spec/fixtures/vcr_cassettes/Doi/state/registered/can_t_register_with_test_prefix.yml deleted file mode 100644 index 1ad9c7033..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/registered/can_t_register_with_test_prefix.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/183 - body: - encoding: UTF-8 - string: '{"id":183,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST175","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/183" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"183","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/111 - body: - encoding: UTF-8 - string: '{"id":111,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST175.TEST117","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":183,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/111" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"111","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/state/start/can_start.yml b/spec/fixtures/vcr_cassettes/Doi/state/start/can_start.yml deleted file mode 100644 index bd84a1c16..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/state/start/can_start.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/181 - body: - encoding: UTF-8 - string: '{"id":181,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST173","updated":"2018-07-05T09:12:28.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/181" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"181","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/109 - body: - encoding: UTF-8 - string: '{"id":109,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:28.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST173.TEST115","updated":"2018-07-05T09:12:28.000Z","version":0,"allocator":181,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/109" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"109","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:28 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/to_jsonapi/works.yml b/spec/fixtures/vcr_cassettes/Doi/to_jsonapi/works.yml deleted file mode 100644 index 316983773..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/to_jsonapi/works.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/220 - body: - encoding: UTF-8 - string: '{"id":220,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:35.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/220" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"220","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/148 - body: - encoding: UTF-8 - string: '{"id":148,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:35.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST154","updated":"2018-07-05T09:12:35.000Z","version":0,"allocator":220,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/148" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"148","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:35 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_state_change.yml deleted file mode 100644 index cbe0abb39..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/191 - body: - encoding: UTF-8 - string: '{"id":191,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/191" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"191","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/119 - body: - encoding: UTF-8 - string: '{"id":119,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST125","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":191,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/119" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"119","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_url_change.yml deleted file mode 100644 index e34c10833..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/draft_doi/don_t_update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/192 - body: - encoding: UTF-8 - string: '{"id":192,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/192" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"192","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/120 - body: - encoding: UTF-8 - string: '{"id":120,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST126","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":192,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/120" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"120","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_state_change.yml deleted file mode 100644 index 7014013ec..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/195 - body: - encoding: UTF-8 - string: '{"id":195,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:30.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/195" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"195","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/123 - body: - encoding: UTF-8 - string: '{"id":123,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST129","updated":"2018-07-05T09:12:30.000Z","version":0,"allocator":195,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/123" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"123","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_url_change.yml deleted file mode 100644 index 29577ec89..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/findable_doi/update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/196 - body: - encoding: UTF-8 - string: '{"id":196,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:30.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/196" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"196","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/124 - body: - encoding: UTF-8 - string: '{"id":124,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST130","updated":"2018-07-05T09:12:30.000Z","version":0,"allocator":196,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/124" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"124","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_state_change.yml deleted file mode 100644 index c364e6888..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/201 - body: - encoding: UTF-8 - string: '{"id":201,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:32.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/201" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"201","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/129 - body: - encoding: UTF-8 - string: '{"id":129,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST135","updated":"2018-07-05T09:12:32.000Z","version":0,"allocator":201,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/129" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"129","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_url_change.yml deleted file mode 100644 index 09b7b5188..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/no_current_user/don_t_update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/202 - body: - encoding: UTF-8 - string: '{"id":202,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:32.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/202" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"202","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/130 - body: - encoding: UTF-8 - string: '{"id":130,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST136","updated":"2018-07-05T09:12:32.000Z","version":0,"allocator":202,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/130" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"130","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/don_t_update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/don_t_update_state_change.yml deleted file mode 100644 index 7c1f72971..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/don_t_update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/203 - body: - encoding: UTF-8 - string: '{"id":203,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:32.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/203" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"203","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/131 - body: - encoding: UTF-8 - string: '{"id":131,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST137","updated":"2018-07-05T09:12:32.000Z","version":0,"allocator":203,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/131" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"131","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/update_url_change.yml deleted file mode 100644 index 0223fe725..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/no_url/update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/204 - body: - encoding: UTF-8 - string: '{"id":204,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:32.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/204" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"204","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/132 - body: - encoding: UTF-8 - string: '{"id":132,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:32.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST138","updated":"2018-07-05T09:12:32.000Z","version":0,"allocator":204,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/132" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"132","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:32 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_state_change.yml deleted file mode 100644 index d25336015..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/197 - body: - encoding: UTF-8 - string: '{"id":197,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ETHZ","updated":"2018-07-05T09:12:30.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/197" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"197","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/125 - body: - encoding: UTF-8 - string: '{"id":125,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:30.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ETHZ.TEST131","updated":"2018-07-05T09:12:30.000Z","version":0,"allocator":197,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/125" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"125","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:30 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_url_change.yml deleted file mode 100644 index 8bd81722d..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_ethz/don_t_update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/198 - body: - encoding: UTF-8 - string: '{"id":198,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ETHZ","updated":"2018-07-05T09:12:31.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/198" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"198","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/126 - body: - encoding: UTF-8 - string: '{"id":126,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ETHZ.TEST132","updated":"2018-07-05T09:12:31.000Z","version":0,"allocator":198,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/126" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"126","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_state_change.yml deleted file mode 100644 index b9017bbb0..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/199 - body: - encoding: UTF-8 - string: '{"id":199,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"EUROP","updated":"2018-07-05T09:12:31.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/199" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"199","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/127 - body: - encoding: UTF-8 - string: '{"id":127,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"EUROP.TEST133","updated":"2018-07-05T09:12:31.000Z","version":0,"allocator":199,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/127" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '134' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"127","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_url_change.yml deleted file mode 100644 index aa4d1aa26..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/provider_europ/don_t_update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/200 - body: - encoding: UTF-8 - string: '{"id":200,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"EUROP","updated":"2018-07-05T09:12:31.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/200" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"200","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/128 - body: - encoding: UTF-8 - string: '{"id":128,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:31.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"EUROP.TEST134","updated":"2018-07-05T09:12:31.000Z","version":0,"allocator":200,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/128" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"128","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:31 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_state_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_state_change.yml deleted file mode 100644 index 839636446..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_state_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/193 - body: - encoding: UTF-8 - string: '{"id":193,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/193" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"193","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/121 - body: - encoding: UTF-8 - string: '{"id":121,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST127","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":193,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/121" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"121","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_url_change.yml b/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_url_change.yml deleted file mode 100644 index 72a0c719d..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/update_url/registered_doi/update_url_change.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/194 - body: - encoding: UTF-8 - string: '{"id":194,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"ADMIN","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/194" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '137' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"194","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/122 - body: - encoding: UTF-8 - string: '{"id":122,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"ADMIN.TEST128","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":194,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/122" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"122","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/url/can_handle_long_urls.yml b/spec/fixtures/vcr_cassettes/Doi/url/can_handle_long_urls.yml deleted file mode 100644 index 9c988f32b..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/url/can_handle_long_urls.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/190 - body: - encoding: UTF-8 - string: '{"id":190,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST182","updated":"2018-07-05T09:12:29.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/190" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"190","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/118 - body: - encoding: UTF-8 - string: '{"id":118,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:29.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST182.TEST124","updated":"2018-07-05T09:12:29.000Z","version":0,"allocator":190,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/118" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"118","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:29 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_not_validate_if_not_DOI_prefix.yml b/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_not_validate_if_not_DOI_prefix.yml deleted file mode 100644 index c78edfce1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_not_validate_if_not_DOI_prefix.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/35 - body: - encoding: UTF-8 - string: '{"id":35,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST34","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/35" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"35","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/25 - body: - encoding: UTF-8 - string: '{"id":25,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST34.TEST29","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":35,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/25" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '133' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"25","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate.yml b/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate.yml deleted file mode 100644 index b9bd44afa..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/32 - body: - encoding: UTF-8 - string: '{"id":32,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST31","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/32" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"32","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/22 - body: - encoding: UTF-8 - string: '{"id":22,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST31.TEST26","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":32,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/22" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"22","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_shoulder.yml b/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_shoulder.yml deleted file mode 100644 index 531c1a3f9..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_shoulder.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/34 - body: - encoding: UTF-8 - string: '{"id":34,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST33","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/34" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"34","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/24 - body: - encoding: UTF-8 - string: '{"id":24,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST33.TEST28","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":34,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/24" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"24","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_slash.yml b/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_slash.yml deleted file mode 100644 index e10687ffa..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/validate_prefix/should_validate_with_slash.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/33 - body: - encoding: UTF-8 - string: '{"id":33,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST32","updated":"2018-07-05T09:12:13.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/33" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"33","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/23 - body: - encoding: UTF-8 - string: '{"id":23,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:13.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST32.TEST27","updated":"2018-07-05T09:12:13.000Z","version":0,"allocator":33,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/23" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"23","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:13 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json.yml b/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json.yml deleted file mode 100644 index a12cfe121..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/17 - body: - encoding: UTF-8 - string: '{"id":17,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST16","updated":"2018-07-05T09:12:11.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/17" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"17","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/9 - body: - encoding: UTF-8 - string: '{"id":9,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST16.TEST13","updated":"2018-07-05T09:12:11.000Z","version":0,"allocator":17,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/9" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"9","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_duplicate_keys.yml b/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_duplicate_keys.yml deleted file mode 100644 index 484c9da85..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_duplicate_keys.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/19 - body: - encoding: UTF-8 - string: '{"id":19,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST18","updated":"2018-07-05T09:12:11.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/19" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"19","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/11 - body: - encoding: UTF-8 - string: '{"id":11,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST18.TEST15","updated":"2018-07-05T09:12:11.000Z","version":0,"allocator":19,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/11" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"11","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_malformed.yml b/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_malformed.yml deleted file mode 100644 index 944189735..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_json_malformed.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/18 - body: - encoding: UTF-8 - string: '{"id":18,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST17","updated":"2018-07-05T09:12:11.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/18" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '135' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"18","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/10 - body: - encoding: UTF-8 - string: '{"id":10,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:11.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST17.TEST14","updated":"2018-07-05T09:12:11.000Z","version":0,"allocator":18,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/10" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '131' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"10","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:11 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml.yml b/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml.yml deleted file mode 100644 index d1e3103b1..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/15 - body: - encoding: UTF-8 - string: '{"id":15,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST14","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/15" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"15","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/7 - body: - encoding: UTF-8 - string: '{"id":7,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST14.TEST11","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":15,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/7" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"7","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml_malformed.yml b/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml_malformed.yml deleted file mode 100644 index 22f8a9821..000000000 --- a/spec/fixtures/vcr_cassettes/Doi/well_formed_xml/from_xml_malformed.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -http_interactions: -- request: - method: put - uri: http://elasticsearch:9200/providers-test/provider/16 - body: - encoding: UTF-8 - string: '{"id":16,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"is_active":"\u0001","name":"My - provider","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_ALLOCATOR","symbol":"TEST15","updated":"2018-07-05T09:12:10.000Z","version":0,"comments":null,"experiments":null,"description":null,"region":"EMEA","country_code":"DE","website":null,"phone":null,"deleted_at":null,"joined":null,"institution_type":null,"logo":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/providers-test/provider/16" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '136' - body: - encoding: ASCII-8BIT - string: '{"_index":"providers-test","_type":"provider","_id":"16","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -- request: - method: put - uri: http://elasticsearch:9200/clients-test/client/8 - body: - encoding: UTF-8 - string: '{"id":8,"comments":null,"contact_email":"josiah@example.org","contact_name":"Josiah - Carberry","created":"2018-07-05T09:12:10.000Z","doi_quota_allowed":-1,"doi_quota_used":0,"domains":"*","is_active":"\u0001","name":"My - data center","password":"15e4bf0dfe3407d79121bf1a093fd57bdcff5b4bc5996e18da5e6115ac0fdd65","role_name":"ROLE_DATACENTRE","symbol":"TEST15.TEST12","updated":"2018-07-05T09:12:10.000Z","version":0,"allocator":16,"experiments":null,"deleted_at":null,"re3data":null,"url":null}' - headers: - Authorization: - - Basic ZWxhc3RpYzpjaGFuZ2VtZQ== - Content-Type: - - application/json - User-Agent: - - Faraday v0.15.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 201 - message: Created - headers: - Location: - - "/clients-test/client/8" - Content-Type: - - application/json; charset=UTF-8 - Content-Length: - - '132' - body: - encoding: ASCII-8BIT - string: '{"_index":"clients-test","_type":"client","_id":"8","_version":1,"result":"created","_shards":{"total":2,"successful":1,"failed":0},"created":true}' - http_version: - recorded_at: Thu, 05 Jul 2018 09:12:10 GMT -recorded_with: VCR 3.0.3 diff --git a/spec/requests/dois_spec.rb b/spec/requests/dois_spec.rb index 9c532a1d0..9305a971b 100644 --- a/spec/requests/dois_spec.rb +++ b/spec/requests/dois_spec.rb @@ -969,7 +969,7 @@ "name" => "Carberry, Josiah", "nameIdentifiers" => [{"nameIdentifier"=>"https://orcid.org/0000-0002-1825-0097", "nameIdentifierScheme"=>"ORCID", "schemeUri"=>"https://orcid.org"}], "nameType" => "Personal") - expect(json.dig('data', 'attributes', 'creators')[2]).to eq("nameType"=>"Organizational", "name"=>"The Psychoceramics Study Group", "affiliation"=>["Brown University"]) + expect(json.dig('data', 'attributes', 'creators')[2]).to eq("nameType"=>"Organizational", "name"=>"The Psychoceramics Study Group", "affiliation"=>["Brown University"], "nameIdentifiers" => []) xml = Maremma.from_xml(Base64.decode64(json.dig('data', 'attributes', 'xml'))).fetch("resource", {}) expect(xml.dig("creators", "creator")[0]).to eq("affiliation" => {"__content__"=>"DataCite", "affiliationIdentifier"=>"https://ror.org/04wxnsj81", "affiliationIdentifierScheme"=>"ROR"}, @@ -1012,7 +1012,7 @@ "name" => "Carberry, Josiah", "nameIdentifiers" => [{"nameIdentifier"=>"https://orcid.org/0000-0002-1825-0097", "nameIdentifierScheme"=>"ORCID", "schemeUri"=>"https://orcid.org"}], "nameType" => "Personal") - expect(json.dig('data', 'attributes', 'creators')[2]).to eq("nameType"=>"Organizational", "name"=>"The Psychoceramics Study Group", "affiliation"=>[{"affiliationIdentifier"=>"https://ror.org/05gq02987", "name"=>"Brown University", "affiliationIdentifierScheme"=>"ROR"}]) + expect(json.dig('data', 'attributes', 'creators')[2]).to eq("nameType"=>"Organizational", "name"=>"The Psychoceramics Study Group", "affiliation"=>[{"affiliationIdentifier"=>"https://ror.org/05gq02987", "name"=>"Brown University", "affiliationIdentifierScheme"=>"ROR"}], "nameIdentifiers" => []) xml = Maremma.from_xml(Base64.decode64(json.dig('data', 'attributes', 'xml'))).fetch("resource", {}) expect(xml.dig("creators", "creator")[0]).to eq("affiliation" => {"__content__"=>"DataCite", "affiliationIdentifier"=>"https://ror.org/04wxnsj81", "affiliationIdentifierScheme"=>"ROR"},