Post organisations schema utils info
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.
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
SourceURL is the URL which can be used to download the original schema document.
Response
SupportedAuthConfigs is a list of authentication standards which can be used to connect a user's account to this app. At least one auth type needs to be valid for the App to be used by a user.
The ID of the Schema record if it is stored.
Title is calculated from the parsed schema. Not all schemas contain this information so may be null.