Class: DatadogAPIClient::V1::SyntheticsAssertionJSONSchemaTargetTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAssertionJSONSchemaTargetTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb
Overview
Composed target for ‘validatesJSONSchema` operator.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#json_schema ⇒ Object
The JSON Schema to assert.
-
#meta_schema ⇒ Object
The JSON Schema meta-schema version used in the assertion.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb', line 30 def additional_properties @additional_properties end |
#json_schema ⇒ Object
The JSON Schema to assert.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb', line 25 def json_schema @json_schema end |
#meta_schema ⇒ Object
The JSON Schema meta-schema version used in the assertion.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb', line 28 def @meta_schema end |