Item:OSW156bec0f8f674b69aaf17a4e2a97cfe8: Difference between revisions

no edit summary
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 7: Line 7:
<div class="JsonEditor" style="font-size:medium;height:500px" data-config='{
<div class="JsonEditor" style="font-size:medium;height:500px" data-config='{
"schema": {
"schema": {
     "type": "object",
  "@context": {
            "title": "My Form",
     "name": "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#title",
            "title*": {"de": "Mein Formular"} ,
    "keywords": "https://www.w3.org/ns/dcat#themeTaxonomy"
     "properties": {
  },
        "color": {  
  "type": "object",
            "type": "string",  
  "title": "My Dataset",
            "format": "color"  
  "required": ["name", "keywords", "columns"],
  "properties": {
    "name": {"type": "string"},
    "keywords": {
      "type": "array",
      "title": "keywords",
      "items": {
        "$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw"
      }
    },
     "columns": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
        "name": {
          "type": "string"
         },
         },
         "number": {  
         "quantity": {
            "type": "number",
        "$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw"
            "description": "not a string!"
         }
         }
      }
      }
     }
     }
  }
}, "data": {
}, "data": {
     "color": "#ff0000",
     "color": "#ff0000",