"link_mark": { "type": "object", "additionalProperties": false, "required": [ "type", "attrs" ], "properties": { "type": { "enum": ["link"] }, "attrs": { "type": "object", "additionalProperties": false, "required": ["href"], "properties": {} } } }
"type": { "enum": ["link"] }
"attrs": { "type": "object", "additionalProperties": false, "required": ["href"], "properties": { "href": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "collection": {"type": "string"}, "occurrenceKey": {"type": "string"} } }
"href": {"type": "string"}
"title": {"type": "string"}
"id": {"type": "string"}
"collection": {"type": "string"}
"occurrenceKey": {"type": "string"}