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