Merge pull request #654 from beckn/fix-ltsurl

fix(schemav2validator): update schema location to LTS tagged URL
This commit is contained in:
Mayuresh A Nirhali
2026-04-13 17:27:55 +05:30
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@@ -706,7 +706,7 @@ schemaValidator:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/draft/api-specs/beckn-protocol-api.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"

View File

@@ -892,7 +892,7 @@ schemaValidator:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/draft/api-specs/beckn-protocol-api.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
``` ```

View File

@@ -73,7 +73,7 @@ modules:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/api/beckn.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"
@@ -145,7 +145,7 @@ modules:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/api/beckn.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"

View File

@@ -71,7 +71,7 @@ modules:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/api/beckn.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"
@@ -138,7 +138,7 @@ modules:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/api/beckn.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"

View File

@@ -142,7 +142,7 @@ schemaValidator:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/beckn-2.0.0.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "7200" cacheTTL: "7200"
``` ```
@@ -164,7 +164,7 @@ schemaValidator:
id: schemav2validator id: schemav2validator
config: config:
type: url type: url
location: https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/draft/api-specs/beckn-protocol-api.yaml location: https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/tags/core-v2.0.0-lts/api/v2.0.0/beckn.yaml
cacheTTL: "3600" cacheTTL: "3600"
extendedSchema_enabled: "true" extendedSchema_enabled: "true"
extendedSchema_cacheTTL: "86400" extendedSchema_cacheTTL: "86400"