docs/maps/Sequence.json in cocina-models-0.14.0 vs docs/maps/Sequence.json in cocina-models-0.15.0
- old
+ new
@@ -1,7 +1,8 @@
{
"$schema": "http://json-schema.org/draft-06/schema#",
+ "id": "http://cocina.sul.stanford.edu/schemas/Sequence",
"title": "Resource Sequence",
"description": "A sequence or ordering of resources within a Collection or Object.",
"type": "object",
"required": ["@type", "label", "startMember", "members"],
"properties": {
@@ -25,13 +26,11 @@
"type": "string"
},
"members": {
"description": "Identifiers for Members in their stated Order for the Sequence.",
"type": "array",
- "items": [
- {
- "type": "string"
- }
- ]
+ "items": {
+ "type": "string"
+ }
}
}
}