---
http_interactions:
- request:
method: get
uri: https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/proof_attempt.json
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
response:
status:
code: 200
message: OK
headers:
Content-Security-Policy:
- default-src 'none'
X-Xss-Protection:
- 1; mode=block
X-Frame-Options:
- deny
X-Content-Type-Options:
- nosniff
Strict-Transport-Security:
- max-age=31536000
Etag:
- '"d3146ae2934c6ece29f254c9dbae6d6dc51be228"'
Content-Type:
- text/plain; charset=utf-8
Cache-Control:
- max-age=300
X-Github-Request-Id:
- B91F1219:0F85:339715:56964D41
Content-Length:
- '673'
Accept-Ranges:
- bytes
Date:
- Wed, 13 Jan 2016 13:12:33 GMT
Via:
- 1.1 varnish
Connection:
- keep-alive
X-Served-By:
- cache-lcy1121-LCY
X-Cache:
- MISS
X-Cache-Hits:
- '0'
Vary:
- Authorization,Accept-Encoding
Access-Control-Allow-Origin:
- "*"
X-Fastly-Request-Id:
- f13024ddcfc00b56d87ecf0930fc50eabd8d0078
Expires:
- Wed, 13 Jan 2016 13:17:33 GMT
Source-Age:
- '0'
body:
encoding: UTF-8
string: |
{
"id": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/proof_attempt.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Proof Attempt",
"description": "A proof attempt of a theorem",
"type": "object",
"oneOf": [
{
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" },
"number": {
"description": "The number of this proof attempt in relation to the theorem",
"type": "integer"
},
"used_prover": {
"description": "The name of the prover used during this attempt",
"type": "string"
},
"tactic_script": { "$ref": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/tactic_script.json" },
"prover_output": {
"oneOf": [
{ "$ref": "references.json#/definitions/prover_output" },
{ "type": "null" }
]
},
"time_taken": {
"description": "The time it took to perform this proof attempt (in seconds)",
"type": ["integer", "null"]
},
"evaluation_state": {
"description": "The current state of the proof evaluation",
"type": "string",
"enum": [ "done", "failed", "pending", "processing" ]
},
"theorem": { "$ref": "references.json#/definitions/theorem" },
"proof_attempt_configuration": {
"oneOf": [
{ "$ref": "references.json#/definitions/proof_attempt_configuration" },
{ "type": "null" }
]
},
"proof_status": { "$ref": "references.json#/definitions/proof_status" },
"used_axioms": {
"description": "Reference to all axioms used for this attempt",
"type": "string",
"format": "uri"
},
"used_theorems": {
"description": "Reference to all theorems used for this attempt",
"type": "string",
"format": "uri"
},
"generated_axioms": {
"description": "Reference to all axioms generated during this attempt",
"type": "string",
"format": "uri"
}
},
"required": [
"iri",
"number",
"evaluation_state",
"theorem",
"proof_status",
"used_axioms",
"used_theorems",
"generated_axioms"
]
},
{
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" },
"number": {
"description": "The number of this proof attempt in relation to the theorem",
"type": "integer"
},
"used_prover": {
"description": "The name of the prover used during this attempt",
"type": "string"
},
"time_taken": {
"description": "The time it took to perform this proof attempt (in seconds)",
"type": ["integer", "null"]
},
"evaluation_state": {
"description": "The current state of the proof evaluation",
"type": "string",
"enum": [ "done", "failed", "pending", "processing" ]
},
"_links": { "$ref": "generic/definitions.json#/definitions/_links" }
},
"required": [
"iri",
"number",
"evaluation_state",
"_links"
]
}
]
}
http_version:
recorded_at: Wed, 13 Jan 2016 13:12:33 GMT
- request:
method: get
uri: https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/generic/definitions.json
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
response:
status:
code: 200
message: OK
headers:
Content-Security-Policy:
- default-src 'none'
X-Xss-Protection:
- 1; mode=block
X-Frame-Options:
- deny
X-Content-Type-Options:
- nosniff
Strict-Transport-Security:
- max-age=31536000
Etag:
- '"05f33ad940ee1376f5482f623d6f455d035ce811"'
Content-Type:
- text/plain; charset=utf-8
Cache-Control:
- max-age=300
X-Github-Request-Id:
- B91F121B:0F86:38DAC6:56964D41
Content-Length:
- '947'
Accept-Ranges:
- bytes
Date:
- Wed, 13 Jan 2016 13:12:33 GMT
Via:
- 1.1 varnish
Connection:
- keep-alive
X-Served-By:
- cache-lcy1122-LCY
X-Cache:
- MISS
X-Cache-Hits:
- '0'
Vary:
- Authorization,Accept-Encoding
Access-Control-Allow-Origin:
- "*"
X-Fastly-Request-Id:
- 404dd42e3df5627e9e3e9c4e78c37759c2acac1d
Expires:
- Wed, 13 Jan 2016 13:17:33 GMT
Source-Age:
- '0'
body:
encoding: UTF-8
string: |
{
"id": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/generic/definitions.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"iri": {
"description": "The IRI of a resource",
"type": "string",
"format": "iri",
"pattern": "^https?://([^.]+[.][^.]+)+/.+$"
},
"_links": {
"description": "A _links-element corresponding to the HAL standard for hypermedia information, adopted from https://github.com/DaveJS/dave.schema.json/blob/master/hal-schema.json",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"id": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/generic/definitions.json#hal-member",
"type": "object",
"properties": {
"href": {
"description": "IRI of a resource",
"type": "string",
"format": "iri"
},
"type": {
"type": "string",
"pattern": "^(application|audio|example|image|message|model|multipart|text|video)\\/[a-zA-Z0-9!#\\$&\\.\\+-\\^_]{1,127}$",
"format": "mime",
"description": "Hints to the media type of a target resource"
},
"name": {
"type": "string"
},
"hreflang": {
"type": "string",
"pattern": "^([a-zA-Z]{2,3}(-[a-zA-Z]{3}(-[a-zA-Z]{3}){0,2})?(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-([a-zA-Z0-9]{5,8}|[0-9][a-zA-Z0-9]{3}))*([0-9A-WY-Za-wy-z](-[a-zA-Z0-9]{2,8}){1,})*(x-[a-zA-Z0-9]{2,8})?)|(x-[a-zA-Z0-9]{2,8})|(en-GB-oed)|(i-ami)|(i-bnn)|(i-default)|(i-enochian)|(i-hak)|(i-klingon)|(i-lux)|(i-mingo)|(i-navajo)|(i-pwn)|(i-tao)|(i-tay)|(i-tsu)|(sgn-BE-FR)|(sgn-BE-NL)|(sgn-CH-DE)|(art-lojban)|(cel-gaulish)|(no-bok)|(no-nyn)|(zh-guoyu)|(zh-hakka)|(zh-min)|(zh-min-nan)|(zh-xiang)$",
"description": "Language indication of the target resource"
}
},
"additionalProperties": false,
"required": [
"href"
]
},
{
"type": "array",
"items": [
{
"$ref": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/generic/definitions.json#hal-member"
}
],
"uniqueItems": true,
"additionalProperties": false
}
]
}
},
"errors": {
"description": "Information on the specific errors that occured",
"type": "array",
"items": {
"description": "Information on one of the specific errors that occured",
"type": "string"
}
}
}
}
http_version:
recorded_at: Wed, 13 Jan 2016 13:12:34 GMT
- request:
method: get
uri: https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/tactic_script.json
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
response:
status:
code: 200
message: OK
headers:
Content-Security-Policy:
- default-src 'none'
X-Xss-Protection:
- 1; mode=block
X-Frame-Options:
- deny
X-Content-Type-Options:
- nosniff
Strict-Transport-Security:
- max-age=31536000
Etag:
- '"daab1974009f77367b5fa9e407d0c944c1096681"'
Content-Type:
- text/plain; charset=utf-8
Cache-Control:
- max-age=300
X-Github-Request-Id:
- B91F121A:0F87:3C70C9:56964D41
Content-Length:
- '318'
Accept-Ranges:
- bytes
Date:
- Wed, 13 Jan 2016 13:12:34 GMT
Via:
- 1.1 varnish
Connection:
- keep-alive
X-Served-By:
- cache-lcy1122-LCY
X-Cache:
- MISS
X-Cache-Hits:
- '0'
Vary:
- Authorization,Accept-Encoding
Access-Control-Allow-Origin:
- "*"
X-Fastly-Request-Id:
- e59b8b957a613f5b3b7c73add19f8360f1e70ed2
Expires:
- Wed, 13 Jan 2016 13:17:34 GMT
Source-Age:
- '0'
body:
encoding: UTF-8
string: |
{
"id": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/tactic_script.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Tactic Script",
"description": "The tactic script generated in a proof attempt",
"type": "object",
"properties": {
"time_limit": {
"description": "The time limit in seconds",
"type": "integer"
},
"extra_options": {
"description": "Additional prover-specific options",
"type": "array",
"items": {
"description": "A prover-specific option",
"type": "string"
}
}
},
"required": [ "time_limit" ]
}
http_version:
recorded_at: Wed, 13 Jan 2016 13:12:34 GMT
- request:
method: get
uri: https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/references.json
body:
encoding: US-ASCII
string: ''
headers:
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
User-Agent:
- Ruby
response:
status:
code: 200
message: OK
headers:
Content-Security-Policy:
- default-src 'none'
X-Xss-Protection:
- 1; mode=block
X-Frame-Options:
- deny
X-Content-Type-Options:
- nosniff
Strict-Transport-Security:
- max-age=31536000
Etag:
- '"54fd49ca226b4b028f96117e95333e615b0d1f7b"'
Content-Type:
- text/plain; charset=utf-8
Cache-Control:
- max-age=300
X-Github-Request-Id:
- B91F121C:0F83:2628D8:56964D41
Content-Length:
- '659'
Accept-Ranges:
- bytes
Date:
- Wed, 13 Jan 2016 13:12:35 GMT
Via:
- 1.1 varnish
Connection:
- keep-alive
X-Served-By:
- cache-lcy1120-LCY
X-Cache:
- MISS
X-Cache-Hits:
- '0'
Vary:
- Authorization,Accept-Encoding
Access-Control-Allow-Origin:
- "*"
X-Fastly-Request-Id:
- 5e1b0b44aa55c64e8ba7a2ef7e26fcc070f3f6bc
Expires:
- Wed, 13 Jan 2016 13:17:35 GMT
Source-Age:
- '0'
body:
encoding: UTF-8
string: |
{
"id": "https://raw.githubusercontent.com/ontohub/ontohub-api-json/develop/references.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"repository": {
"description": "Reference to a repository",
"type": "object",
"properties": {
"name": {
"description": "The name of the repository",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"logic": {
"description": "Reference to a logic",
"type": "object",
"properties": {
"name": {
"description": "The name of the logic",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"ontology": {
"description": "Reference to an ontology",
"type": "object",
"properties": {
"name": {
"description": "The name of the ontology",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"license_model": {
"description": "Reference to a license model",
"type": "object",
"properties": {
"name": {
"description": "The name of the license model",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"formality_level": {
"description": "Reference to a formality level",
"type": "object",
"properties": {
"name": {
"description": "The name of the formality level",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"ontology_type": {
"description": "Reference to an ontology type",
"type": "object",
"properties": {
"name": {
"description": "The name of the ontology type",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"ontology_version": {
"description": "Reference to an ontology-version",
"type": "object",
"properties": {
"number": {
"description": "The version number of the version of the ontology",
"type": "integer"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"logic_mapping": {
"description": "Reference to a mapping between logics",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"mapping": {
"description": "Reference to a mapping",
"type": "object",
"properties": {
"name": {
"description": "The name of the mapping",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"sentence": {
"description": "Reference to a sentence",
"type": "object",
"properties": {
"name": {
"description": "The name of the sentence",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"symbol": {
"description": "Reference to a symbol",
"type": "object",
"properties": {
"name": {
"description": "The name of the symbol",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"theorem": {
"description": "Reference to a theorem",
"type": "object",
"properties": {
"name": {
"description": "The name of the theorem",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"proof_attempt": {
"description": "Reference to a proof attempt",
"type": "object",
"properties": {
"number": {
"description": "The number of the proof attempt relative to its theorem",
"type": "integer"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"proof_status": {
"description": "Reference to a proof status",
"type": "object",
"properties": {
"identifier": {
"description": "The identifier of the proof status",
"type": "string"
},
"name": {
"description": "The name of the proof status (human-readable)",
"type": "string"
},
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"prover_output": {
"description": "Reference to a prover output",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"proof_attempt_configuration": {
"description": "Reference to a proof attempt configuration",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"comment": {
"description": "Reference to comment",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"review": {
"description": "Reference to a review",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" }
}
},
"task": {
"description": "Reference to a task",
"type": "object",
"properties": {
"iri": { "$ref": "generic/definitions.json#/definitions/iri" },
"name": {
"description": "The name of the task",
"type": "string"
}
}
}
}
}
http_version:
recorded_at: Wed, 13 Jan 2016 13:12:35 GMT
recorded_with: VCR 3.0.0