{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "CustomField", "x-generated": "2026-07-21", "x-method": "derived", "x-source": "openapi/work-market-employer-api-openapi.yml#", "type": "object", "properties": { "id": { "type": "integer", "format": "int64", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "default": { "type": "string", "readOnly": true }, "required": { "type": "boolean", "readOnly": true }, "value": { "type": "string", "readOnly": true }, "type": { "type": "string", "readOnly": true } } }