{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/response3", "title": "response3", "type": "object", "required": [ "id", "_self" ], "properties": { "id": { "type": "string", "description": "Transaction identification.", "example": "268" }, "_self": { "$ref": "#/components/schemas/Self" } } }