Retrieves the custom fields schema for a specified resource.
Schema of custom fields retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
[- {
- "name": "string",
- "type": "array",
- "description": "string",
- "additionalSchema": {
- "allowedValues": [
- "string"
], - "required": true,
- "default": [
- "string"
]
}, - "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]