com.revinate.ship.schemata.guest-stay-list-schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A list of guestStay objects, providing a convenient way for a system to send a number of guestStays to another system in a single message.",
"type": "array",
"items": {
"$ref": "guest-stay-schema.json#"
}
}