INPUT_OBJECT

CreateDataRegistry

link GraphQL Schema definition

1input CreateDataRegistry {
4
2# Optionally, provide a forced ID. It must be a valid UUID.
3id: ID
7
5# Provide a name for the new data registry.
6name: String!
10
8# Provide a description for the new data registry.
9description: String!
14
11# Provide source information. If in doubt, set this
12# field to the same value as name.
13source: String!
18
15# Defines a Veritone platform system data registry.
16# Only platform components can set this value.
17isSystem: Boolean
21
19# Data registry accessible to all organizations
20isPublic: Boolean
22}