{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "defaults": { "items": { "properties": { "default_name": { "type": "string" }, "policy_assignments": { "items": { "properties": { "parameter_names": { "items": { "type": "string" }, "type": "array" }, "policy_assignment_name": { "type": "string" } }, "required": [ "policy_assignment_name", "parameter_names" ], "type": "object" }, "type": "array" } }, "required": [ "default_name", "policy_assignments" ], "type": "object" }, "type": "array" } }, "required": [ "defaults" ], "type": "object" }