All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.Policy.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Policy.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "Scheme": {
      "type": "string",
      "description": "PolicyScheme_t (open enumeration)"
    },
    "Rule": {
      "type": "array",
      "description": "Policy rules",
      "items": {
        "type": "string"
      }
    },
    "UserDomainID": {
      "type": "array",
      "description": "The ID(s) of the UserDomains this Policy applies to",
      "items": {
        "type": "string"
      }
    }
  },
  "required": ["Scheme","Rule","UserDomainID"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy