Skip to main content

AssetMetadata

Asset Metadata

type AssetMetadata implements Node {
id: ID!
schemaName: String!
properties: JSON!
}

Fields
Link copied!

AssetMetadata.id ● ID! non-null scalar
Link copied!

The ID of the object

AssetMetadata.schemaName ● String! non-null scalar
Link copied!

The metadata schema name

AssetMetadata.properties ● JSON! non-null scalar
Link copied!

Properties as a key/value pair

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

AssetMetadataEdge object