OBJECT
A custom structured data schema, specified in JSON. This type is not fully implemented.
1type StructuredJSONSchema {23schema: JSONData 45name: String! 67id: ID! 89ownerOrganizationId: ID! 1011organization: Organization! 1213}