OBJECT
Schema
link GraphQL Schema definition
1 type Schema { 2 3 ID! : 4 5 ID! : 6 7 DataRegistry : 8 9 JSONData : 10 11 Int! : 12 13 Int! : 14 15 User : 16 17 User : 18 19 DateTime : 20 21 DateTime : 22 23 SchemaStatus : 24 25 # List of status the Schema can transition to. 26 SchemaAction] : [ 27 28 # SDOs under this schema 29 Int, : Int): StructuredDataList ( : 30 31 # The organization that owns this schema. 32 Organization : 33 34 # The Id of the organization that owns this schema. 35 ID : 36 37 }
link Required by
- AssetSourceDataA structure containing metadata about the source engine and task for an asset.
- DataRegistry
- Dataset
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
- SchemaList
- SchemaProperty
- SourceTypeA source type represents a category of sources that share common attributes, such as "TV station" or "Real-time camera feed".
- StructuredData