{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_pagerduty", "title": "aaa_pagerduty", "properties": { "id": { "$ref": "#/components/schemas/aaa_uuid" }, "name": { "$ref": "#/components/schemas/aaa_name" } }, "type": "object" }