ModelSchema
Last edit: Nov 10, 2025
Schema for model (old CustomModelType)
type ModelSchema implements AdminPropertiesInterface, AdminSharedAttributesInterface {
created_at: JSONDate!
fields: [Property!]!
id: ID!
manually_managed: Boolean
metadata: HashObject
name: String!
parameterized_name: String!
physical_file_path: String
properties: [Property!]!
updated_at: JSONDate!
}
Fields
created_at (JSONDate)
fields (Property)
Deprecated, use properties instead.
id (ID)
manually_managed (Boolean)
defines whether this objectwill be affected via pos-cli deploy / sync
metadata (HashObject)
name (String)
parameterized_name (String)
physical_file_path (String)
defines the physical path of the file
properties (Property)
List of properties attributes to be included in the results