OBJECT

StructuredJSONSchema

A custom structured data schema, specified in JSON. This type is not fully implemented.

link GraphQL Schema definition

1type StructuredJSONSchema {
2
3schema: JSONData
4
5name: String!
6
7id: ID!
8
9ownerOrganizationId: ID!
10
11organization: Organization!
12
13}