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 String] : [ 26 27 String] : [ 28 29 # List of status the Schema can transition to. 30 SchemaAction] : [ 31 32 # SDOs under this schema 33 Int, : Int): StructuredDataList ( : 34 35 # The organization that owns this schema. 36 OrganizationInfo : 37 38 # The Id of the organization that owns this schema. 39 ID : 40 41 }
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