typoa
typoa copied to clipboard
bug: pattern on arrays
/**
* @pattern ^[0-9a-fA-F]{24}$
*/
resourceGroupIds: string[],
type: object
properties: {resourceGroupIds: {type: array, items: {type: string}}}
required: [resourceGroupIds]