{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pii-learning", "title": "pii-learning", "additionalProperties": false, "description": "Summarizes availability of PII learning.", "properties": { "enablePiiLearning": { "description": "Enables PII learning.", "type": "boolean" } }, "required": [ "enablePiiLearning" ], "type": "object", "x-akamai": { "file-path": "schemas/pii-learning.yaml" } }