typoa icon indicating copy to clipboard operation
typoa copied to clipboard

bug: pattern on arrays

Open Eywek opened this issue 5 years ago • 0 comments

      /**
       * @pattern ^[0-9a-fA-F]{24}$
       */
      resourceGroupIds: string[],
type: object
    properties: {resourceGroupIds: {type: array, items: {type: string}}}
    required: [resourceGroupIds]

Eywek avatar Nov 06 '20 15:11 Eywek