Create a schema record and import the operations to store locally as DB records.
Deprecated in favour of CreateSchema (POST /organisations//schemas)
SchemaType is the type of schema which an App implements. The only supported values are currently "openapi", but is planned to be extended to include gRPC, GraphQL and SOAP.
ImportSchemaFromURLRequest contains the necessary parameters to create a schema record from a URL.
The body is of type object
.
SchemaInfoResponse is the response containing the SchemaInfo of a schema.
The response is of type object
.