Skip to content

Commit

Permalink
use a registered extension number. (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsawatzky authored Apr 9, 2022
1 parent 549bfe0 commit 515040d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapiv3/annotations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ option objc_class_prefix = "OAS";
option go_package = "./openapiv3;openapi_v3";

extend google.protobuf.FileOptions {
Document document = 1042;
Document document = 1143;
}

extend google.protobuf.MethodOptions {
Operation operation = 1042;
Operation operation = 1143;
}

extend google.protobuf.MessageOptions {
Schema schema = 1042;
Schema schema = 1143;
}

extend google.protobuf.FieldOptions {
Schema property = 1042;
Schema property = 1143;
}

0 comments on commit 515040d

Please sign in to comment.