Model General Information
curl --location 'https://[your_organization].datome.io/api/models/fabric/' \
--header 'Authorization: Bearer 74a6c88d-62fe-4c13-8b40-c21fabbae819' \
--header 'Content-Type: application/json' \
--data '
{
"$id": "https://mangrovia.solutions/generic.json",
"$schema": "https://json-schema.org/draft-07/schema",
"title": "fabric",
"description": "Fabric Model describes a fabric lot",
"type": "object",
"properties": {
"unique_name": {
"type": "string"
},
"id_technician": {
"type": "number"
},
"id_employee": {
"type": "number"
},
"available": {
"type": "boolean"
},
"notes": {
"type": "string"
}
},
"required": [
"unique_name",
"id_technician",
],
"additionalProperties": false,
...
}Fields
Data Type
Description
Last updated