Switchboard API
Post organisations schema utils info
deprecated
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.
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
GetSchemaInfoRequest contains the necessary parameters to retrieve schema info.
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
.