CheckCompatibilityResponse

Response for CheckCompatibility.

JSON representation
{
  "is_compatible": boolean,
  "messages": [
    string
  ]
}
Fields
is_compatible

boolean

The compatibility check result. If true, the schema is compatible with the resource.

messages[]

string

Failure reasons if verbose = true.