{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PostResponse", "title": "PostResponse", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "'Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzE4YzFhMGRkLWJhMjctNDkwMS1hNGUxLTBlNWIyNzM1YzlkZg'", "description": "ID of the Route Group." } } }