{
	"fields": [
		{
			"name": "DATSK",
			"title": "Datum skutku",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "CASSK",
			"title": "Čas skutku",
			"constraints": {
			"required": false,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "MISTOSK",
			"title": "Místo skutku",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "PRAHA",
			"title": "Praha x",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "OZNAM",
			"title": "Oznamovatel",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "MPZ",
			"title": "MPZ",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "TOVZN",
			"title": "Tovární značka",
			"constraints": {
			"required": false,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "OSOBA",
			"title": "Osoba",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "FIRMA",
			"title": "Firma",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		},
		{
			"name": "PRAVFOR",
			"title": "Právní kvalifikace",
			"constraints": {
			"required": true,
			"type": "http://www.w3.org/2001/XMLSchema#string"
			}
		}
	]
}