Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion schema/EvChargingOffer/v1/attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:

idleFeePolicy:
allOf:
- $ref: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/attributes.yaml#/components/schemas/PriceSpecification"
- $ref: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/attributes.yaml#/components/schemas/PriceSpecification"
- type: object
description: Idle fee policy specification (reuses Beckn PriceSpecification).
x-jsonld: { "@id": idleFeePolicy }
Expand Down
2 changes: 1 addition & 1 deletion schema/EvChargingOffer/v1/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/EvChargingOffer/v1/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/EvChargingOffer/v1/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down
2 changes: 1 addition & 1 deletion schema/EvChargingPointOperator/v1/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/EvChargingPointOperator/v1/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/EvChargingPointOperator/v1/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down
2 changes: 1 addition & 1 deletion schema/EvChargingService/v1/attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ components:
x-jsonld: { "@id": "beckn:id" }
serviceLocation:
allOf:
- $ref: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/attributes.yaml#/components/schemas/Location"
- $ref: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/attributes.yaml#/components/schemas/Location"
- type: object
description: Location of the charging site (reuses Beckn Location).
x-jsonld: { "@id": serviceLocation }
Expand Down
2 changes: 1 addition & 1 deletion schema/EvChargingService/v1/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/EvChargingService/v1/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/EvChargingService/v1/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down
2 changes: 1 addition & 1 deletion schema/EvChargingSession/v1/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/EvChargingSession/v1/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/EvChargingSession/v1/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down
4 changes: 2 additions & 2 deletions schema/PaymentSettlement/v1/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/PaymentSettlement/v1/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/PaymentSettlement/v1/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down Expand Up @@ -69,7 +69,7 @@
"rdfs:comment": "Virtual Payment Address (UPI ID).",
"rdfs:domain": "beckn:PaymentSettlement",
"schema:rangeIncludes": "schema:Text"
},
}
]
}

20 changes: 10 additions & 10 deletions schema/core/v2/attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Offer"]
Expand Down Expand Up @@ -609,7 +609,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Order"]
Expand Down Expand Up @@ -712,7 +712,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Invoice"]
Expand Down Expand Up @@ -763,7 +763,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Fulfillment"]
Expand Down Expand Up @@ -832,7 +832,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Payment"]
Expand Down Expand Up @@ -894,7 +894,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Buyer"]
Expand Down Expand Up @@ -944,7 +944,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:SupportInfo"]
Expand Down Expand Up @@ -998,7 +998,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Tracking"]
Expand Down Expand Up @@ -1037,7 +1037,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:RatingInput"]
Expand Down Expand Up @@ -1082,7 +1082,7 @@ components:
"@context":
type: string
format: uri
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/context.jsonld"
example: "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/context.jsonld"
"@type":
type: string
enum: ["beckn:Form"]
Expand Down
2 changes: 1 addition & 1 deletion schema/core/v2/vocab.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-new/refs/heads/main/schema/core/v2/#",
"beckn": "https://raw.githubusercontent.com/beckn/protocol-specifications-v2/refs/heads/main/schema/core/v2/#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
Expand Down