Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "Productschema",
"id": "Product",
"type": "object",
"properties": {
"ID": {
"id": "ID",
"type": "string"
},
"Name": {