schema element
Type: | schema |
Namespace: | (default namespace) |
XML Schema: | work-item-rest-schema.xsd |
Describes the schema of an object. A schema is essentially a set of zero or more field definitions. The schema is a RESTful resource that is accessed by some URL.
Example JSON
{
"field" : [ {
"id" : "...",
"isMultiValued" : false,
"displayAdvice" : "TEXTBOX",
"label" : "...",
"description" : "...",
"dataType" : {
},
"permissibleValues" : {
"customAllowed" : false
},
"state" : {
"dependencies" : [ "...", ... ]
},
"columns" : [ {
"..." : ...
}, ... ]
}, ... ]
}