SchemaInfo processes the schema referenced by the provided URL and returns information to allow a user to create an App.
Deprecated: This endpoint is no longer supported, users should create a Schema using the CreateSchema
(POST /organisations//schemas) operation, and use the GetSchemaInfo
operation to retrieve
this information.
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.
GetSchemaInfoRequest contains the necessary parameters to retrieve schema info.
The body is of type object
.
SchemaInfoResponse is the response containing the SchemaInfo of a schema.
The response is of type object
.