{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Job", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "groupIds": { "type": "array" }, "profileId": { "type": "integer" }, "status": { "type": "string" } } }