모듈:Jsonschema/store: 편집 역사

둘러보기로 이동 검색으로 이동

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2023년 7월 27일 (목)

  • 최신이전 11:212023년 7월 27일 (목) 11:21>BANIP잔글 6,904 바이트 +18 편집 요약 없음
  • 최신이전 10:592023년 7월 27일 (목) 10:59>BANIP 6,886 바이트 +6,886 새 문서: local url = require 'net.url' local schar = string.char -- the net.url is kinda weird when some uri parts are missing (sometimes it is -- nil, sometimes it is an empty string) local function noe(s) return s == nil or s == '' end -- fetching and parsing external schemas requires a lot of dependencies, and -- depends a lot on the application ecosystem (e.g. piping curl, LuaSocket, -- cqueues, ...). Moreover, most sane schemas are self contained, so it is not -- even useful. --...