{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceCreatedResponse", "title": "ResourceCreatedResponse", "type": "object", "description": "Response returned when a resource is successfully created", "properties": { "uri": { "type": "string", "format": "uri", "description": "The URI of the newly created resource", "example": "https://www.example.com" } } }