Skip to content

Array<object> #109

@Scrum

Description

@Scrum

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?

Please Explain in Detail...

Did not find how to describe the entities of the array

Your Proposal for Changes

{
  "directives": {
    "type": ["object"],
    "property": {
      "name": {
        "type": "string"
      },
      "start": {
        "type": "string"
      },
      "end": {
        "type": "string"
      }
    }
  }
}

Where are the brackets [ ] means an array and property describes the essence of an array i.e. object in this case

or

{
  "directives": {
    "type": "array",
    "property": {
      "type": "object",
      "property": {
        "name": {
          "type": "string"
        },
        "start": {
          "type": "string"
        },
        "end": {
          "type": "string"
        }
      }
    }
  }
}

it seems a little more confusing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions