"inlineExtension_with_marks_node": {
"allOf": [
{"$ref": "#/definitions/inlineExtension_node"},
{
"type": "object",
"additionalProperties": true,
"properties": {
"marks": {
"type": "array",
"items": {
"anyOf": [
{"$ref": "#/definitions/dataConsumer_mark"},
{"$ref": "#/definitions/fragment_mark"}
]
}
}
}
}
]
}
|