Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions api/v2.0.0/beckn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2988,8 +2988,15 @@ components:
\ transaction is occurring. Actors use this value to resolve the subnet's\
\ registry URL before performing identity and address lookups. The RECOMMENDED\
\ format is namespace_id followed by a slash followed by registry_id, for\
\ example acmenet.org/charge-net."
type: string
\ example acmenet.org/charge-net. Accepts either a single string or an\
\ array of strings to support multi-network scoping."
oneOf:
- type: string
- type: array
items:
type: string
minItems: 1
uniqueItems: true
timestamp:
description: The date and time at which this message was generated by the
sender, expressed in RFC 3339 date-time format. The receiving actor MAY
Expand Down