UpdateSchemaReq

  • description
    Type: string

    Description of what this schema represents

  • jsonSchemaDraft
    Type: stringenum

    JSON Schema draft version to use

    values
    • 2020-12
    • 2019-09
    • draft-07
    • draft-06
    • draft-04
  • name
    Type: string

    Human-readable name for the schema

  • schemaDefinition
    Empty object
  • status
    Type: stringenum

    Schema status (Draft schemas can become Active; Active can become Deprecated)

    values
    • Draft
    • Active
    • Deprecated
  • versionType
    Type: stringenum

    Semantic version increment type (Major for breaking changes, Minor for new features, Patch for bug fixes)

    values
    • Major
    • Minor
    • Patch