You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there already an issue for the broken export function in the Postman app?
Do I get this right that you don't want have this field documented in the schema, because it is a bug in the first place?
On the other side, there are already collections exported with this attribute. Having this attribute absent from the schema makes them all invalid…
On the other side, there are already collections exported with this attribute. Having this attribute absent from the schema makes them all invalid…
Keep in mind that the schemas don't seem to define additionalProperties: false, and extra properties not defined in the schema are permitted by default by JSON Schema, so having them there is actually not invalid.
When an
Item
into a sub-sub folder (a.k.aitem-group
):The corresponding exported collection is:
As you can see on line 39, there is a
_postman_isSubFolder
attribute (boolean value).But the schema doesn't describes this
_postman_isSubFolder
attribute, inside theproperties
map:schemas/schemas/draft-04/v2.1.0/collection/item-group.json
Line 7 in e6429ea
The text was updated successfully, but these errors were encountered: