Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 4a4a4b0

Browse files
committed
improve docs
1 parent aae74c7 commit 4a4a4b0

File tree

1 file changed

+7
-0
lines changed
  • src/main/kotlin/io/openapiprocessor/core/model/datatypes

1 file changed

+7
-0
lines changed

src/main/kotlin/io/openapiprocessor/core/model/datatypes/NoDataType.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
package io.openapiprocessor.core.model.datatypes
77

8+
/**
9+
* OpenAPI schema that is *no* schema. For example the *readOnly* item in
10+
*
11+
* allOf:
12+
* - readOnly: true
13+
* - $ref: '#/components/schemas/Foo'
14+
*/
815
class NoDataType(
916
private val name: String,
1017
override val constraints: DataTypeConstraints? = null,

0 commit comments

Comments
 (0)