object
-
built_inboolean required -
crsstring -
idstring required -
titlestring -
uristring
OpenAPI schema definition
{
"properties": {
"built_in": {
"type": "boolean"
},
"crs": {
"type": "string"
},
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"id",
"built_in"
],
"type": "object"
}