Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Sep 19, 2024
1 parent 4b97636 commit 54b001e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ properties:
List of observations
type: array
items:
$ref: ./Observation.yml
$ref: ../common/Observation.yml
required:
- certificationPeriod
- certificateIssuer
Expand Down Expand Up @@ -170,7 +170,7 @@ example: |-
"type": [
"Place"
],
"globalLocationNumber": "1111111111",
"globalLocationNumber": "1111111111111",
"geo": {
"type": [
"GeoCoordinates"
Expand Down Expand Up @@ -224,4 +224,4 @@ example: |-
}
]
}
}
}
26 changes: 13 additions & 13 deletions docs/openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2569,19 +2569,6 @@ paths:
$ref: './components/schemas/credentials/EnvironmentalImpactCredential.yml'


/schemas/credentials/EnvironmentalPassportCredential.yml:
get:
tags:
- credentials
responses:
'200':
description: 'successfully issued EnvironmentalPassportCredential schema.'
content:
application/yml:
schema:
$ref: './components/schemas/credentials/EnvironmentalPassportCredential.yml'


/schemas/credentials/EventCredential.yml:
get:
tags:
Expand Down Expand Up @@ -2998,6 +2985,19 @@ paths:
$ref: './components/schemas/credentials/MultiModalBillOfLadingCredential.yml'


/schemas/credentials/NaturalGasProducerEnvironmentalPassportCredential.yml:
get:
tags:
- credentials
responses:
'200':
description: 'successfully issued NaturalGasProducerEnvironmentalPassportCredential schema.'
content:
application/yml:
schema:
$ref: './components/schemas/credentials/NaturalGasProducerEnvironmentalPassportCredential.yml'


/schemas/credentials/OilAndGasDeliveryTicketCredential.yml:
get:
tags:
Expand Down

0 comments on commit 54b001e

Please sign in to comment.