ListEntitiesFilters is a JSON Structure definition published by Amazon IoT TwinMaker. 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-list-entities-filters-structure.json",
"name": "ListEntitiesFilters",
"description": "ListEntitiesFilters schema",
"type": "array",
"items": {
"type": "object",
"properties": {
"parentEntityId": {
"allOf": [
{
"$ref": "#/components/schemas/ParentEntityId"
},
{
"description": "The parent of the entities in the list."
}
]
},
"componentTypeId": {
"allOf": [
{
"$ref": "#/components/schemas/ComponentTypeId"
},
{
"description": "The ID of the component type in the entities in the list."
}
]
},
"externalId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The external-Id property of a component. The external-Id property is the primary key of an external storage system."
}
]
}
},
"description": "An object that filters items in a list of entities."
}
}
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.