{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "department": { "type": "string" }, "geography": { "type": "string" }, "id": { "type": "string" }, "team": { "type": "string" }, "owner": { "type": "string" }, "dev_record": { "type": "boolean" } } }