Skip to content

Commit

Permalink
Added windsor-framework-details shipping-option (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
arapicki authored Jul 29, 2024
1 parent 94f3608 commit 81ae3fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions shipping/metadata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,27 @@
"Description"
],
"description": ""
},
"windsor-framework-details": {
"type": "object",
"additionalProperties": false,
"properties": {
"Name": {
"type": "string",
"maxLength": 50,
"description": ""
},
"Description": {
"type": "string",
"maxLength": 255,
"description": ""
}
},
"required": [
"Name",
"Description"
],
"description": ""
}
},
"description": ""
Expand Down

0 comments on commit 81ae3fb

Please sign in to comment.