{ "operationId": "atlassianCreatefieldconfigurationscheme", "method": "POST", "path": "/rest/api/3/fieldconfigurationscheme", "summary": "Atlassian Create Field Configuration Scheme", "requestExamples": [ { "contentType": "application/json", "example": { "description": "We can use this one for software projects.", "name": "Field Configuration Scheme for software related projects" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": "{\"id\":\"10002\",\"name\":\"Field Configuration Scheme for software related projects\",\"description\":\"We can use this one for software projects.\"}" }, { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"A field configuration scheme is using this name.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access field configurations.\"],\"errors\":{}}" } ] }