{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UnecePetAnimal",
	"title": "UnecePetAnimal",
	"description": "A domestic or tamed animal that is kept for companionship or pleasure.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "PetAnimal",
			"description": "JSON-LD Type."
		},
		"allowedIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this pet animal is allowed."
		},
		"categoryCode": {
			"type": "string",
			"description": "The code specifying the category for this pet animal."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this pet animal."
		},
		"restriction": {
			"type": "string",
			"description": "A restriction, expressed as text, for this pet animal."
		}
	},
	"required": ["type"]
}
