OBJECT

SchemaProperty

link GraphQL Schema definition

1type SchemaProperty {
2
3dataRegistryId: ID!
4
5majorVersion: Int!
6
7schema: Schema!
8
9path: String!
10
11searchPath: String!
12
13type: String!
14
15title: String
16
17}