{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-list-decoder-manifest-network-interfaces-response-structure.json", "name": "ListDecoderManifestNetworkInterfacesResponse", "description": "ListDecoderManifestNetworkInterfacesResponse schema", "type": "object", "properties": { "networkInterfaces": { "allOf": [ { "$ref": "#/components/schemas/NetworkInterfaces" }, { "description": " A list of information about network interfaces. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/nextToken" }, { "description": " The token to retrieve the next set of results, or null if there are no more results. " } ] } } }