{ "operationId": "CreateOrUpdateProfileSchema", "method": "PUT", "path": "/api/storage/profile-system/schemas/profileSystem/custom", "summary": "VTex Create or delete custom fields", "requestExamples": [ { "contentType": "application/json", "example": { "customField1": { "type": [ "string", "null" ], "sensitive": true, "pii": true }, "customField2": { "type": [ "string", "null" ], "sensitive": false, "pii": false } } } ], "responseExamples": [] }