{ "$schema": "https://ghentcdh.github.io/crouton/schema/v1/resource.schema.json", "id": "animals", "name": "Animals", "kind": "custom", "annotation": { "color": "#65a378", "target": "highlight", "allowedLinks": ["emotion"] }, "columns": { "name": { "id": "name", "label": "name", "type": { "type": "string" }, "fieldInput": { "position": 1, "options": {} } }, "gender": { "id": "gender", "label": "Gender", "type": { "type": "string" }, "fieldInput": { "type": "select", "position": 2, "options": { "colspan": 4, "clearable": false, "storeValue": true, "emitObject": true, "values": [ { "value": "female", "label": "Female" }, { "value": "male", "label": "Male" } ] } } }, "animalType": { "id": "animalType", "label": "Animal Type", "type": { "type": "string" }, "fieldInput": { "type": "select", "position": 3, "options": { "colspan": 6, "clearable": false, "storeValue": true, "emitObject": true, "values": [ { "value": "dog", "label": "Dog" }, { "value": "parrot", "label": "parrot" } ] } } }, "breed": { "id": "breed", "label": "breed", "required": false, "type": { "type": "string" }, "fieldInput": { "position": 4, "options": { "colspan": 6 } } }, "species": { "id": "species", "label": "Species", "required": false, "type": { "type": "string" }, "fieldInput": { "position": 4, "options": { "colspan": 6 } } } } }