iglu-client-embedded.schemas.com.snowplowanalytics.self-desc.instance-iglu-only.jsonschema.1-0-0 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iglu-scala-client_2.13 Show documentation
Show all versions of iglu-scala-client_2.13 Show documentation
Scala client and resolver for Iglu schema repositories
The newest version!
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Top-level schema for the validation process (Iglu-only)",
"self": {
"vendor": "com.snowplowanalytics.self-desc",
"name": "instance-iglu-only",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"schema": {
"type": "string",
"pattern": "^iglu:[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[0-9]+-[0-9]+-[0-9]+$"
},
"data": {}
},
"required": ["schema", "data"],
"additionalProperties": false
}