Iot Twinmaker Update Component Type Request Structure
UpdateComponentTypeRequest schema
Type: objectProperties: 7
3D VisualizationDigital TwinIndustrial IoTIoT
UpdateComponentTypeRequest is a JSON Structure definition published by Amazon IoT TwinMaker, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-update-component-type-request-structure.json",
"name": "UpdateComponentTypeRequest",
"description": "UpdateComponentTypeRequest schema",
"type": "object",
"properties": {
"isSingleton": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "A Boolean value that specifies whether an entity can have more than one component of this type."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "The description of the component type."
}
]
},
"propertyDefinitions": {
"allOf": [
{
"$ref": "#/components/schemas/PropertyDefinitionsRequest"
},
{
"description": "An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object."
}
]
},
"extendsFrom": {
"allOf": [
{
"$ref": "#/components/schemas/ExtendsFrom"
},
{
"description": "Specifies the component type that this component type extends."
}
]
},
"functions": {
"allOf": [
{
"$ref": "#/components/schemas/FunctionsRequest"
},
{
"description": "An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object."
}
]
},
"propertyGroups": {
"allOf": [
{
"$ref": "#/components/schemas/PropertyGroupsRequest"
},
{
"description": "The property groups."
}
]
},
"componentTypeName": {
"allOf": [
{
"$ref": "#/components/schemas/ComponentTypeName"
},
{
"description": "The component type name."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.