{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "My example schema",
  "type": "object",
  "properties": {
    "LT": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniTyp",
      "x-jsonld-type": "@id",
      "x-jsonld-base": "https://w3id.org/ogc/hosted/focal/lt/"
    },
    "LES_OBL": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniOblast"
    },
    "LO_CAST": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniOblastCast"
    },
    "UDRZBA": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniUDRZBA"
    },
    "ZMENA": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniZMENA"
    },
    "ZADOST": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniZADOST"
    },
    "CHS": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniCHS"
    },
    "PCHS": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniPCHS"
    },
    "OVER_T": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniOVERT"
    },
    "ROK_MAP": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniROKMAP"
    },
    "ID1": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniID1"
    },
    "SLT": {
      "type": "string",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniSLT"
    },
    "PLOCHA": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniPLOCHA"
    },
    "DS_OPRL": {
      "type": "number",
      "x-jsonld-id": "https://w3id.org/ogc/hosted/focal/properties/lesniDSOPRL"
    }
  },
  "required": [
    "LT"
  ],
  "x-jsonld-prefixes": {
    "focal-prop": "https://w3id.org/ogc/hosted/focal/properties/"
  }
}