{ "operationId": "post-apicatalogpvtspecification", "method": "POST", "path": "/api/catalog/pvt/specification", "summary": "VTex Create specification", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": 88, "FieldTypeId": 1, "CategoryId": 4, "FieldGroupId": 20, "Name": "Material", "Description": "Composition of the product.", "Position": 1, "IsFilter": true, "IsRequired": true, "IsOnProductDetails": false, "IsStockKeepingUnit": false, "IsWizard": false, "IsActive": true, "IsTopMenuLinkActive": false, "IsSideMenuLinkActive": true, "DefaultValue": "Cotton" } } ] }