$schema: "http://json-schema.org/draft-06/schema#" title: configdelivery v1alpha ResourceBundleTag export schema description: A gcloud export/import command YAML validation schema. type: object required: - name - tag additionalProperties: false properties: name: description: |- Name of the ResourceBundle. Format is projects/{p}/locations/{l}/resourceBundles/{r}. type: string tag: description: |- tag will support both the exact version as well as explicit tag. System will auto-generate tags which are useful such as tracking patch versions to support the concept of release channels. examples: v1.0.1 or v1.1.* or v1-stable type: string