{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-structure/migration-hub-api-list-created-artifacts-result-structure.json", "name": "ListCreatedArtifactsResult", "type": "object", "description": "ListCreatedArtifactsResult schema from Amazon Migration Hub API", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from." } ] }, "CreatedArtifactList": { "allOf": [ { "$ref": "#/components/schemas/CreatedArtifactList" }, { "description": "List of created artifacts up to the maximum number of results specified in the request." } ] } } }