{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataExtractsUser", "title": "DataExtractsUser", "type": "object", "properties": { "loginName": { "type": "string", "readOnly": true } } }