changes in Initialse method as adding AddResource function

This commit is contained in:
AshwiniK-protean
2025-02-28 18:02:20 +05:30
parent 26c97c5774
commit 4b940d9e51
57 changed files with 2516 additions and 2993 deletions

View File

@@ -1,9 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ondc.org/trv10/2.0.0/search",
"$id": "search",
"allOf": [
{ "$ref": "../core/v1.1.0/search.json#" },
{ "$ref": "https://beckn.org/schema/search#" }
{ "$ref": "../core/v1.1.0/search.json#" }
],
"type": "object",
"properties": {
@@ -40,11 +39,11 @@
},
"bap_id": {
"type": "string",
"pattern": "^(?!https?://).*$"
"pattern": "^(http|https).*"
},
"bpp_id": {
"type": "string",
"pattern": "^(?!https?://).*$"
"pattern": "^(http|https).*"
},
"ttl": {
"type": "string",