Skip to content

Commit

Permalink
Merge pull request #931 from mesur-io/feat/rename-sc6
Browse files Browse the repository at this point in the history
Rename USDA SC-6 form
  • Loading branch information
mkhraisha authored Feb 20, 2024
2 parents e8e625d + 19a474c commit eb8f1b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$linkedData:
term: UsdaSc6
'@id': https://w3id.org/traceability#UsdaSc6
title: USDA Form SC-6
term: USDASC6ExemptCommodityForm
'@id': https://w3id.org/traceability#USDASC6ExemptCommodityForm
title: USDA SC-6 Exempt Commodity Form
description: >-
Importer's Exempt Commodity Form (SC-6) to declare the intent to import an
agricultural commodity exempt from grade requirements for the commodity.
Expand All @@ -13,9 +13,9 @@ properties:
items:
type: string
enum:
- UsdaSc6
- USDASC6ExemptCommodityForm
- type: string
const: UsdaSc6
const: USDASC6ExemptCommodityForm
serialNumber:
title: Serial Number
description: Serial number of the form.
Expand Down Expand Up @@ -137,7 +137,7 @@ required:
- type
example: |-
{
"type": "UsdaSc6",
"type": "USDASC6ExemptCommodityForm",
"facility": {
"type": [
"Place"
Expand Down Expand Up @@ -347,4 +347,4 @@ example: |-
"importerSignatureDate": "2021-02-15",
"intendedUse": "Processing",
"intendedUseCert": "Processing"
}
}
20 changes: 10 additions & 10 deletions docs/openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ paths:
$ref: './components/schemas/common/USDAPPQ587PlantImportPermit.yml'


/schemas/common/USDASpecialtyCrops237AForm.yml:
/schemas/common/USDASC6ExemptCommodity.yml:
get:
tags:
- common
Expand All @@ -2069,10 +2069,10 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/USDASpecialtyCrops237AForm.yml'
$ref: './components/schemas/common/USDASC6ExemptCommodity.yml'


/schemas/common/USMCACertifier.yml:
/schemas/common/USDASpecialtyCrops237AForm.yml:
get:
tags:
- common
Expand All @@ -2081,10 +2081,10 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/USMCACertifier.yml'
$ref: './components/schemas/common/USDASpecialtyCrops237AForm.yml'


/schemas/common/USMCAClaims.yml:
/schemas/common/USMCACertifier.yml:
get:
tags:
- common
Expand All @@ -2093,10 +2093,10 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/USMCAClaims.yml'
$ref: './components/schemas/common/USMCACertifier.yml'


/schemas/common/USMCAProduct.yml:
/schemas/common/USMCAClaims.yml:
get:
tags:
- common
Expand All @@ -2105,10 +2105,10 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/USMCAProduct.yml'
$ref: './components/schemas/common/USMCAClaims.yml'


/schemas/common/UsdaSc6.yml:
/schemas/common/USMCAProduct.yml:
get:
tags:
- common
Expand All @@ -2117,7 +2117,7 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/UsdaSc6.yml'
$ref: './components/schemas/common/USMCAProduct.yml'


/schemas/credentials/ActivityPubActorCard.yml:
Expand Down

0 comments on commit eb8f1b2

Please sign in to comment.