diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index c1e84b3..03417da 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -40,7 +40,7 @@ components: - "rest_id" - "core" - "edit_control" - - "edit_prespective" + # - "edit_prespective" - "is_translatable" - "legacy" - "views" diff --git a/src/openapi/schemas/user.yaml b/src/openapi/schemas/user.yaml index e4b54f6..5b5b078 100644 --- a/src/openapi/schemas/user.yaml +++ b/src/openapi/schemas/user.yaml @@ -43,7 +43,7 @@ components: default: false id: type: string - pattern: '^[a-z\-]+[0-9]+$' + # pattern: '^[a-z\-]+[0-9]+$' is_blue_verified: type: boolean default: false