Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

API Doc Json schema is old version. #368

@mxxPark

Description

@mxxPark

think "windows" of Json schema(A) is old version, is B valid?

A

"windows": {
      "type": "array",
      "items": {
        "title": "cwindow",
        "type": "object",
        "properties": {
          "charge": {
            "type": "number"
          }
        }

B

"windows": {
      "type": "array",
      "items": {
        "type": "array",
          "items": {
            "title": "cwindow",
            "type": "object",
            "properties": {
              "charge": {
                "type": "number"
              }
            }
          }
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions