Skip to content

Commit

Permalink
feat(): added new parameters regarding Windsor Framework in shipping …
Browse files Browse the repository at this point in the history
…metadata-schema.json (#163)

added new parameters regarding Windsor Framework in shipping metadata-schema.json

Jira: https://auctane.atlassian.net/browse/GOLD-6751
  • Loading branch information
BartoszZurawski authored Jul 29, 2024
1 parent 81ae3fb commit 0a63d66
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion shipping/metadata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,28 @@
],
"description": ""
},
"windsor-framework-details": {
"windsor-framework-movement-indicator": {
"type": "object",
"additionalProperties": false,
"properties": {
"Name": {
"type": "string",
"maxLength": 50,
"description": ""
},
"Description": {
"type": "string",
"maxLength": 255,
"description": ""
}
},
"required": [
"Name",
"Description"
],
"description": ""
},
"windsor-framework-not-at-risk": {
"type": "object",
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 0a63d66

Please sign in to comment.