{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Using_fields_all", "title": "Using_fields=_all", "required": [ "id", "accountId", "accountName", "dataEntityId" ], "type": "object", "description": "Document information.", "properties": { "id": { "type": "string", "description": "ID of the document." }, "accountId": { "type": "string", "description": "ID of the VTEX account." }, "accountName": { "type": "string", "description": "Name of the VTEX account." }, "dataEntityId": { "type": "string", "description": "Data entity name." } } }