Newer
Older
dmpopidor / test.json
@Quentin SONREL Quentin SONREL on 28 Jan 2020 541 bytes Added changes for dynamic form
{
  "type": "object",
  "$id": "http://dmp.opidor.fr/schema.json",
  "@context": "https://json-ld.org/contexts/person.jsonld",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "foaf:person",
    "pageNumber"
  ],
  "properties": {
    "name": {
      "type": "string",
      "label": "Name"
    },
    "surname": {
      "type": "string",
      "label": "Surname"
    },
    "age": {
      "type": "integer",
      "label": "Age"
    },
    "active": {
      "type": "boolean",
      "label": "Active?"
    }
  }
}