class %IPM.Repo.Remote.Info
extends %RegisteredObject, %JSON.Adaptor
• parameter %JSONIGNOREINVALIDFIELD = 1;
The %JSONIGNOREINVALIDFIELD parameter allows the programmer to control handling of unexpected fields in the JSON input.
The default (%JSONIGNOREINVALIDFIELD = 0) will treat an unexpected field as an error.
If %JSONIGNOREINVALIDFIELD is set = 1, then unexpected fields will be ignored.
• property available
as %Boolean [ InitialExpression = 1 ];
• property version
as %String;
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.