$id: https://schema.beckn.io/ProcessingNotice/v2.0 $schema: https://json-schema.org/draft/2020-12/schema description: Schema definition for ProcessingNotice in the Beckn Protocol v2.0.1 title: ProcessingNotice type: object properties: code: type: string message: type: string details: type: object additionalProperties: true required: - code - message x-tags: - common