diff --git a/aep/general/0004/aep.md.j2 b/aep/general/0004/aep.md.j2 index f736080f..c706c398 100644 --- a/aep/general/0004/aep.md.j2 +++ b/aep/general/0004/aep.md.j2 @@ -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