{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_grants", "title": "iam_grants", "example": { "read": true, "write": false }, "properties": { "read": { "example": true, "type": "boolean" }, "write": { "example": true, "type": "boolean" } }, "type": "object" }