{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ad_server_full", "allOf": [ { "type": "object", "properties": { "id": { "type": "integer" }, "version": { "type": "integer" }, "name": { "type": "string", "maxLength": 64 } } } ] }