{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RelationData", "title": "RelationData", "type": "object", "properties": { "createdBy": { "$ref": "#/components/schemas/User" }, "createdDate": { "type": "string", "format": "date-time" }, "friendlyCreatedDate": { "type": "string" } } }