{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseId", "title": "ResponseId", "type": "object", "description": "Response object that contains the unique identifier for the created or updated criteria.", "properties": { "id": { "type": "string", "description": "The unique identifier for the criteria." } }, "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL2RHVnpkRjltYVd4MFpYST0" } }