Cross Reference: /ontohub/spec/fixtures/vcr/api/json-schemata/formality_level.yml
formality_level.yml revision 9940047ec4fd0ef151dfddd4253534eafa8c900c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
http_interactions:
- request:
method: get
uri: https://masterthesis.rightsrestricted.com/ontohub/formality_level.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:
Server:
- nginx/1.6.2
Date:
- Sat, 04 Apr 2015 19:37:01 GMT
Content-Type:
- application/json
Content-Length:
- '608'
Last-Modified:
- Thu, 26 Mar 2015 10:31:21 GMT
Connection:
- keep-alive
Etag:
- '"5513dff9-260"'
Strict-Transport-Security:
- max-age=31536000
X-Frame-Options:
- DENY
Accept-Ranges:
- bytes
body:
encoding: UTF-8
string: |
{
"id": "https://masterthesis.rightsrestricted.com/ontohub/formality_level.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Formality Level",
"description": "A formality level",
"type": "object",
"properties": {
"iri": {
"description": "The unique identifier for a formality level",
"type": "string",
"format": "uri"
},
"name": {
"description": "The name of the formality level",
"type": "string"
},
"description": {
"description": "A description of the formality level",
"type": ["string", "null"]
}
}
}
http_version:
recorded_at: Sat, 04 Apr 2015 19:37:01 GMT
recorded_with: VCR 2.9.3