All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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#"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy