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