Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/4b3e5b44a4320ffebc526baff7babfba to your computer and use it in GitHub Desktop.
Save recursivecodes/4b3e5b44a4320ffebc526baff7babfba to your computer and use it in GitHub Desktop.
schema.yml
"bucket_name":
    type: string
    visible: true
    required: true
    title: "Bucket Name"
    description: "The name of the bucket to create."
    pattern: "^([a-zA-Z\\d-_\\.]+)$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment