Class GoogleCloudApihubV1Schema
The schema details derived from the spec. Currently, this entity is supported for OpenAPI spec only. For OpenAPI
spec, this maps to the schema defined in the definitions section for OpenAPI 2.0 version and in
components.schemas section for OpenAPI 3.0 and 3.1 version.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Schema : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of the schema. This will map to the name of the schema in the spec.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RawValue
Output only. The raw value of the schema definition corresponding to the schema name in the spec.
Declaration
[JsonProperty("rawValue")]
public virtual string RawValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |