{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Array_of_uint64", "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0.0 } }