Property Name | Type | Description |
---|---|---|
Name | string | A String value where length <= 35 |
Address | any |
Any type of value (boolean, integer, number, string, object, array or null).
|
Additional Properties | Type | Description |
Any Property | Any | All values are valid, no restrictions. |
{ "type": "object", "properties": { "Name": { "type": "string", "maxLength": 35 }, "Address": { "#ref": "https://standards.namm.org/schema/common.json#Address" } }, "required": [ "Address", "Name" ] }