schemas
Post organisations schema utils import
deprecated
Create a schema record and import the operations to store locally as DB records.
Deprecated in favour of CreateSchema (POST /organisations//schemas)
POST
Authorizations
Path Parameters
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.
Body
application/json
ImportSchemaFromURLRequest contains the necessary parameters to create a schema record from a URL.
The body is of type object
.
Response
200
application/json
SchemaInfoResponse is the response containing the SchemaInfo of a schema.
The response is of type object
.