Skip to content

JSON schema is not consistent with the golang structure #196

@shlomitk1

Description

@shlomitk1

According to

Data *ComponentData `json:"data,omitempty" xml:"data,omitempty"`

Data is a pointer to ComponentData, whereas the schema defines Data as an array of ComponentData:
"data": {
"type": "array",
"items": {"$ref": "#/definitions/componentData"},
"title": "Data",
"description": "This object SHOULD be specified for any component of type `data` and MUST NOT be specified for other component types."
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions