features/ref.feature in jschematic-0.0.5 vs features/ref.feature in jschematic-0.0.6
- old
+ new
@@ -88,21 +88,21 @@
}
}
"""
Scenario: Ref resolves to different schema
- Given this schema:
+ Given the validation context contains this schema:
"""
{
"id": "http://www.example.com/schemas/person",
"title": "The Best Person Schema Ever",
"properties": {
"name": { "type": "string" },
"age": { "type": "integer" }
}
}
"""
- And this schema:
+ When the schema is:
"""
{
"title": "A Happy Family Much Like All Other Happy Families",
"type": "array",
"items": {