parthp2107 a07bc411dc
updated json schema and schema docs (#3219)
* updated json schema and schema docs

* added glossay to readme
2022-03-08 09:23:53 +05:30

2.8 KiB

Policy

This schema defines the Policy entity. A Policy defines lifecycle or access control that needs to be applied across different Data Entities.

$id: https://open-metadata.org/schema/entity/policies/policy.json

Type: object

This schema does not accept additional properties.

Properties

Type definitions in this schema

policyName

  • Name that identifies this Policy.
  • Type: string
  • Length: between 1 and 128

policyType

  • This schema defines the type used for describing different types of policies.
  • Type: string
  • The value is restricted to the following:
    1. "AccessControl"
    2. "Lifecycle"

rules

  • A set of rules associated with the Policy.
  • Type: array
    • Items

This document was updated on: Monday, March 7, 2022