mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			451 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			451 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "components": {
 | 
						|
    "securitySchemes": {
 | 
						|
      "bearerAuth": {
 | 
						|
        "type": "http",
 | 
						|
        "scheme": "bearer",
 | 
						|
        "bearerFormat": "JWT"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "schemas": {
 | 
						|
      "Error": {
 | 
						|
        "required": ["code", "message"],
 | 
						|
        "properties": {
 | 
						|
          "code": {
 | 
						|
            "type": "integer",
 | 
						|
            "format": "int32"
 | 
						|
          },
 | 
						|
          "message": {
 | 
						|
            "type": "string"
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |