{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Resource", "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "doubleValue": { "type": "number" }, "longValue": { "type": "integer" }, "integerValue": { "type": "integer" }, "stringSetValue": { "type": "array" } } }