Create a new resource model

Creates a new resource model.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

resourceModelData
namestringRequired
The name of the resource model
descriptionstringOptionalDefaults to

Free-form text describing the resource model

schemaanyOptional

A draft-07 JSON Schema which defines the validation applied to instances of the resource model

actionslist of objectsOptional

Response

response
dataobject

Errors

500
Internal Server Error