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