formality_level.yml revision 4e3398f764c43a67d5012578987dae68baf815bb
---
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:
- Mon, 09 Mar 2015 14:37:38 GMT
Content-Type:
Content-Length:
- '585'
Last-Modified:
- Fri, 06 Mar 2015 13:06:11 GMT
Connection:
- keep-alive
Etag:
- '"54f9a643-249"'
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": "Formality Level",
"description": "A formality level",
"type": "object",
"properties": {
"iri": {
"description": "The unique identifier for a formality level",
"type": "string"
},
"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: Mon, 09 Mar 2015 14:37:38 GMT
recorded_with: VCR 2.9.2