docs/maps/Sequence.json in cocina-models-0.22.1 vs docs/maps/Sequence.json in cocina-models-0.22.2

- old
+ new

@@ -29,8 +29,18 @@ "description": "Identifiers for Members in their stated Order for the Sequence.", "type": "array", "items": { "type": "string" } + }, + "viewingDirection": { + "description": "The direction that a sequence of canvases should be displayed to the user", + "type": "string", + "enum": [ + "left-to-right", + "right-to-left", + "top-to-bottom", + "bottom-to-top" + ] } } }