squidex-client-manager
Version:
a client for interacting with the Squidex API
76 lines (75 loc) • 2.56 kB
JSON
{
"fields": [
{
"name": "creationTime",
"properties": {
"editor": "DateTime",
"fieldType": "DateTime"
},
"_links": {
"update": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/1",
"method": "PUT"
},
"hide": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/1/hide",
"method": "PUT"
},
"disable": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/1/disable",
"method": "PUT"
},
"lock": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/1/lock",
"method": "PUT"
},
"delete": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/1",
"method": "DELETE"
}
},
"canDelete": true,
"canDisable": true,
"canHide": true,
"canLock": true,
"canUpdate": true,
"partitioning": "invariant"
},
{
"name": "value",
"properties": {
"editor": "Input",
"fieldType": "Number"
},
"_links": {
"update": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/2",
"method": "PUT"
},
"hide": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/2/hide",
"method": "PUT"
},
"disable": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/2/disable",
"method": "PUT"
},
"lock": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/2/lock",
"method": "PUT"
},
"delete": {
"href": "/api/apps/my-blog-squidex/schemas/test-date/fields/2",
"method": "DELETE"
}
},
"canDelete": true,
"canDisable": true,
"canHide": true,
"canLock": true,
"canUpdate": true,
"partitioning": "invariant"
}
],
"properties": {}
}