JSON Schema for LeaseClause
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "LeaseClause", "description": "JSON Schema for LeaseClause", "type": "object", "properties": { "description": { "type": "string", "description": "Description of the clause." }, "id": { "type": "integer", "format": "int64", "description": "Unique identifier." }, "name": { "type": "string", "description": "Name of the clause." } } }