File: //snap/google-cloud-cli/396/lib/googlecloudsdk/schemas/networksecurity/v1/UrlList.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: networksecurity v1 UrlList export schema
description: A gcloud export/import command YAML validation schema.
type: object
required:
- name
- values
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
  description:
    description: Free-text description of the resource.
    type: string
  name:
    description: |-
      Name of the resource provided by the user. Name is of the form
      projects/{project}/locations/{location}/urlLists/{url_list} url_list
      should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
    type: string
  values:
    description: FQDNs and URLs.
    type: array
    items:
      type: string