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

iglu-client-embedded.schemas.com.snowplowanalytics.self-desc.instance-iglu-only.jsonschema.1-0-0 Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy