{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "strategy_plan_details", "type": "object", "properties": { "name": { "type": "string", "maxLength": 128 }, "feature_compatibility": { "type": "string", "maxLength": 1024 }, "device_graph_only": { "type": "boolean" } } }