Skip to content

Commit

Permalink
fix(resource-types): remove uneeded resource type naming guidance
Browse files Browse the repository at this point in the history
There's clauses around protobuf / kubernetes / openapi that
are not relevant - this is already illustrated in the examples.
  • Loading branch information
toumorokoshi committed Oct 19, 2024
1 parent 0982852 commit e94ecd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aep/general/0004/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ the following pattern: `{API Name}/{Type Name}`. The type name:
- **must** Start with a lowercase letter.
- **must** Be of the singular form of the noun.
- **must** Use kebab case.
- For Kubernetes, the type name when converted to UpperCamelCase **must** match
the [object][] name.
- For OpenAPI, the type name when converted to UpperCamelCase **must** match
the name of the schema representing the object.
- For protobuf, the type name when converted to UpperCamelCase **must** match
the name of the protobuf message.

### Examples

Expand Down

0 comments on commit e94ecd8

Please sign in to comment.