Category:OSWdaf3113b91174b38b370fe94dff4b178: Difference between revisions

add property
No edit summary
Tag: Metadata slot edit
(add property)
Tag: Metadata slot edit
 
jsonschema
Line 17: Line 17:
     "description*": {},
     "description*": {},
     "required": [
     "required": [
         "type"
         "type",
        "my_custom_property"
     ],
     ],
     "properties": {
     "properties": {
Line 24: Line 25:
                 "Category:OSWdaf3113b91174b38b370fe94dff4b178"
                 "Category:OSWdaf3113b91174b38b370fe94dff4b178"
             ]
             ]
        },
        "my_custom_property": {
            "type": "string"
         }
         }
     }
     }
}
}