123456789101112 |
- {
- "$schema": "http://json-schema.org/draft-07/schema",
- "$id": "https://joystream.org/UserDefinedLicenseReference.schema.json",
- "title": "UserDefinedLicenseReference",
- "description": "JSON schema for reference to UserDefinedLicense entity based on runtime schema",
- "anyOf": [
- {
- "type": "integer",
- "minimum": 0
- }
- ]
- }
|