object
-
created_atstring · date-time required -
descriptionstring -
diagnosticsarray of object -
Array items
-
codestring -
columninteger -
lineinteger -
messagestring -
pathstring -
severitystring
-
-
formatstring required -
idstring required -
namestring required -
titlestring -
updated_atstring · date-time required -
validboolean -
validation_errorsarray of string -
workspace_idstring required
OpenAPI schema definition
{
"properties": {
"created_at": {
"format": "date-time",
"type": "string"
},
"description": {
"type": "string"
},
"diagnostics": {
"items": {
"properties": {
"code": {
"type": "string"
},
"column": {
"type": "integer"
},
"line": {
"type": "integer"
},
"message": {
"type": "string"
},
"path": {
"type": "string"
},
"severity": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"format": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"valid": {
"type": "boolean"
},
"validation_errors": {
"items": {
"type": "string"
},
"type": "array"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"id",
"workspace_id",
"name",
"format",
"created_at",
"updated_at"
],
"type": "object"
}