{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "id": "cerbos:///identity_owned_resource.json",
    "title": "Generic schema for describing resources owned by an identity.", 
    "type": "object",
    "properties": {
        "identity_uuid": {
            "type": "string"
        }
    },
    "required": ["identity_uuid"]
}
