Closed PonteIneptique closed 5 days ago
The current examples have sometime
{ "title": {"lang": "eng", "value": "something"} }
when it should have
{ "title": [{"lang": "eng", "value": "something"}] }
as per the documentation "an array of objects with value and lang properties (lang values MUST follow BCP 47),"
The current examples have sometime
when it should have
as per the documentation "an array of objects with value and lang properties (lang values MUST follow BCP 47),"