In the latest hubdb.json, there are references to the schema #/components/schemas/HubDbTableRowV3Wrapper:
|
"$ref" : "#/components/schemas/HubDbTableRowV3Wrapper" |
|
"$ref" : "#/components/schemas/HubDbTableRowV3Wrapper" |
However, the schema #/components/schemas/HubDbTableRowV3Wrapper doesn't exist. Is this schema missing or are these supposed to be referencing something else? For instance, I could find #/components/schemas/HubDbTableRowV3.
In the latest
hubdb.json, there are references to the schema#/components/schemas/HubDbTableRowV3Wrapper:HubSpot-public-api-spec-collection/PublicApiSpecs/CMS/Hubdb/Rollouts/243927/v3/hubdb.json
Line 1734 in 9593aeb
HubSpot-public-api-spec-collection/PublicApiSpecs/CMS/Hubdb/Rollouts/243927/v3/hubdb.json
Line 1900 in 9593aeb
However, the schema
#/components/schemas/HubDbTableRowV3Wrapperdoesn't exist. Is this schema missing or are these supposed to be referencing something else? For instance, I could find#/components/schemas/HubDbTableRowV3.