Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 707 Bytes

File metadata and controls

16 lines (10 loc) · 707 Bytes

[Command] apic metadata-schema create

Create new or updates existing metadata schema.

Versions

examples

  • Create schema
        az apic metadata-schema create --resource-group api-center-test --service-name contoso --name "test1" --schema '{\"type\":\"string\", \"title\":\"First name\", \"pattern\": \"^[a-zA-Z0-9]+$\"}'