{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceMetadata", "title": "ResourceMetadata", "type": "object", "description": "The metadata for the Resource", "additionalProperties": true, "properties": { "annotations": { "$ref": "#/components/schemas/Annotations" } } }