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

Commit c46d3cb

Browse files
committed
cleanup
1 parent 5545024 commit c46d3cb

File tree

1 file changed

+3
-3
lines changed
  • src/main/kotlin/io/openapiprocessor/core/parser

1 file changed

+3
-3
lines changed

src/main/kotlin/io/openapiprocessor/core/parser/Schema.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ package io.openapiprocessor.core.parser
1010
*/
1111
interface Schema {
1212

13-
/**
14-
* OpenAPI schema type, ie. array, string, etc.
15-
*/
13+
// type, ie. array, string, etc.
1614
fun getType(): String?
15+
16+
// format
1717
fun getFormat(): String?
1818

1919
// $ref

0 commit comments

Comments
 (0)