beckn / DSEP-Specification

Open Interoperable Specifications for Skilling and Education. An adaptation of Beckn Protocol.
Other
18 stars 22 forks source link

Job: Schema being used incorrectly #155

Closed emmayank closed 6 months ago

emmayank commented 7 months ago

Description

Please describe the issue you are facing. Under the Jobs example, some schema are being used incorrectly.

Here are the places where the wrong schema is used:

  1. /search - search by tags - message.intent.item.tags schema
  2. /init - message.order.fulfillment.customer.person.tag schema
  3. /init-message.order.xinput` schema
  4. /confirm - message.order.fulfillment.customer.person.tag schema
  5. /confirm-message.order.xinput` schema
  6. /update -message.order.fulfillment.customer.person.tag schema

Mostly it is the issue with :

  1. Tag Schema
  2. XInput Schema
emmayank commented 6 months ago

Closing this issue, as it is resolved in this pull request - https://github.com/beckn/DSEP-Specification/pull/163