ScoreWalker/scorewalker-utils/ValidationWalker/LibraryPage.json

19 lines
373 B
JSON
Raw Normal View History

2025-03-13 06:13:53 +00:00
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.sequencelogic.sleds.models.classification.LibraryPage",
"extends" : {"$ref": "PageBase.json#"},
"allOf": [
{ "$ref": "PageBase.json#" }
],
"properties": {
"id": {
"type": "string"
}
},
"additionalProperties": true,
"required": [
"id"
]
}