$id: "https://schema.beckn.io/Error/v2.0" $schema: "https://json-schema.org/draft/2020-12/schema" description: Schema definition for Error in the Beckn Protocol v2.0.1 title: Error x-tags: [common] type: object properties: code: description: Error code type: string example: INVALID_SCHEMA_FIELD details: description: Additional error details type: object message: description: Human-readable error message type: string example: Field 'electronic:invalidField' not found in ElectronicItem schema required: - code - message additionalProperties: false