Azure / Azure/azure-openapi-validator
Rule about DefinitionsPropertiesNamesCamelCase firing with odata.type in the property name.
Open
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 57
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
I am getting the following error:
"code": "DefinitionsPropertiesNamesCamelCase",
"message": "Property named: '**odata.type**', for definition: 'RuleCondition' must follow camelCase style. Example:
'**odata.type**'.",
Notice the suggested example is identical to the original text causing the rule to fire.
Contributor guide
Assessment
This issue has not been assessed yet.