--- type: object properties: license_id: type: integer description: internally assigned license identifier readOnly: true name: description: name of the license type: string description: description: description of the license type: - string - "null" type: description: description of the license type: - string - "null" status: description: status of the license type: string started_on: type: - string - "null" format: date description: Start of the license ended_on: type: - string - "null" format: date description: End of the license additionalProperties: false required: - license_id - name - status