Files
luma/backend/data/schemas/schema_103b7090a545.json

74 lines
1.6 KiB
JSON

{
"schema_id": "schema_103b7090a545",
"schema_name": "Testing",
"description": "Informacion de las facturas de taxes (Prueba)",
"fields": [
{
"name": "employed_id",
"type": "string",
"description": "id number from employed",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "ej_numero",
"type": "integer",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "ej_decimal",
"type": "float",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "ej_booleano",
"type": "boolean",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "ej_list",
"type": "array_string",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "ej_listnum",
"type": "array_integer",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
},
{
"name": "fecha",
"type": "date",
"description": "ejemplo",
"required": false,
"min_value": null,
"max_value": null,
"pattern": null
}
],
"created_at": "2025-11-07T17:49:18.193078",
"updated_at": "2025-11-07T22:19:53.434529",
"tema": "ULTA",
"is_global": true
}