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

io.zenwave360.sdk.resources.asyncapi.v2.json-schemas.master-data.schema Maven / Gradle / Ivy

There is a newer version: 1.6.3
Show newest version
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "http://logistics.example.com/schemas/master-data.json",
  "javaType": "io.example.transport.schema.MasterData",
  "type": "object",
  "additionalProperties": false,
  "title": "MasterData",
  "description": "Schema representing a master data",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier to master type"
    },
    "description": {
      "type": "string",
      "description": "Generic description to master type"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy