{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IJKTermsType", "title": "IJKTermsType", "type": "object", "properties": { "duration": { "type": "string", "example": "example_string" }, "operator": { "type": "string", "example": "example_string" }, "priority": { "type": "string", "example": "example_string" }, "threshold": { "type": "string", "example": "example_string" }, "time_function": { "type": "string", "example": "example_string" } } }