UNPKG

@utilize/json-schema

Version:
14 lines (13 loc) 244 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "field": { "$ref": "#/definitions/internalEnum" } }, "definitions": { "internalEnum": { "type": "string", "enum": ["x", "y", "z"] } } }