$schema: "http://json-schema.org/draft-06/schema#" title: compute beta HttpFilterConfig export schema description: A gcloud export/import command YAML validation schema. type: object additionalProperties: false properties: COMMENT: type: object description: User specified info ignored by gcloud import. additionalProperties: false properties: template-id: type: string region: type: string description: type: string date: type: string version: type: string UNKNOWN: type: array description: Unknown API fields that cannot be imported. items: type: string config: description: |- The configuration needed to enable the networkservices.HttpFilter resource. The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl type: string configTypeUrl: description: |- The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings, for type: string filterName: description: |- Name of the networkservices.HttpFilter resource this configuration belongs to. This name must be known to the xDS client. type: string