{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_operation_feature_parameter_schemas", "title": "api-shield_operation_feature_parameter_schemas", "properties": { "parameter_schemas": { "properties": { "last_updated": { "$ref": "#/components/schemas/api-shield_timestamp" }, "parameter_schemas": { "$ref": "#/components/schemas/api-shield_parameter_schemas_definition" } }, "type": "object" } }, "readOnly": true, "required": [ "parameter_schemas", "last_updated" ], "type": "object" }