Skip to content
Snippets Groups Projects
schema.json 1.29 KiB
Newer Older
  • Learn to ignore specific revisions
  •   "name": "odsh_infrastruktur_geojson_test",
      "title": "ODSH Infrastruktur GeoJSON Test",
      "description": "Schema Test with GeoJSON objects",
      "fields": [
        {
          "name": "ID",
          "type": "integer"
        },
        {
          "name": "example_point",
    
          "type": "geojson",
          "example": "{\"type\": \"Point\",\"coordinates\": [30.0, 10.0]}"
    
        }
      ],
      "primaryKey": [
        "ID"
      ],
      "$schema": "https://specs.frictionlessdata.io/schemas/table-schema.json",
      "countryCode": "DE",
      "path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/schema.json/raw/?ref=0.1.0",
      "created": "2024-03-04",
      "lastModified": "2024-03-04",
      "version": "0.1.0",
      "contributors": [
        {
          "title": "Jan Dolling",
          "email": "jan-karsten.dolling@dataport.de",
          "organisation": "Dataport AöR",
          "role": "author"
        }
    
      ],
      "resources": [
        {
          "titel": "Gültiges csv Beispiel",
          "name": "4_valid_examples.csv",
          "path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_valid_examples.csv/raw/?ref=0.1.0"
        },
        {
          "titel": "Ungültiges csv Beispiel",
          "name": "4_invalid_examples.csv",
          "path": "https://code.schleswig-holstein.de/api/v4/projects/108/repository/files/4_invalid_examples.csv/raw/?ref=0.1.0"
        }