{ "className": "KnownLicense", "newProperties": [ { "name": "code", "description": "Short, commonly recognized code of the licence (ie. CC_BY_SA)", "required": true, "unique": true, "property_type": { "Single": { "Text": 16 } } }, { "name": "name", "description": "Full, descriptive name of the license (ie. Creative Commons - Attribution-NonCommercial-NoDerivs)", "required": false, "unique": true, "property_type": { "Single": { "Text": 64 } } }, { "name": "description", "description": "Short description of the license conditions", "required": false, "property_type": { "Single": { "Text": 1024 } } }, { "name": "url", "description": "An url pointing to full license content", "required": false, "property_type": { "Single": { "Text": 256 } } } ] }