{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-datazone/json-structure/create-asset-request-structure.json", "title": "Create Asset Request", "description": "Request body for creating a data asset.", "type": "typedMap", "fields": { "name": { "type": "str", "description": "name" }, "description": { "type": "str", "description": "description" }, "domainIdentifier": { "type": "str", "description": "domainIdentifier" }, "owningProjectIdentifier": { "type": "str", "description": "owningProjectIdentifier" }, "typeIdentifier": { "type": "str", "description": "typeIdentifier" } } }