$id: https://schema.beckn.io/Entitlement/v2.0 $schema: https://json-schema.org/draft/2020-12/schema description: A contractually granted, policy-governed right that allows a specific party to access, use, or claim a defined economic resource within stated scope and validity constraints. It represents the enforceable permission created by an order, independent of the credential used to exercise it. title: Entitlement type: object properties: '@context': description: CPD type: string format: uri default: https://schema.beckn.io/ '@type': description: The domain-specific type of entitlement that allows domains to extend this schema type: string default: beckn:Entitlement id: description: A unique identifier for this entitlement within the entitlement provider's namespace type: string resource: description: The resource being availed or accessed against this entitlement $ref: https://schema.beckn.io/ContractItem/v2.0#/properties/lineId descriptor: description: Human-readable information regarding the entitlement like QR-code images, attached documents containing terms and conditions, video or audio files instructing the user on how to use the entitlement $ref: https://schema.beckn.io/Descriptor/v2.1 credentials: type: array items: $ref: https://schema.beckn.io/Descriptor/v2.1 additionalProperties: true required: - '@context' - '@type' - id - descriptor x-tags: - common