{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_NewCustomProfiles", "title": "dlp_NewCustomProfiles", "properties": { "profiles": { "items": { "$ref": "#/components/schemas/dlp_NewCustomProfile" }, "type": "array" } }, "required": [ "profiles" ], "type": "object" }