logic.yml revision e966b997b5ff620f957014251378a447bbea959f
---
http_interactions:
- request:
method: get
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:
Server:
- nginx/1.6.2
Date:
- Fri, 06 Mar 2015 13:20:58 GMT
Content-Type:
Content-Length:
- '789'
Last-Modified:
- Fri, 06 Mar 2015 13:19:50 GMT
Connection:
- keep-alive
Etag:
- '"54f9a976-315"'
Strict-Transport-Security:
- max-age=31536000
X-Frame-Options:
- DENY
Accept-Ranges:
- bytes
body:
encoding: UTF-8
string: |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Logic",
"description": "A logic as registered with Ontohub",
"type": "object",
"properties": {
"iri": {
"description": "The unique identifier for the logic",
"type": "string"
},
"name": {
"description": "The name of the logic",
"type": "string"
},
"description": {
"description": "Description of the logic",
"type": "string"
},
"standardization_status": {
"description": "The standardization status of the logic",
"type": "string"
},
"defined_by": {
"description": "The resource which defined the logic",
"type": ["string", "null"]
}
}
}
http_version:
recorded_at: Fri, 06 Mar 2015 13:20:58 GMT
recorded_with: VCR 2.9.2