{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ActiveJobIDs", "type": "object", "description": "Array of active jobs ids associated with the account", "properties": { "id": { "type": "array" } } }