{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Metadata", "title": "Metadata instance", "type": "object", "x-box-resource-id": "metadata", "x-box-tag": "file_metadata", "x-box-variant": "standard", "description": "An instance of a metadata template, which has been applied to a file or\nfolder.", "allOf": [ { "$ref": "#/components/schemas/Metadata--Base" } ] }