Class: DatadogAPIClient::V1::SyntheticsAssertionJSONSchemaTargetTarget

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#json_schemaObject

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_schemaObject

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
  @meta_schema
end